Organisationsygreksqlgg6b0f90 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-12-19 22:55.44: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (6b0f90a28d85c697c64b97c2cccfcd390d1d8e84) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.03@sha256:85aa80f8c12e9ebc7bdf9c4e4fa224ebe1143d7fc1b8cf928b7751a516dcb91b
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard 6b0f90a2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.03@sha256:85aa80f8c12e9ebc7bdf9c4e4fa224ebe1143d7fc1b8cf928b7751a516dcb91b
# debian-12-4.03_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-bytes.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 extlib.1.8.0 host-arch-x86_64.1 host-system-other.1 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 mybuild.7 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit.2.2.2 ounit2.2.2.2 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_tools.5.0+4.03.0 ppxfind.1.4 result.1.5 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


2024-12-19 22:55.44: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-12-ocaml-4.03@sha256:85aa80f8c12e9ebc7bdf9c4e4fa224ebe1143d7fc1b8cf928b7751a516dcb91b-debian-12-4.03_opam-2.3-91987ec3c6db053a249b1c4c2a52bc06"
2024-12-19 22:55.44: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.03@sha256:85aa80f8c12e9ebc7bdf9c4e4fa224ebe1143d7fc1b8cf928b7751a516dcb91b)
(comment debian-12-4.03_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-bytes.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 extlib.1.8.0 host-arch-x86_64.1 host-system-other.1 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 mybuild.7 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit.2.2.2 ounit2.2.2.2 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_tools.5.0+4.03.0 ppxfind.1.4 result.1.5 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)"))
)


2024-12-19 22:55.44: Waiting for resource in pool OCluster
2024-12-20 19:39.37: Waiting for worker…
2024-12-20 19:42.53: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6b0f90a Merge pull request #147 from jongleb/fix-cte-vars-concat-order


(from ocaml/opam:debian-12-ocaml-4.03@sha256:85aa80f8c12e9ebc7bdf9c4e4fa224ebe1143d7fc1b8cf928b7751a516dcb91b)
2024-12-20 19:42.53 ---> using "ad7c77b8e9f6692a8e878ef01c846b1250ca3f835e08b4667893f0c4fe702a2a" from cache


/: (comment debian-12-4.03_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"))
2024-12-20 19:42.53 ---> using "b2a96c35f0239c2c5751283ab4b719e22b9600e848db250151c209cd66fa5137" 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] y
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-20 19:43.19 ---> saved as "d942aa73ce94fc962b1914ceaff82872d479d05b009a0f3f2d18f19785746798"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 4.03.0
2.2.1
2024-12-20 19:43.19 ---> saved as "7f57fc997bdf88da7455417ea5fa1b780e0e7f6fab561f258abd2b1eed95dec8"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-20 19:43.20 ---> saved as "92d39f6a8705754e74400308fb21aa4d6e2c6751345790889020db9169b65089"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
de786e28db..f51b2f3708  master     -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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
2024-12-20 19:44.23 ---> saved as "cd2e91d49cc2cf21f9a7b51e405607443084f4e1c396c3b98a232659e8b20d02"


/src: (copy (src sqlgg.opam) (dst ./))
2024-12-20 19:44.24 ---> saved as "6edf1bdc98a589c75a5370a90ed22ba39c3692c0e34a9e2ff53e30aa92cf6806"


/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)
2024-12-20 19:44.26 ---> saved as "5cd1f9b66492c330eb7612edceaa3ea1b2dc574aa409ba594d82e936901d670b"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-20 19:44.26 ---> saved as "50ede3588c5a70ae91c40e4177fb6971532c6f9afdc4f2afdf84feac7364e902"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 extlib.1.8.0 host-arch-x86_64.1 host-system-other.1 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 mybuild.7 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit.2.2.2 ounit2.2.2.2 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_tools.5.0+4.03.0 ppxfind.1.4 result.1.5 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 [236 kB]
- Fetched 339 kB in 0s (818 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.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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).
2024-12-20 19:44.40 ---> saved as "76d63a298728e49d42493e6b868cfafb84e145d5b2b8e5c4109036739ceeea82"


