Organisationssqidssqids-ocamld6a7ce (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-11-03 10:30.50: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.11@sha256:0abea4d0f4187b2424ca9e9b64ee3d2a3de03d1c52912889a8cd196558d85264
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/sqids/sqids-ocaml.git" -b "main" && cd "sqids-ocaml" && git reset --hard d6a7ce6d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.11@sha256:0abea4d0f4187b2424ca9e9b64ee3d2a3de03d1c52912889a8cd196558d85264
# debian-13-4.11_opam-2.4
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 284a92b4f56fd4f86274cbadef9c57f722224554 || git fetch origin master) && git reset -q --hard 284a92b4f56fd4f86274cbadef9c57f722224554 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqids.opam ./
RUN opam pin add -yn sqids.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.20.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 qcheck-core.0.27"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y sqids.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-11-03 10:30.50: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-13-ocaml-4.11@sha256:0abea4d0f4187b2424ca9e9b64ee3d2a3de03d1c52912889a8cd196558d85264-debian-13-4.11_opam-2.4-7abd12b660cee733741500f1507198ef"
2025-11-03 10:30.50: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.11@sha256:0abea4d0f4187b2424ca9e9b64ee3d2a3de03d1c52912889a8cd196558d85264)
(comment debian-13-4.11_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 284a92b4f56fd4f86274cbadef9c57f722224554 || git fetch origin master) && git reset -q --hard 284a92b4f56fd4f86274cbadef9c57f722224554 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sqids.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn sqids.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.20.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 qcheck-core.0.27")
(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 sqids.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-11-03 10:30.50: Waiting for resource in pool OCluster
2025-11-03 10:30.50: Waiting for worker…
2025-11-03 10:30.51: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`


(from ocaml/opam:debian-13-ocaml-4.11@sha256:0abea4d0f4187b2424ca9e9b64ee3d2a3de03d1c52912889a8cd196558d85264)
2025-11-03 10:31.10 ---> saved as "9642ecb42531d0845852254c02e04c616b873d792cb13f9439a4b720e72b2a8a"


/: (comment debian-13-4.11_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-11-03 10:31.10 ---> saved as "033d198bc052f5b368b25788eec24079112ebe5719d68ff05b509fc137f89d0f"


/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-03 10:31.54 ---> saved as "51652303d842ff148dc1d3a8275a85c74ac50b84a5d017cd9837b0817b899bf0"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 4.11.2
2.2.1
2025-11-03 10:31.55 ---> saved as "2246f0a65f4a8dada17c8ce8e4a13deda74d540e341f06af4fe42a40bf08f5c7"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-03 10:31.55 ---> saved as "620a231a9b79d731c91f783e83c4fb3b620f11c0b76c32073f9b505cfde3c441"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 284a92b4f56fd4f86274cbadef9c57f722224554 || git fetch origin master) && git reset -q --hard 284a92b4f56fd4f86274cbadef9c57f722224554 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
1abfcdbf14..0ebc487c46  master     -> origin/master
284a92b4f5 Merge pull request #28808 from jmid/opam-publish-qcheck.0.27


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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-11-03 10:32.35 ---> saved as "9960191597041d451cb0ddf1a9c757850ba2628af11c1086b2feda1586fd2ec5"


/src: (copy (src sqids.opam) (dst ./))
2025-11-03 10:32.35 ---> saved as "b96aab4878742e93e4deeca4d48cbac1a63e00ce7713c6f2d4b5512f78a90537"


/src: (run (network host)
(shell "opam pin add -yn sqids.dev './'"))
[sqids.dev] synchronised (file:///src)
sqids is now pinned to file:///src (version dev)
2025-11-03 10:32.38 ---> saved as "a8680db3a7eebc5ea1ab1ccef368a1a4086c433487532c5ab24c939436e366ac"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-03 10:32.39 ---> saved as "19efb93eb123954a6de1e3bfbc2fff9e0c012a377ca31307e46f11d54eed97f1"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.20.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 qcheck-core.0.27")


/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 sqids.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [69.0 kB]
- Fetched 160 kB in 0s (896 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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-11-03 10:32.56 ---> saved as "93261689f653b2f547ce39297ff2c8684af0d28bcf4da44414794071fdc5443e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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 2 packages
- install dune        3.20.2
- install qcheck-core 0.27


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved qcheck-core.0.27  (cached)
-> retrieved dune.3.20.2  (cached)
-> installed dune.3.20.2
-> installed qcheck-core.0.27
Done.
# Run eval $(opam env) to update the current shell environment
2025-11-03 10:34.03 ---> saved as "4f311659a800a9acf1d885896f01b67cbd1aa6a3ef66360c28386472a63944f2"


/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.20.2).
The following actions will be performed:
=== install 17 packages
- install astring       0.8.5  [required by odoc]
- install camlp-streams 5.0.1  [required by odoc-parser]
- install cmdliner      2.0.0  [required by odoc]
- install cppo          1.8.0  [required by odoc]
- install crunch        4.0.0  [required by odoc]
- install fmt           0.11.0 [required by odoc]
- install fpath         0.7.3  [required by odoc]
- install ocamlbuild    0.16.1 [required by fmt, astring, fpath]
- install ocamlfind     1.9.8  [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.11.0 [required by tyxml]
- install seq           base   [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 astring.0.8.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved topkg.1.1.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed cppo.1.8.0
-> installed re.1.11.0
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed fmt.0.11.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.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-11-03 10:35.02 ---> saved as "8ca904009b960b970f41298182712bdca77a5f4a5a34ac13c0b6c7e5a6afdab2"


/src: (copy (src .) (dst /src/))
2025-11-03 10:35.02 ---> saved as "b8040db9eb5f2186a9c0822a2e5c1954a45395f68ead3b74404f1a0a3d7e77bb"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2025-11-03 10:35.03 ---> saved as "8c8c7c3f5b852c08f46837f8bce838f3c853e392de113b7ac89b5b7c46cbbaf6"
Job succeeded
2025-11-03 10:35.03: Job succeeded