Organisationsygreksqlgg76decd ()(lint-doc)

(lint-doc)

Logs

Show full logs
2025-04-18 18:26.08: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/176/head (76decd846f2c45a404803d75251c17243ed8ff16) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.05@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/176/head" && git reset --hard 76decd84
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.05@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38
# debian-12-4.05_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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.17.2 extlib.1.8.0 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 mybuild.7 ocaml.4.05.0 ocaml-base-compiler.4.05.0 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.34.0 seq.0.3.1 sexplib0.v0.15.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 $DEPS
RUN opam install $DEPS
RUN 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-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-04-18 18:26.08: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-12-ocaml-4.05@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38-debian-12-4.05_opam-2.3-869e2725e2532d7415f425af0a57c4b9"
2025-04-18 18:26.08: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.05@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38)
 (comment debian-12-4.05_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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.17.2 extlib.1.8.0 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 mybuild.7 ocaml.4.05.0 ocaml-base-compiler.4.05.0 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.34.0 seq.0.3.1 sexplib0.v0.15.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-04-18 18:26.08: Waiting for resource in pool OCluster
2025-04-18 19:56.34: Waiting for worker…
2025-04-18 20:01.35: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at 76decd8 set_column_expr in choice_body

(from ocaml/opam:debian-12-ocaml-4.05@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38' locally
docker.io/ocaml/opam@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38: Pulling from ocaml/opam
2bf9559504f5: Pulling fs layer
2bf9559504f5: Verifying Checksum
2bf9559504f5: Download complete
2bf9559504f5: Pull complete
Digest: sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38
Status: Downloaded newer image for ocaml/opam@sha256:8452593d4559ce30ee0684a05358af957455e9a1555d85b885c5085d1e75fc38
2025-04-18 20:02.17 ---> saved as "f67df5fe0488ce3cd61ba0cb0bc166ae3f1cc82d40112228db9837913a4f68c0"

/: (comment debian-12-4.05_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-04-18 20:02.17 ---> saved as "e5399a56ccbb06bfbc6076198c060424bcd768b05323230bfb128564419ad547"

/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] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-04-18 20:03.43 ---> saved as "c7fb98c7d9457ba1815fe98afd1fe4d41d77f39bca7d2bb43f5d12b96d99a44f"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.05.0
2.2.1
2025-04-18 20:03.44 ---> saved as "f804496b47fd6db7cca23fb0453093eb26f3eb0c0f0c9006bb0e8f0307f2105b"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-04-18 20:03.44 ---> saved as "8baee261d1fde9d4e1bcc69da506639ae6af67cdfda5f0191c3c20010d7d402e"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository

Everything 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 environment
2025-04-18 20:04.43 ---> saved as "028a9ea233c02fe701c5b127f8431cb00ce3d97aa3a23f3362a4328a008344de"

/src: (copy (src sqlgg.opam) (dst ./))
2025-04-18 20:04.43 ---> saved as "023aff26685e28e5079c58f1f116fd4e9e95117458fff268d1d9681ef15034c0"

/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-18 20:04.45 ---> saved as "45fb24ea130597ab298a5b41977c20aab7c9b3c484b456709d0a554c458926e0"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-04-18 20:04.45 ---> saved as "9a7f972e11285e849dcb8f55a8ff4c111843ea2cf0f0c7a6290e5e0d242753ac"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.2 extlib.1.8.0 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 mybuild.7 ocaml.4.05.0 ocaml-base-compiler.4.05.0 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.34.0 seq.0.3.1 sexplib0.v0.15.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 bookworm-updates/main amd64 Packages.diff/Index [16.2 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [255 kB]
- Fetched 375 kB in 0s (1340 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqlgg.dev] synchronised (file:///src)

[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.05.0).
[NOTE] Package ocaml is already installed (current version is 4.05.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-bigarray is already installed (current version is base).
2025-04-18 20:05.12 ---> saved as "6a8ba06467207f4a2678ea7729fae0832df46e6cd6838a11ba5660bdf2a3eaed"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.05.0).
[NOTE] Package ocaml is already installed (current version is 4.05.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-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              20230608
  - install menhirLib           20230608
  - install menhirSdk           20230608
  - install mybuild             7
  - install ocaml-compiler-libs v0.12.4
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6
  - install ounit               2.2.7
  - install ounit2              2.2.7
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.3
  - install ppxlib              0.34.0
  - install seq                 0.3.1
  - install sexplib0            v0.15.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 menhir.20230608, menhirLib.20230608, menhirSdk.20230608  (cached)
-> retrieved dune.3.17.2  (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved sexplib0.v0.15.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.34.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed mybuild.7
-> installed menhirSdk.20230608
-> installed sexplib0.v0.15.0
-> installed menhirLib.20230608
-> 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.20230608
-> installed ppxlib.0.34.0
-> installed ppx_deriving.6.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-18 20:06.25 ---> saved as "3fc641a4d58dd58fd59b201787f27cbaea6c61d00742c4a71b7bb847f61c6904"

/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.17.2).
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.0.4  [required by odoc]
  - install crunch        2.2.0  [required by odoc]
  - install fmt           0.8.9  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install ocamlbuild    0.14.3 [required by fmt, astring, fpath]
  - install odoc          2.4.4
  - install odoc-parser   2.4.4  [required by odoc]
  - install re            1.11.0 [required by tyxml]
  - install result        1.5    [required by odoc]
  - install topkg         1.0.7  [required by fmt, astring, fpath]
  - install tyxml         4.6.0  [required by odoc]
  - install uutf          1.0.3  [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved crunch.2.2.0  (cached)
-> retrieved fmt.0.8.9  (cached)
-> installed camlp-streams.5.0.1
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved odoc.2.4.4, odoc-parser.2.4.4  (cached)
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed re.1.11.0
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed result.1.5
-> installed crunch.2.2.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.8.9
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.4
-> installed tyxml.4.6.0
-> installed odoc.2.4.4
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-18 20:07.15 ---> saved as "4e55ee87b7f40f06dc480ce4c4c29edc594e8ad75181c326b11ea802a9e30f11"

/src: (copy (src .) (dst /src/))
2025-04-18 20:07.15 ---> saved as "9a6579fd5ecc7035e485a8c3c9c9a89df1d18ed1833536aee4b9576c96592784"

/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.05/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/_doc/_html && /home/opam/.opam/4.05/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.05/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-04-18 20:07.19 ---> saved as "c87c513f72caf607a3eb1271d6d98841b53a62ab3135c08b4ec484e85bbc2944"
Job succeeded
2025-04-18 20:07.19: Job succeeded