2025-02-01 17:06.35: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/149/head (a9972b63dfb6c7c9a9e36a16b3d4962196ce87a8) (linux-x86_64:(lint-doc)) Base: ocaml/opam:debian-12-ocaml-4.05@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/149/head" && git reset --hard a9972b63 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.05@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39 # 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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && 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-02-01 17:06.35: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-12-ocaml-4.05@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39-debian-12-4.05_opam-2.3-869e2725e2532d7415f425af0a57c4b9" 2025-02-01 17:06.35: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.05@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39) (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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && 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-02-01 17:06.35: Waiting for resource in pool OCluster 2025-02-01 17:06.36: Waiting for worker… 2025-02-01 17:07.00: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at a9972b6 Make insert_id : int64 option (from ocaml/opam:debian-12-ocaml-4.05@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39) Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39' locally docker.io/ocaml/opam@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39: Pulling from ocaml/opam 76159c363394: Pulling fs layer 76159c363394: Verifying Checksum 76159c363394: Download complete 76159c363394: Pull complete Digest: sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39 Status: Downloaded newer image for ocaml/opam@sha256:c1070496ab837547eb1f324b83ad48034bad01f7d7f1880f9a8a22bf3894ee39 2025-02-01 17:10.10 ---> saved as "587950503c6c6eed43245168f30339d7a9ee0275ac7d86686933f25660098c11" /: (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-02-01 17:10.10 ---> saved as "38d81fe00e9c9e2e82dfc760272eee1ca9b80e7a362cc5306ecdb6cd6827fc85" /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. Continue? [y/n] y 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. [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 2025-02-01 17:11.34 ---> saved as "eb1820f4b7fcaa51e25eb5473863c490e660519a7448ab608fe0f364f455eb16" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.05.0 2.2.1 2025-02-01 17:11.35 ---> saved as "bc23a9c56e13cd271f98ee542d9c3630dbfaf5056a8fe9911e23ce51358e3bbe" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-01 17:11.35 ---> saved as "afcd69b43609843014e5072720a34e35665295272e2c66a1911689f2b1070655" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 3e681a81f6..e25af452e6 master -> origin/master e25af452e6 Merge pull request #27273 from hannesm/archive-phase2 <><> 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 2025-02-01 17:12.57 ---> saved as "5a673ba6719b7a74697102881870d7b1fb0da2c97208d9d0c6ae255321a4e792" /src: (copy (src sqlgg.opam) (dst ./)) 2025-02-01 17:12.57 ---> saved as "8dce05322e7934ece1a51a153e8837269c67d400b2815d658b81d1a5e5e1bd72" /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-02-01 17:12.59 ---> saved as "6f96ffbbfceef779ea4a86552b971bbaf2849975770ced81c7cf89848c482021" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-01 17:12.59 ---> saved as "638dfcf9f77dc94e78f65d56e58337a52590ccd5ce736bc4afa32697471fe48b" /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-security bookworm-security/main amd64 Packages [243 kB] - Fetched 346 kB in 0s (1052 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-02-01 17:13.16 ---> saved as "ad42546e23318cfd02d50068c2c0b2169079a3412d6bacdaddd06385de061f75" /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 menhir.20230608, menhirLib.20230608, menhirSdk.20230608 (cached) -> retrieved mybuild.7 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (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 dune.3.17.2 (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-02-01 17:14.51 ---> saved as "c5bde1804e2b285a260ed846f7d286bff79eba616fe4555cacc14fd66e3ce39b" /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) -> retrieved fpath.0.7.3 (cached) -> retrieved ocamlbuild.0.14.3 (cached) -> installed camlp-streams.5.0.1 -> retrieved re.1.11.0 (cached) -> retrieved result.1.5 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved odoc.2.4.4, odoc-parser.2.4.4 (cached) -> installed re.1.11.0 -> installed result.1.5 -> installed cmdliner.1.0.4 -> installed crunch.2.2.0 -> installed ocamlbuild.0.14.3 -> 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-02-01 17:15.35 ---> saved as "c4be303c9ec7ac4d7e106b27a1b356669310fbe588243cb55cc0cd8e1999bad0" /src: (copy (src .) (dst /src/)) 2025-02-01 17:15.36 ---> saved as "0ebd1090c15c21cdb5b09f69ac8ecf83c60e8a0df246ffa67b3f0f95be0ff9af" /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: 30 states have shift/reduce conflicts. Warning: 3 states have reduce/reduce conflicts. Warning: 135 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.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-02-01 17:15.40 ---> saved as "f7b21f00944f32f4cc02d73d0fff2d8d08d999b0501d0be7ecedb9e3e7d9da93" Job succeeded 2025-02-01 17:15.41: Job succeeded