/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.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 base-bytes              base
- install cppo                    1.8.0
- install dune                    3.17.1
- install extlib                  1.8.0
- install menhir                  20230608
- install menhirLib               20230608
- install menhirSdk               20230608
- install mybuild                 7
- install ocaml-migrate-parsetree 1.8.0 (deprecated)
- install ocamlfind               1.9.6
- install ocamlfind-secondary     1.9.6
- install ounit                   2.2.2
- install ounit2                  2.2.2
- install ppx_derivers            1.2.1
- install ppx_deriving            4.5-1
- install ppx_tools               5.0+4.03.0
- install ppxfind                 1.4
- install result                  1.5
- 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 menhir.20230608, menhirLib.20230608, menhirSdk.20230608  (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6  (cached)
-> retrieved dune.3.17.1  (cached)
-> retrieved ounit.2.2.2, ounit2.2.2.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.4.5-1  (cached)
-> retrieved ppx_tools.5.0+4.03.0  (cached)
-> retrieved ppxfind.1.4  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed ppx_tools.5.0+4.03.0
-> installed dune.3.17.1
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed mybuild.7
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20230608
-> installed menhirLib.20230608
-> installed cppo.1.8.0
-> installed ounit2.2.2.2
-> installed ounit.2.2.2
-> installed extlib.1.8.0
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ppxfind.1.4
-> installed ppx_deriving.4.5-1
-> installed menhir.20230608
Done.


<><> ocaml-migrate-parsetree.1.8.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# Run eval $(opam env) to update the current shell environment
2024-12-20 19:45.30 ---> saved as "acfb096697bf8bbc3f5775f7c93ded88573f925a69dca97b9fbac5cfdadfa088"


/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.1).
The following actions will be performed:
=== install 15 packages
- install astring       0.8.3        [required by odoc]
- install camlp-streams 5.0.1        [required by odoc-parser]
- install cmdliner      1.0.4        [required by odoc]
- install crunch        2.1.0        [required by odoc]
- install fmt           0.8.6        [required by odoc]
- install fpath         0.7.3        [required by odoc]
- install jbuilder      1.0+beta20.2 [required by crunch]
- 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 seq           0.3.1        [required by fmt, tyxml]
- install topkg         1.0.4        [required by fmt, astring, fpath]
- install tyxml         4.5.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.3  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved crunch.2.1.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> installed camlp-streams.5.0.1
-> retrieved jbuilder.1.0+beta20.2  (cached)
-> retrieved odoc.2.4.4, odoc-parser.2.4.4  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved topkg.1.0.4  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tyxml.4.5.0  (cached)
-> installed seq.0.3.1
-> installed cmdliner.1.0.4
-> installed re.1.11.0
-> installed ocamlbuild.0.14.3
-> installed jbuilder.1.0+beta20.2
-> installed crunch.2.1.0
-> installed topkg.1.0.4
-> installed uutf.1.0.3
-> installed fmt.0.8.6
-> installed astring.0.8.3
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.4
-> installed tyxml.4.5.0
-> installed odoc.2.4.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-20 19:45.57 ---> saved as "69f1e073e85a4ccaedb50a03fb7870c8b43c22bb3949fa6deb48723d0a12ea07"


/src: (copy (src .) (dst /src/))
2024-12-20 19:45.58 ---> saved as "e9ac88df792a5433e6547f4340eff675fcfae097e6313f2ac393246d6e15f56b"


/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.03/bin/ocamlc.opt -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -I lib/.sqlgg.objs/byte -I /home/opam/.opam/4.03/lib/extlib -I /home/opam/.opam/4.03/lib/ppx_deriving/runtime -I /home/opam/.opam/4.03/lib/result -no-alias-deps -opaque -open Sqlgg -o lib/.sqlgg.objs/byte/sqlgg__Sql.cmo -c -impl lib/sql.pp.ml)
File "lib/sql.ml", line 28, characters 2-89:
Warning 32: unused value show.
File "lib/sql.ml", line 338, characters 0-71:
Warning 32: unused value show_table_name.
(cd _build/default && /home/opam/.opam/4.03/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: 133 shift/reduce conflicts were arbitrarily resolved.
Warning: 18 reduce/reduce conflicts were arbitrarily resolved.
(cd _build/default/_doc/_html && /home/opam/.opam/4.03/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"
2024-12-20 19:46.00 ---> saved as "3ce41604a75cb2033fdbe1ca5d1f322d968f0ea6e6f2288d6cb45da0ac837945"
Job succeeded
2024-12-20 19:46.00: Job succeeded