2025-08-14 08:16.10: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (7c5a846744cfbbaf06e33b2b2c83ee69335dba0f) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-12-ocaml-4.13@sha256:1724e002db502cc9263886f9b877b24d901b9d2e470d641b4ae8d6d6d06f4a2bOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard 7c5a8467cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.13@sha256:1724e002db502cc9263886f9b877b24d901b9d2e470d641b4ae8d6d6d06f4a2b# debian-12-4.13_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.19.1 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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.36.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y sqlgg.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-08-14 08:16.10: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-12-ocaml-4.13@sha256:1724e002db502cc9263886f9b877b24d901b9d2e470d641b4ae8d6d6d06f4a2b-debian-12-4.13_opam-2.4-f2c4e96e3c986a68068bb8d2e38eff29"2025-08-14 08:16.10: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.13@sha256:1724e002db502cc9263886f9b877b24d901b9d2e470d641b4ae8d6d6d06f4a2b)(comment debian-12-4.13_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.2 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.19.1 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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.36.0 seq.base sexplib0.v0.16.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.2 --depext-only -y sqlgg.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2025-08-14 08:16.10: Waiting for resource in pool OCluster2025-08-14 08:16.10: Waiting for worker…2025-08-14 08:16.11: Got resource from pool OClusterBuilding on phoebeAll commits already cachedHEAD is now at 7c5a846 Merge pull request #222 from jongleb/merge-implement-json-type-to-master(from ocaml/opam:debian-12-ocaml-4.13@sha256:1724e002db502cc9263886f9b877b24d901b9d2e470d641b4ae8d6d6d06f4a2b)2025-08-14 08:16.13 ---> using "c4c1b5db9fe59eaf1484dd30a2598dff99065aff84866e36a1bfc25db0ab69b9" from cache/: (comment debian-12-4.13_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))2025-08-14 08:16.13 ---> using "d6eb05498c07bbd01507e2968c8bae43096372e140cbd279f42e60ddf0fd7721" 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-08-14 08:16.13 ---> using "89426fc87c9777e06247465f1464097e1ae48fe89b57b5c2d15156897fe458b6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-63-genericThe OCaml toplevel, version 4.13.12.2.12025-08-14 08:16.13 ---> using "89c0d5b2fe570feb263b6b877f4a74fc7852848742c1e7bf67376a49e67c91a9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-14 08:16.13 ---> using "a4579bc2738a1c75f55f8833c4b1e7b890e43640aa0ba7182d28021317a6e051" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819<><> 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.# Run eval $(opam env) to update the current shell environment2025-08-14 08:16.13 ---> using "9c64315dd7bbc0a04319b3a9bb98d274e75da101e1731d0e032e971d5d286446" from cache/src: (copy (src sqlgg.opam) (dst ./))2025-08-14 08:16.13 ---> using "65a9e0ebc32e231830fe5e980bfc6bb06748f2e9df5f7a6d0a2fae2f127b6375" 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 43, column 4: while expecting versioned package: OpamPackage.of_stringsqlgg is now pinned to file:///src (version dev)2025-08-14 08:16.13 ---> using "135058871984814c00fa3e74abece60cfd893198ba4cb4a0ce6beff800294c27" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-14 08:16.13 ---> using "71494c81166c25cde51fb886c1ad97802ac6dba4b2f595fe8a1511960f3626f9" from cache/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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.36.0 seq.base sexplib0.v0.16.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.2 --depext-only -y sqlgg.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [21.8 kB]- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [274 kB]- Fetched 557 kB in 0s (1120 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.1).[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-08-14 08:16.13 ---> using "9302f1e09d9069d2995364bbe187ce4b8b28208c60b6244abfcce39039c57c1b" 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.1).[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 19 packages- install cppo 1.8.0- install dune 3.19.1- 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.1- install ppxlib 0.36.0- install seq base- install sexplib0 v0.16.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 mybuild.7 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (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.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.19.1 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.19.1-> installed ppx_derivers.1.2.1-> installed menhirCST.20240715-> installed stdlib-shims.0.3.0-> installed mybuild.7-> installed menhirSdk.20240715-> installed sexplib0.v0.16.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 yojson.3.0.0-> installed extlib.1.8.0-> installed menhir.20240715-> installed ppxlib.0.36.0-> installed ppx_deriving.6.1.1Done.# Run eval $(opam env) to update the current shell environment2025-08-14 08:16.13 ---> using "64e268477935b2b439b588c0c568465e21b32d565ddd4b3235f915499065322e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.19.1).The following actions will be performed:=== install 14 packages- install astring 0.8.5 [required by odoc]- install camlp-streams 5.0.1 [required by odoc-parser]- install cmdliner 1.3.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install fmt 0.10.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install ocamlbuild 0.16.1 [required by fmt, astring, fpath]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install re 1.13.2 [required by tyxml]- install topkg 1.1.0 [required by fmt, astring, fpath]- install tyxml 4.6.0 [required by odoc]- install uutf 1.0.4 [required by tyxml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.13.2 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed re.1.13.2-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.10.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed crunch.4.0.0-> installed fpath.0.7.3-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2025-08-14 08:16.13 ---> using "f20919b86c6c047427bd134b8cfe359fafabab3443bc990f3816c5033352ab6b" from cache/src: (copy (src .) (dst /src/))2025-08-14 08:16.13 ---> using "c6e0e6c11aaad076c8fb72ed24fdae000cbc6561fba8fca983cc4dc033035db3" from cache/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default && /home/opam/.opam/4.13/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: 113 shift/reduce conflicts were arbitrarily resolved.Warning: 18 reduce/reduce conflicts were arbitrarily resolved.(cd _build/default/_doc/_html && /home/opam/.opam/4.13/bin/odoc link -I ../_odoc/pkg/sqlgg -I ../../impl/ocaml/.sqlgg_traits.objs/byte -I ../../json_path/.sqlgg_json_path.objs/byte -I ../../lib/.sqlgg.objs/byte -o ../_odocls/sqlgg/sqlgg_traits.odocl ../../impl/ocaml/.sqlgg_traits.objs/byte/sqlgg_traits.odoc)File "impl/ocaml/sqlgg_traits.ml", line 66, characters 4-24:Warning: Failed to resolve reference unresolvedroot(Oops) Couldn't find "Oops"File "impl/ocaml/sqlgg_traits.ml", line 61, characters 4-24:Warning: Failed to resolve reference unresolvedroot(Oops) Couldn't find "Oops"File "impl/ocaml/sqlgg_traits.ml", line 55, characters 4-24:Warning: Failed to resolve reference unresolvedroot(Oops) Couldn't find "Oops"File "impl/ocaml/sqlgg_traits.ml", line 49, characters 4-24:Warning: Failed to resolve reference unresolvedroot(Oops) Couldn't find "Oops"(cd _build/default/_doc/_html && /home/opam/.opam/4.13/bin/odoc link -I ../_odoc/pkg/sqlgg -I ../../impl/ocaml/.sqlgg_traits.objs/byte -I ../../json_path/.sqlgg_json_path.objs/byte -I ../../lib/.sqlgg.objs/byte -o ../_odocls/sqlgg/sqlgg.odocl ../../lib/.sqlgg.objs/byte/sqlgg.odoc)File "lib/tables.ml", line 14, characters 4-35:Warning: Failed to resolve reference unresolvedroot(Error) Couldn't find "Error"2025-08-14 08:16.13 ---> using "81a5a510597581587cdc1d63b3437455fe5f6fdf9a41c2e547f9b339bdb97254" from cacheJob succeeded2025-08-14 08:16.13: Job succeeded