Organisationstaridesmongoc-ocaml042080 (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2026-04-03 11:36.16: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (linux-x86_64:(lint-doc))
Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 042080ab
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
# alpine-3.22-4.14_opam-2.5
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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mongoc.opam ./
RUN opam pin add -yn mongoc.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y mongoc.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


2026-04-03 11:36.16: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-7ba2cc2c30b15e389781591baf544611"
2026-04-03 11:36.16: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
(comment alpine-3.22-4.14_opam-2.5)
(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mongoc.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn mongoc.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 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 mongoc.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)"))
)


2026-04-03 11:36.16: Waiting for resource in pool OCluster
2026-04-03 14:17.20: Waiting for worker…
2026-04-03 14:20.15: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 042080a Merge pull request #2 from tarides/ci


(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locally
docker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam
2d35ebdb57d9: Pulling fs layer
adfc86c1accf: Pulling fs layer
2d35ebdb57d9: Waiting
adfc86c1accf: Waiting
d09377907434: Pulling fs layer
a699cf44908b: Pulling fs layer
c088e74f1f31: Pulling fs layer
7e99e6eaa847: Pulling fs layer
db4b89a22482: Pulling fs layer
d09377907434: Waiting
a699cf44908b: Waiting
f1f17593da04: Pulling fs layer
7e99e6eaa847: Waiting
c088e74f1f31: Waiting
bb79fbf72548: Pulling fs layer
db4b89a22482: Waiting
f1f17593da04: Waiting
cf69890848e3: Pulling fs layer
bb79fbf72548: Waiting
80e325d6146c: Pulling fs layer
66a526c41d4c: Pulling fs layer
cf69890848e3: Waiting
80e325d6146c: Waiting
347d38b311ac: Pulling fs layer
984612fde4c4: Pulling fs layer
0ac0da982daa: Pulling fs layer
66a526c41d4c: Waiting
347d38b311ac: Waiting
209c9bca9b0e: Pulling fs layer
3d3356d548ff: Pulling fs layer
984612fde4c4: Waiting
209c9bca9b0e: Waiting
c072da09f122: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3d3356d548ff: Waiting
eff3d806a4a8: Pulling fs layer
c072da09f122: Waiting
f5c413f5234b: Pulling fs layer
09ddc5430e22: Pulling fs layer
2c7c283b1afc: Pulling fs layer
4af9a971b585: Pulling fs layer
2c7c283b1afc: Waiting
df8d9be3e30d: Pulling fs layer
5e55ae3325a7: Pulling fs layer
635cb27b4304: Pulling fs layer
df8d9be3e30d: Waiting
4af9a971b585: Waiting
898fbde8ad42: Pulling fs layer
635cb27b4304: Waiting
66c0ffc92413: Pulling fs layer
c8cca855638d: Pulling fs layer
898fbde8ad42: Waiting
66c0ffc92413: Waiting
45d2501a899c: Pulling fs layer
c8cca855638d: Waiting
10b0fe6926c2: Pulling fs layer
45d2501a899c: Waiting
0a1d7b83a687: Pulling fs layer
2c3441915309: Pulling fs layer
10b0fe6926c2: Waiting
0a1d7b83a687: Waiting
3d1a575b1bb0: Pulling fs layer
6e5fa830b59d: Pulling fs layer
2c3441915309: Waiting
72225f5a6449: Pulling fs layer
3d1a575b1bb0: Waiting
5a8b6a59afe3: Pulling fs layer
6e5fa830b59d: Waiting
81299dd100ce: Pulling fs layer
72225f5a6449: Waiting
5a8b6a59afe3: Waiting
ad267db4d3a7: Pulling fs layer
81299dd100ce: Waiting
de32f8de692b: Pulling fs layer
ad267db4d3a7: Waiting
de32f8de692b: Waiting
2d35ebdb57d9: Verifying Checksum
2d35ebdb57d9: Download complete
adfc86c1accf: Verifying Checksum
adfc86c1accf: Download complete
2d35ebdb57d9: Pull complete
adfc86c1accf: Pull complete
d09377907434: Verifying Checksum
d09377907434: Download complete
d09377907434: Pull complete
c088e74f1f31: Verifying Checksum
c088e74f1f31: Download complete
a699cf44908b: Download complete
db4b89a22482: Verifying Checksum
db4b89a22482: Download complete
7e99e6eaa847: Verifying Checksum
7e99e6eaa847: Download complete
f1f17593da04: Verifying Checksum
f1f17593da04: Download complete
cf69890848e3: Verifying Checksum
cf69890848e3: Download complete
bb79fbf72548: Verifying Checksum
bb79fbf72548: Download complete
80e325d6146c: Verifying Checksum
80e325d6146c: Download complete
66a526c41d4c: Verifying Checksum
66a526c41d4c: Download complete
347d38b311ac: Verifying Checksum
347d38b311ac: Download complete
984612fde4c4: Verifying Checksum
984612fde4c4: Download complete
0ac0da982daa: Verifying Checksum
0ac0da982daa: Download complete
209c9bca9b0e: Verifying Checksum
209c9bca9b0e: Download complete
3d3356d548ff: Verifying Checksum
3d3356d548ff: Download complete
c072da09f122: Verifying Checksum
c072da09f122: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
eff3d806a4a8: Download complete
f5c413f5234b: Verifying Checksum
f5c413f5234b: Download complete
09ddc5430e22: Verifying Checksum
09ddc5430e22: Download complete
4af9a971b585: Verifying Checksum
4af9a971b585: Download complete
2c7c283b1afc: Verifying Checksum
2c7c283b1afc: Download complete
df8d9be3e30d: Verifying Checksum
df8d9be3e30d: Download complete
5e55ae3325a7: Download complete
635cb27b4304: Verifying Checksum
635cb27b4304: Download complete
898fbde8ad42: Verifying Checksum
898fbde8ad42: Download complete
66c0ffc92413: Verifying Checksum
66c0ffc92413: Download complete
c8cca855638d: Verifying Checksum
c8cca855638d: Download complete
a699cf44908b: Pull complete
45d2501a899c: Verifying Checksum
45d2501a899c: Download complete
c088e74f1f31: Pull complete
0a1d7b83a687: Verifying Checksum
0a1d7b83a687: Download complete
7e99e6eaa847: Pull complete
3d1a575b1bb0: Verifying Checksum
3d1a575b1bb0: Download complete
db4b89a22482: Pull complete
f1f17593da04: Pull complete
6e5fa830b59d: Download complete
bb79fbf72548: Pull complete
cf69890848e3: Pull complete
72225f5a6449: Verifying Checksum
72225f5a6449: Download complete
80e325d6146c: Pull complete
66a526c41d4c: Pull complete
347d38b311ac: Pull complete
984612fde4c4: Pull complete
0ac0da982daa: Pull complete
209c9bca9b0e: Pull complete
3d3356d548ff: Pull complete
c072da09f122: Pull complete
4f4fb700ef54: Pull complete
eff3d806a4a8: Pull complete
f5c413f5234b: Pull complete
09ddc5430e22: Pull complete
2c7c283b1afc: Pull complete
4af9a971b585: Pull complete
df8d9be3e30d: Pull complete
5e55ae3325a7: Pull complete
635cb27b4304: Pull complete
898fbde8ad42: Pull complete
66c0ffc92413: Pull complete
c8cca855638d: Pull complete
45d2501a899c: Pull complete
5a8b6a59afe3: Verifying Checksum
5a8b6a59afe3: Download complete
2c3441915309: Verifying Checksum
2c3441915309: Download complete
10b0fe6926c2: Verifying Checksum
10b0fe6926c2: Download complete
de32f8de692b: Verifying Checksum
de32f8de692b: Download complete
81299dd100ce: Verifying Checksum
81299dd100ce: Download complete
ad267db4d3a7: Verifying Checksum
ad267db4d3a7: Download complete
10b0fe6926c2: Pull complete
0a1d7b83a687: Pull complete
2c3441915309: Pull complete
3d1a575b1bb0: Pull complete
6e5fa830b59d: Pull complete
72225f5a6449: Pull complete
5a8b6a59afe3: Pull complete
81299dd100ce: Pull complete
ad267db4d3a7: Pull complete
de32f8de692b: Pull complete
Digest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
2026-04-03 14:41.45 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache


/: (comment alpine-3.22-4.14_opam-2.5)


/: (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"))
2026-04-03 14:41.45 ---> using "aa238cb861d3c6c581edbbf37b9748fbb3955a0301f8754f1330522d31bdea95" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 14:41.45 ---> using "3012e725308508d0de531ee578ee1e8781d13d01e7b7e084a1a8ab6b2e9dfc3c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.2
2.2.1
2026-04-03 14:41.45 ---> using "49acb3bbc71f8cee0ac24a0653bcca777fc6f3873bc89b90d919182499bf3c26" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 14:41.45 ---> using "834d8ad0726c0946994af4beac26783ef6bb1014f63b7b5e9de6455c8090386e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..2a4b439041  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> 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
2026-04-03 14:41.45 ---> using "744d43a9d4f5ce325e45239c497327738bf77a632cdb26c96116a5fcf7409025" from cache


/src: (copy (src mongoc.opam) (dst ./))
2026-04-03 14:41.46 ---> saved as "f83ef8f9af9d31bd5c364e41a91f7db8eb747d50c44b01ac7b61ce60f96f417c"


/src: (run (network host)
(shell "opam pin add -yn mongoc.dev './'"))
Package mongoc does not exist, create as a NEW package? [y/n] y
[mongoc.dev] synchronised (file:///src)
mongoc is now pinned to file:///src (version dev)
2026-04-03 14:41.48 ---> saved as "ab045c77d6f3f49f6b5c42b953db80937c886e8586ecebc2dd94735fe11e65a3"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 14:41.48 ---> saved as "2bf64f0ca1e765d42f6b89deb4d2adc975f82cf9bc1ceee2fd22173f3c2e1fee"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 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 mongoc.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.3-105-g58283386ebd [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.3-104-g8c092017342 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20260127-6768-gd16d42788af [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-6767-g36dee748e29 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-6759-g1123566d33e [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 61159 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mongoc.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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 system packages will first need to be installed:
mongo-c-driver-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apk" "add" "mongo-c-driver-dev"
- (1/5) Installing libbson (1.27.1-r0)
- (2/5) Installing libbson-dev (1.27.1-r0)
- (3/5) Installing snappy (1.2.2-r0)
- (4/5) Installing mongo-c-driver (1.27.1-r0)
- (5/5) Installing mongo-c-driver-dev (1.27.1-r0)
- Executing busybox-1.37.0-r20.trigger
- OK: 309 MiB in 107 packages
2026-04-03 14:42.01 ---> saved as "066fb7d488433f80da4a9cc1b2b3c41343d5f870e72556690e93ac88cb911c8c"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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 8 packages
- install cmdliner          2.1.0
- install conf-pkg-config   4
- install csexp             1.5.2
- install ctypes            0.24.0
- install dune              3.22.1
- install dune-configurator 3.22.1
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.22.1
-> installed ctypes.0.24.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-03 14:42.46 ---> saved as "b91d7f1391a026161f11b9e298862f332abf4bd1993de6619eaf55e2aebb9923"


/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.22.1).
The following actions will be performed:
=== install 16 packages
- install astring       0.8.5  [required by odoc]
- 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 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.14.0 [required by tyxml]
- install seq           base   [required by tyxml]
- install topkg         1.1.1  [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 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.14.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved topkg.1.1.1  (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.14.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.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
2026-04-03 14:43.15 ---> saved as "cbcf6efbacbd1fbcd67ff0235149bc741fdce76db37a19a97a363c3246df369c"


/src: (copy (src .) (dst /src/))
2026-04-03 14:43.16 ---> saved as "d5fdb58e0255d2a3c83935480be7651abff5b518f100f0181502b8fdb61a44c1"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2026-04-03 14:43.18 ---> saved as "3c49527041a41dcc28437acc79cb4299e78062e3c341e6fb3907e6cc60d064db"
Job succeeded
2026-04-03 14:43.18: Job succeeded