2025-06-27 12:19.21: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (1532c28408bc9e84030c6aaee60219f6273a5742) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403efOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard 1532c284cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef# debian-12-4.13_opam-2.3USER 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 7210227672addfb4db789560e45923f54c0aeab1 || git fetch origin master) && git reset -q --hard 7210227672addfb4db789560e45923f54c0aeab1 && 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.0 ppxlib.0.36.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.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-06-27 12:19.21: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef-debian-12-4.13_opam-2.3-0db2832042a54d9c3dddaa00908d0089"2025-06-27 12:19.21: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef)(comment debian-12-4.13_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.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 7210227672addfb4db789560e45923f54c0aeab1 || git fetch origin master) && git reset -q --hard 7210227672addfb4db789560e45923f54c0aeab1 && 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.0 ppxlib.0.36.0 seq.base sexplib0.v0.16.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.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-06-27 12:19.21: Waiting for resource in pool OCluster2025-06-27 12:21.05: Waiting for worker…2025-06-27 12:33.42: Got resource from pool OClusterBuilding on clete.caelum.ci.devAll commits already cachedHEAD is now at 1532c28 Merge pull request #205 from jongleb/fix-comments(from ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef)2025-06-27 12:36.07 ---> saved as "da9c83915e819ba63b60dad4c9a387342309aaafc68cc38667d820669a374e5a"/: (comment debian-12-4.13_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.2 /usr/bin/opam"))2025-06-27 12:36.08 ---> saved as "7438692f98518e2e27d07f9a95c2d32c8e318b8b35449cc25716087278f31586"/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-06-27 12:37.06 ---> saved as "900261e4f03fe5fe120ef1fba68179d6a159a65b041785bdc6b7d74ebab6b5f1"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.13.12.2.12025-06-27 12:37.06 ---> saved as "b54781f8f3474e85726896bd01d3691dcd1edc210548d287ad89da0546bbc005"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-06-27 12:37.07 ---> saved as "4fc95dfc8cdf231b20492c2ab6fa56258b10d03c8ca2cb06d573d183fcae705a"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7210227672addfb4db789560e45923f54c0aeab1 || git fetch origin master) && git reset -q --hard 7210227672addfb4db789560e45923f54c0aeab1 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADc7269f729a..2ca36230be master -> origin/master7210227672 Merge pull request #28100 from smuenzel/ppx-deriving-6.1.0-ocaml-5.4<><> 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-06-27 12:38.29 ---> saved as "e79b57cacf9b6159eee800f013daed891f571b9ed7753e5ee0f2cff0fde50ca9"/src: (copy (src sqlgg.opam) (dst ./))2025-06-27 12:38.30 ---> saved as "0a821b857af70288be8bb271e39bba0334c08b914770d3404b7771f2fcd9c958"/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-06-27 12:38.33 ---> saved as "61ec3e91ddbeb531e64b8a9bff66c2d95992b77382c75e8de75483ce01e49878"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-06-27 12:38.33 ---> saved as "403a3b74c8087511bd34c21fc6ab8c47619ae38619d42791e9dc610834a25984"/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.0 ppxlib.0.36.0 seq.base sexplib0.v0.16.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.2 --depext-only -y sqlgg.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- 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-security bookworm-security/main amd64 Packages [269 kB]- Fetched 373 kB in 1s (600 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-06-27 12:38.54 ---> saved as "e4324de290885ec9e3d84f6b24474a9c607d258e25872c27fe0b054e47b41313"/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 18 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.0- install ppxlib 0.36.0- install seq base- install sexplib0 v0.16.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 ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved dune.3.19.1 (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 ocaml-compiler-libs.v0.12.4-> installed cppo.1.8.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.# Run eval $(opam env) to update the current shell environment2025-06-27 12:41.50 ---> saved as "2f9cad48d4ba46c7dedebfa97aebcba862b7c21ecbbdc381f1131743c90c699a"/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 16 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.0.0- install odoc-parser 3.0.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install re 1.12.0 [required by tyxml]- install result 1.5 [required by odoc]- install topkg 1.0.8 [required by fmt, astring, fpath]- install tyxml 4.6.0 [required by odoc]- install uutf 1.0.4 [required by tyxml]- install yojson 3.0.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (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 result.1.5 (cached)-> retrieved re.1.12.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> installed camlp-streams.5.0.1-> installed result.1.5-> retrieved odoc.3.0.0, odoc-parser.3.0.0 (cached)-> installed re.1.12.0-> installed yojson.3.0.0-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed topkg.1.0.8-> 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.0.0-> installed tyxml.4.6.0-> installed odoc.3.0.0Done.# Run eval $(opam env) to update the current shell environment2025-06-27 12:43.27 ---> saved as "8ec0c3b27fc788f3450b4032028a8998ba50fbd559f272e20f820e7652f852d8"/src: (copy (src .) (dst /src/))2025-06-27 12:43.28 ---> saved as "1c1a3e634509215ca404a38b1011bacf59cbd556f8696793c27de492344b89df"/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: 131 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 ../../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 64, characters 4-24:Warning: Failed to resolve reference unresolvedroot(Oops) Couldn't find "Oops"File "impl/ocaml/sqlgg_traits.ml", line 59, characters 4-24:Warning: Failed to resolve reference unresolvedroot(Oops) Couldn't find "Oops"File "impl/ocaml/sqlgg_traits.ml", line 53, characters 4-24:Warning: Failed to resolve reference unresolvedroot(Oops) Couldn't find "Oops"File "impl/ocaml/sqlgg_traits.ml", line 47, 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 ../../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-06-27 12:43.37 ---> saved as "000b79ed4d0a5d0a0cb528b7f00606d2ab65ea1bac8141aed99cca1c4619960b"Job succeeded2025-06-27 12:43.38: Job succeeded