Organisationskoonwenobatcher70ce25 (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-05-02 14:52.22: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (70ce25dc4497d068e2221ff02787a95a896604cc) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard 70ce25dc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb
# debian-12-5.0_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obatcher.opam ./
RUN opam pin add -yn obatcher.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.15 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 either.1.0.0 fmt.0.10.0 logs.0.8.0 multicore-magic.2.3.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-ounit.0.25 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y obatcher.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-05-02 14:52.22: Using cache hint "koonwen/obatcher-ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb-debian-12-5.0_opam-2.3-d8a4b97c9450e22519cf8b0a82e0c63d"
2025-05-02 14:52.22: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb)
(comment debian-12-5.0_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src obatcher.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn obatcher.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.15 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 either.1.0.0 fmt.0.10.0 logs.0.8.0 multicore-magic.2.3.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-ounit.0.25 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 uutf.1.0.4")
(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 obatcher.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-05-02 14:52.22: Waiting for resource in pool OCluster
2025-05-02 14:53.27: Waiting for worker…
2025-05-02 14:54.46: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 70ce25d Merge pull request #2 from raphael-proust/patch-2


(from ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb)
2025-05-02 14:54.46 ---> using "cdc11df98a022daf282269add452cba6ce3c653e75affc7953f2f82f31260d85" from cache


/: (comment debian-12-5.0_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-05-02 14:54.46 ---> using "bf265ec323620f04fc25a7f9b93fa3e9394237c218bc8323eb7bcd23e22488dc" 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] Initialised
2025-05-02 14:54.46 ---> using "79052618ed89eb3cadea8fe3b41af7683a31cde71a08d43ef79e68f7679e9079" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.0.0
2.2.1
2025-05-02 14:54.46 ---> using "9d9a59de5f2a487368179c1e12d6d363ac30339a2c7ca169f6010c9cf2655c69" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-02 14:54.46 ---> using "8675b404196670128e6185a9c3565b1514ba4999a8f88e5df16332a700755f31" from cache


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


<><> 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-05-02 14:54.46 ---> using "41cadcb30a6369ef33d04d4e51427916d9cfd55538f1023695843047ece5fa84" from cache


/src: (copy (src obatcher.opam) (dst ./))
2025-05-02 14:54.47 ---> saved as "f0a35c29f59ce54a1f6701a204bd23cb666b7bb9e22280051d13a25500524677"


/src: (run (network host)
(shell "opam pin add -yn obatcher.dev './'"))
[obatcher.dev] synchronised (file:///src)
obatcher is now pinned to file:///src (version dev)
2025-05-02 14:54.48 ---> saved as "151fe0bdefdc6cc69c44016ac58b1c6d8336f9db79a1fffcafa7b4e0776b1a17"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 14:54.49 ---> saved as "726973d187b669e0b72c82a6001cf6643c4c9931d943de11b1274fb9a131a8c8"


/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.15 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 either.1.0.0 fmt.0.10.0 logs.0.8.0 multicore-magic.2.3.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-ounit.0.25 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 uutf.1.0.4")


/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 obatcher.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 [258 kB]
- Fetched 361 kB in 0s (925 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obatcher.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-05-02 14:55.00 ---> saved as "a1ad1ee12e3bbf046846cb241280be09c660785050c5229a52039520d90fb871"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 30 packages
- install alcotest             1.9.0
- install astring              0.8.5
- install backoff              0.1.1
- install cmdliner             1.3.0
- install containers           3.15
- install csexp                1.5.2
- install dune                 3.18.2
- install dune-configurator    3.18.2
- install either               1.0.0
- install fmt                  0.10.0
- install logs                 0.8.0
- install multicore-magic      2.3.1
- install ocaml-syntax-shims   1.0.0
- install ocamlbuild           0.16.1
- install ocamlfind            1.9.8
- install ounit2               2.2.7
- install picos                0.5.0
- install picos_aux            0.5.0
- install picos_mux            0.5.0
- install picos_std            0.5.0
- install qcheck               0.25
- install qcheck-alcotest      0.25
- install qcheck-core          0.25
- install qcheck-ounit         0.25
- install re                   1.12.0
- install seq                  base
- install stdlib-shims         0.3.0
- install thread-local-storage 0.2
- install topkg                1.0.8
- install uutf                 1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved containers.3.15  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved picos.0.5.0, picos_aux.0.5.0, picos_mux.0.5.0, picos_std.0.5.0  (cached)
-> retrieved qcheck.0.25, qcheck-alcotest.0.25, qcheck-core.0.25, qcheck-ounit.0.25  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved dune.3.18.2, dune-configurator.3.18.2  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed dune.3.18.2
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed either.1.0.0
-> installed multicore-magic.2.3.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed qcheck-core.0.25
-> installed picos_aux.0.5.0
-> installed picos.0.5.0
-> installed picos_std.0.5.0
-> installed alcotest.1.9.0
-> installed ounit2.2.2.7
-> installed qcheck-alcotest.0.25
-> installed picos_mux.0.5.0
-> installed qcheck-ounit.0.25
-> installed dune-configurator.3.18.2
-> installed qcheck.0.25
-> installed containers.3.15
Done.
# Run eval $(opam env) to update the current shell environment
2025-05-02 14:55.55 ---> saved as "0a155dd34b42e4f1e87c938bc99484119dc0aa7776214c3c67be306cc9a26f65"


/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.18.2).
The following actions will be performed:
=== install 10 packages
- install camlp-streams 5.0.1 [required by odoc-parser]
- install cppo          1.8.0 [required by odoc]
- install crunch        4.0.0 [required by odoc]
- install fpath         0.7.3 [required by odoc]
- install odoc          3.0.0
- install odoc-parser   3.0.0 [required by odoc]
- install ptime         1.2.0 [required by crunch]
- install result        1.5   [required by odoc]
- install tyxml         4.6.0 [required by odoc]
- install yojson        2.2.2 [required by odoc]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0  (cached)
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed fpath.0.7.3
-> installed result.1.5
-> installed yojson.2.2.2
-> installed ptime.1.2.0
-> installed odoc-parser.3.0.0
-> installed crunch.4.0.0
-> installed tyxml.4.6.0
-> installed odoc.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-05-02 14:56.30 ---> saved as "db32faac8d09a88e29bb1cbbbbe9412a15e0adb3f008ceb944a15ea26898cfd1"


/src: (copy (src .) (dst /src/))
2025-05-02 14:56.30 ---> saved as "a510170d952659043e1194b4a8f0b4cbb45d03113e4bc7273655814e8fd24ba9"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2025-05-02 14:56.31 ---> saved as "1862038f81bf8f3361069888b50cee38b32cb14b85c8b26666c1f4516fe2964c"
Job succeeded
2025-05-02 14:56.32: Job succeeded