Organisationsmirageocaml-cow3f53db (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-05-10 09:18.52: New job: test mirage/ocaml-cow https://github.com/mirage/ocaml-cow.git#refs/heads/main (3f53db99b048261b774e45d22d57c7c71f02092b) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-cow.git" -b "main" && cd "ocaml-cow" && git reset --hard 3f53db99
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea
# debian-12-4.03_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cow.opam ./
RUN opam pin add -yn cow.dev './'
ENV DEPS="alcotest.1.1.0 astring.0.8.3 base.v0.9.3 base-bigarray.base base-bytes.base base-num.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cstruct.6.0.1 dune.3.15.2 ezjsonm.1.1.0 fmt.0.8.6 hex.1.4.0 jbuilder.1.0+beta20.2 jsonm.1.0.1 num.0 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-compiler-libs.v0.9.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 omd.1.3.1 ppx_ast.v0.9.1 ppx_core.v0.9.0 ppx_derivers.1.2.1 ppx_driver.v0.9.1 ppx_metaquot.v0.9.0 ppx_optcomp.v0.9.0 ppx_sexp_conv.v0.9.0 ppx_traverse_builtins.v0.9.0 ppx_type_conv.v0.9.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib.v0.9.2 stdio.v0.9.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.4 uchar.0.0.2 uri.1.9.7 uuidm.0.9.7 uutf.1.0.3 xmlm.1.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cow.dev $DEPS
RUN opam install $DEPS
RUN opam depext -i conf-m4 && opam depext -i 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-05-10 09:18.52: Using cache hint "mirage/ocaml-cow-ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea-debian-12-4.03_opam-2.1-1dc19daee831f5b65b5d3f4856801673"
2024-05-10 09:18.52: Using OBuilder spec:
((from ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea)
 (comment debian-12-4.03_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cow.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cow.dev './'"))
 (env DEPS "alcotest.1.1.0 astring.0.8.3 base.v0.9.3 base-bigarray.base base-bytes.base base-num.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cstruct.6.0.1 dune.3.15.2 ezjsonm.1.1.0 fmt.0.8.6 hex.1.4.0 jbuilder.1.0+beta20.2 jsonm.1.0.1 num.0 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-compiler-libs.v0.9.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 omd.1.3.1 ppx_ast.v0.9.1 ppx_core.v0.9.0 ppx_derivers.1.2.1 ppx_driver.v0.9.1 ppx_metaquot.v0.9.0 ppx_optcomp.v0.9.0 ppx_sexp_conv.v0.9.0 ppx_traverse_builtins.v0.9.0 ppx_type_conv.v0.9.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib.v0.9.2 stdio.v0.9.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.4 uchar.0.0.2 uri.1.9.7 uuidm.0.9.7 uutf.1.0.3 xmlm.1.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.1 --depext-only -y cow.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 depext -i conf-m4 && opam depext -i 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-05-10 09:18.52: Waiting for resource in pool OCluster
2024-05-11 00:53.54: Waiting for worker…
2024-05-11 00:57.43: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 3f53db9 Fix typo in CHANGELOG


(from ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea)
2024-05-11 00:57.43 ---> using "5e746ce75e4437cb8305c3242b0b72bc201345168ee5141ebd6738538e1ece83" from cache


/: (comment debian-12-4.03_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 00:57.43 ---> using "17730712d481f6de6d87f039733a29f54bc236fb415a7ed1b4487ab1828fae07" 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.


Continue? [Y/n] y
Format upgrade done.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 00:57.43 ---> using "0daf33aedad7fb282aaac6c7833940bdb15b54d88d76fff8c6981e24105988f0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.03.0
2.1.5
2024-05-11 00:57.43 ---> using "8ba57746c1588e360057937b5f9571685bd8a781186d299d6c3ac306404d108c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 00:57.43 ---> using "8a972db9ab987a0f7ac5a95a1c0017fef21f56ba02eb320ff0446f680f19bec7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..2ae169d7d0  master     -> origin/master
2275b40053 @dra27 maintains ocaml-secondary-compiler


<><> 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-05-11 00:57.43 ---> using "b23c89d2df967834f4f7db348270813bc59697abbac2e3364c5d69016096764d" from cache


/src: (copy (src cow.opam) (dst ./))
2024-05-11 00:57.43 ---> using "f95eeeb1229adea570beab0b518ad9e2f98b444f5d5280314253bf33cc68eb9b" from cache


/src: (run (network host)
           (shell "opam pin add -yn cow.dev './'"))
[cow.dev] synchronised (file:///src)
cow is now pinned to file:///src (version dev)
2024-05-11 00:57.43 ---> using "bfd5fec1eed0d16786d23cb968c5dafd31a0214ef6da0753077a1674fbcef555" from cache


/src: (env DEPS "alcotest.1.1.0 astring.0.8.3 base.v0.9.3 base-bigarray.base base-bytes.base base-num.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cstruct.6.0.1 dune.3.15.2 ezjsonm.1.1.0 fmt.0.8.6 hex.1.4.0 jbuilder.1.0+beta20.2 jsonm.1.0.1 num.0 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-compiler-libs.v0.9.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 omd.1.3.1 ppx_ast.v0.9.1 ppx_core.v0.9.0 ppx_derivers.1.2.1 ppx_driver.v0.9.1 ppx_metaquot.v0.9.0 ppx_optcomp.v0.9.0 ppx_sexp_conv.v0.9.0 ppx_traverse_builtins.v0.9.0 ppx_type_conv.v0.9.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib.v0.9.2 stdio.v0.9.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.4 uchar.0.0.2 uri.1.9.7 uuidm.0.9.7 uutf.1.0.3 xmlm.1.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.1 --depext-only -y cow.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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 271 kB in 0s (864 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cow.dev] synchronised (no changes)


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[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 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-05-11 00:57.44 ---> saved as "14611e04f5bfd4fd06fa76f73c25c05dbed3123393026b29d200bd0483bba931"


/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.08.1-1).
[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 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 ocamlbuild              0.14.3
  - install ocamlfind               1.9.6
  - install cmdliner                1.0.4
  - install jbuilder                1.0+beta20.2
  - install base-num                base
  - install uchar                   0.0.2
  - install topkg                   1.0.4
  - install ocamlfind-secondary     1.9.6
  - install base-bytes              base
  - install ppx_traverse_builtins   v0.9.0
  - install ocaml-compiler-libs     v0.9.0
  - install num                     0
  - install xmlm                    1.3.0
  - install uutf                    1.0.3
  - install uuidm                   0.9.7
  - install dune                    3.15.2
  - install omd                     1.3.1
  - install astring                 0.8.3
  - install sexplib                 v0.9.2
  - install jsonm                   1.0.1
  - install stringext               1.6.0
  - install stdlib-shims            0.3.0
  - install seq                     0.3.1
  - install result                  1.5
  - install ppx_derivers            1.2.1
  - install bigarray-compat         1.1.0
  - install base                    v0.9.3
  - install re                      1.11.0
  - install fmt                     0.8.6
  - install ocaml-migrate-parsetree 1.8.0
  - install cstruct                 6.0.1
  - install stdio                   v0.9.0
  - install alcotest                1.1.0
  - install ppx_ast                 v0.9.1
  - install hex                     1.4.0
  - install ppx_core                v0.9.0
  - install ezjsonm                 1.1.0
  - install ppx_optcomp             v0.9.0
  - install ppx_driver              v0.9.1
  - install ppx_metaquot            v0.9.0
  - install ppx_type_conv           v0.9.0
  - install ppx_sexp_conv           v0.9.0
  - install uri                     1.9.7
===== 43 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.3  (cached)
-> installed base-num.base
-> retrieved alcotest.1.1.0  (cached)
-> retrieved base.v0.9.3  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cstruct.6.0.1  (cached)
-> retrieved ezjsonm.1.1.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved hex.1.4.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> installed num.0
-> retrieved ocaml-compiler-libs.v0.9.0  (cached)
-> retrieved jbuilder.1.0+beta20.2  (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved omd.1.3.1  (cached)
-> retrieved ppx_ast.v0.9.1  (cached)
-> retrieved ppx_core.v0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_driver.v0.9.1  (cached)
-> retrieved ppx_metaquot.v0.9.0  (cached)
-> retrieved ppx_optcomp.v0.9.0  (cached)
-> retrieved ppx_sexp_conv.v0.9.0  (cached)
-> retrieved ppx_traverse_builtins.v0.9.0  (cached)
-> retrieved ppx_type_conv.v0.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved sexplib.v0.9.2  (cached)
-> retrieved stdio.v0.9.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved topkg.1.0.4  (cached)
-> retrieved uri.1.9.7  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved xmlm.1.3.0  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed uchar.0.0.2
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed jbuilder.1.0+beta20.2
-> installed ppx_traverse_builtins.v0.9.0
-> installed ocaml-compiler-libs.v0.9.0
-> installed sexplib.v0.9.2
-> installed topkg.1.0.4
-> installed uuidm.0.9.7
-> installed uutf.1.0.3
-> installed xmlm.1.3.0
-> installed astring.0.8.3
-> installed jsonm.1.0.1
-> installed omd.1.3.1
-> installed base.v0.9.3
-> installed stdio.v0.9.0
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed seq.0.3.1
-> installed stringext.1.6.0
-> installed result.1.5
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed cstruct.6.0.1
-> installed hex.1.4.0
-> installed re.1.11.0
-> installed ezjsonm.1.1.0
-> installed fmt.0.8.6
-> installed alcotest.1.1.0
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ppx_ast.v0.9.1
-> installed ppx_core.v0.9.0
-> installed ppx_optcomp.v0.9.0
-> installed ppx_driver.v0.9.1
-> installed ppx_metaquot.v0.9.0
-> installed ppx_type_conv.v0.9.0
-> installed ppx_sexp_conv.v0.9.0
-> installed uri.1.9.7
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 00:58.48 ---> saved as "8ecf02e426cd32562e16cd8076fd7cfe4e968121a94ae2f31067205867d800c8"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment


<><> Carrying on to "opam depext -i conf-m4" ><><><><><><><><><><><><><><><><><>


You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
m4
The following actions will be performed:
  - install conf-m4 1


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# Run eval $(opam env) to update the current shell environment
You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.15.2).
The following actions will be performed:
  - install tyxml         4.5.0 [required by odoc]
  - install cppo          1.6.9 [required by odoc]
  - install fpath         0.7.3 [required by odoc]
  - install crunch        2.1.0 [required by odoc]
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install odoc-parser   2.4.2 [required by odoc]
  - install odoc          2.4.2
===== 7 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.2.1.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved tyxml.4.5.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed crunch.2.1.0
-> installed fpath.0.7.3
-> installed cppo.1.6.9
-> installed odoc-parser.2.4.2
-> installed tyxml.4.5.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:01.13 ---> saved as "eeb7d574b96e93f352489836a9e59d08797692507146efcb2850f644edd8fe7c"


/src: (copy (src .) (dst /src/))
2024-05-11 01:01.13 ---> saved as "6b2b4bcf1bbda87e607d66b5c6197bfaaf0efd2ff1f986724389d78a1bdf6abd"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/4.03/bin/odoc link -I ../_odoc/pkg/cow -I ../../src/.cow.objs/byte -o ../_odocls/cow/cow.odocl ../../src/.cow.objs/byte/cow.odoc)
File "src/html.mli", line 63, characters 4-23:
Warning: Failed to resolve reference unresolvedroot(Xmlm).make_output Couldn't find "Xmlm"
File "src/html.mli", line 49, characters 30-49:
Warning: Failed to resolve reference unresolvedroot(Xmlm).make_output Couldn't find "Xmlm"
File "src/html.mli", line 34, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Xmlm).inenc Couldn't find "Xmlm"
2024-05-11 01:01.14 ---> saved as "587abd17ded9a6c15b71c03ad02241e92d00cdfdf429d2917dfc8022148cb5c6"
Job succeeded
2024-05-11 01:01.15: Job succeeded