2025-05-23 13:54.55: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (8d0fb96b402143f5f89871a0eea561f00a6aba50) (linux-x86_64:ubuntu-20.04-5.3_opam-2.3)Base: ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bdOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard 8d0fb96bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd# ubuntu-20.04-5.3_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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.0 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 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-05-23 13:54.55: Using cache hint "ygrek/sqlgg-ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd-ubuntu-20.04-5.3_opam-2.3-5690f609c247723fc363223c9c971e00"2025-05-23 13:54.55: Using OBuilder spec:((from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd)(comment ubuntu-20.04-5.3_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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && 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.19.0 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 /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-05-23 13:54.55: Waiting for resource in pool OCluster2025-05-23 13:54.56: Waiting for worker…2025-05-23 13:55.29: Got resource from pool OClusterBuilding on x86-bm-c1.sw.ocaml.orgHEAD is now at 1d2eb74 implement type mapping for insert/updateHEAD is now at 8d0fb96 Merge pull request #199 from jongleb/typ-map-stp-3(from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd)2025-05-23 13:56.13 ---> saved as "44eca1e621c9d2ae5a7cb226bf9535627e9ad4eb1a4298fb05ee7eee3e942c25"/: (comment ubuntu-20.04-5.3_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-05-23 13:56.14 ---> saved as "fa6bcd6b9c901a593f7b9d47c80af8d06da035f3432897bc320e3a051c19bc35"/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.[NOTE] The 'jobs' option was reset, its value was 31 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=31 --global<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-05-23 13:57.30 ---> saved as "3ed00003605ea7bf8b9cf301a035a6c9a5062664f670f326408915fcc59a9187"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-05-23 13:57.31 ---> saved as "62bcf27bafb9be53fe068d3f9224a78a299c16e5d45763b9fbdbf92e9947cc2a"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-05-23 13:57.31 ---> saved as "18932cafbba93cc50c838b74db5bedd4bef29c1fd0ea06f40b9ce878c25e00c4"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD35eb2f107a..d4d1aa63ab master -> origin/master2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.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-05-23 13:58.48 ---> saved as "d6c36dbe48110760624ddf6d8110045dabf96c9991c0c00926de6c8dfa50f56c"/src: (copy (src sqlgg.opam) (dst ./))2025-05-23 13:58.48 ---> saved as "3fd83b180a5982bb4f40a6931cf0acac735f8c7862ed2395d89bc6d12b6f59db"/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-05-23 13:58.52 ---> saved as "4ee0c72d1e431d172acffffc1883924fb34b7185ab50e4fe81acb4b8dd2743f8"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-05-23 13:58.52 ---> saved as "286b724aa61b1a7ef1bad606103a1ed7663550f15c1b6c3ca599c578f4eb6fe4"/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.19.0 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")/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 "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]- Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease- Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]- Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]- Get:5 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4979 kB]- Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1599 kB]- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4911 kB]- Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4421 kB]- Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [33.1 kB]- Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4782 kB]- Get:11 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1308 kB]- Fetched 22.4 MB in 3s (7442 kB/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.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-05-23 13:59.20 ---> saved as "858df1b223250dee2b2f6a8043a6b822ecdeb3dce6d10d668012eee00ce0cfce"/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.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.19.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.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 mybuild.7 (cached)-> retrieved ocaml-compiler-libs.v0.17.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 ppx_deriving.6.1.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved dune.3.19.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.19.0-> installed menhirCST.20240715-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed mybuild.7-> installed menhirSdk.20240715-> installed sexplib0.v0.17.0-> installed menhirLib.20240715-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> 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-05-23 14:01.11 ---> saved as "df097b4ba433a7c2d5d3c9d387125899aa09ee8378997b64365129c176c4ea54"/src: (copy (src .) (dst /src))2025-05-23 14:01.11 ---> saved as "528ffeb966b3bdbbb4f719edf0b40b4f527841a3100aaed89afaabf50d9583e9"/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.3/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: 200 tests in: 0.20 seconds.FAILED: Cases: 200 Tried: 200 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-05-23 14:01.30 ---> saved as "1a093be2ed1125129a2e7e873dc3a6ffe89b515eabe068b4ed041910b51ffb3b"Job succeeded2025-05-23 14:01.30: Job succeeded