2025-07-04 15:12.17: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.3)
Base: macos-homebrew-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-doc/voodoo.git" -b "main" && cd "voodoo" && git reset --hard dc54397f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam ./src/./
RUN opam pin add -yn voodoo-prep.dev './src/./' && \
opam pin add -yn voodoo-lib.dev './src/./' && \
opam pin add -yn voodoo-gen.dev './src/./' && \
opam pin add -yn voodoo-do.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.19.1 dune-build-info.3.19.1 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.0.0 odoc-parser.3.0.0 omd.2.0.0~alpha3 opam-core.2.3.0 opam-file-format.2.2.0 opam-format.2.3.0 parsexp.v0.16.0 ptime.1.2.0 re.1.13.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdcompat.20.1 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uunf.16.0.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-07-04 15:12.17: Using cache hint "ocaml-doc/voodoo-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.3-796817d76708f1e926ebe8cc29b59337"
2025-07-04 15:12.17: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_arm64_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
(dst ./src/./))
(run (network host)
(shell "opam pin add -yn voodoo-prep.dev './src/./' && \
\nopam pin add -yn voodoo-lib.dev './src/./' && \
\nopam pin add -yn voodoo-gen.dev './src/./' && \
\nopam pin add -yn voodoo-do.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.19.1 dune-build-info.3.19.1 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.0.0 odoc-parser.3.0.0 omd.2.0.0~alpha3 opam-core.2.3.0 opam-file-format.2.2.0 opam-format.2.3.0 parsexp.v0.16.0 ptime.1.2.0 re.1.13.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdcompat.20.1 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uunf.16.0.0 uutf.1.0.4 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-07-04 15:12.17: Waiting for resource in pool OCluster
2025-07-04 15:43.06: Waiting for worker…
2025-07-04 19:17.58: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128)
(from macos-homebrew-ocaml-4.14)
2025-07-04 19:17.59 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (comment macos-homebrew-4.14_arm64_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-07-04 19:17.59 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" from cache
/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-07-04 19:17.59 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-04 19:17.59 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..ee56c84f60 master -> origin/master
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-04 19:17.59 ---> using "52ef6060efda8fca6d5658ef1472b4e0a186a948d88ead6d10983e4f82a1db7f" from cache
/: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
(dst ./src/./))
2025-07-04 19:18.00 ---> saved as "e3cd07ed2aee137a1b665bd5c2ce15fa8f75579a2bbacfe2c8baed5616e47092"
/: (run (network host)
(shell "opam pin add -yn voodoo-prep.dev './src/./' && \
\nopam pin add -yn voodoo-lib.dev './src/./' && \
\nopam pin add -yn voodoo-gen.dev './src/./' && \
\nopam pin add -yn voodoo-do.dev './src/./'"))
Package voodoo-prep does not exist, create as a NEW package? [y/n] y
[voodoo-prep.dev] synchronised (file:///Users/mac1000/src)
voodoo-prep is now pinned to file:///Users/mac1000/src (version dev)
Package voodoo-lib does not exist, create as a NEW package? [y/n] y
[voodoo-lib.dev] synchronised (file:///Users/mac1000/src)
voodoo-lib is now pinned to file:///Users/mac1000/src (version dev)
Package voodoo-gen does not exist, create as a NEW package? [y/n] y
[voodoo-gen.dev] synchronised (file:///Users/mac1000/src)
voodoo-gen is now pinned to file:///Users/mac1000/src (version dev)
Package voodoo-do does not exist, create as a NEW package? [y/n] y
[voodoo-do.dev] synchronised (file:///Users/mac1000/src)
voodoo-do is now pinned to file:///Users/mac1000/src (version dev)
2025-07-04 19:18.28 ---> saved as "548a0242a4ff4583a4b401dbfc433b9b85a159a79637179360e3234b53a14930"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-07-04 19:18.29 ---> saved as "2b5fbb1fddf472f9594b6f5b3488e213ecb9321dbe5085e4aff8808ff3b9a6f4"
/: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.19.1 dune-build-info.3.19.1 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.0.0 odoc-parser.3.0.0 omd.2.0.0~alpha3 opam-core.2.3.0 opam-file-format.2.2.0 opam-format.2.3.0 parsexp.v0.16.0 ptime.1.2.0 re.1.13.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdcompat.20.1 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uunf.16.0.0 uutf.1.0.4 yojson.3.0.0")
/: (env CI true)
/: (env OCAMLCI true)
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-do.dev] synchronised (file:///Users/mac1000/src)
[voodoo-lib.dev] synchronised (file:///Users/mac1000/src)
[voodoo-gen.dev] synchronised (file:///Users/mac1000/src)
[voodoo-prep.dev] synchronised (file:///Users/mac1000/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:
autoconf jq pandoc
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "autoconf" "jq" "pandoc"
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.72-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b54b8d75974d006eb6be1db91a6ec040791ac751f25271fcd5a1d78cb361afd--autoconf-2.72-1.bottle_manifest.json
- ==> Fetching dependencies for autoconf: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6daeb2039950dd6932facf910fa817e9572e091a75508870ed06c1711c450a43--m4-1.4.20.bottle_manifest.json
- ==> Fetching m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/blobs/sha256:80bd9ecaa8798a7db6a2e86acc61089dc31d83e6e9e01495a6a57c3703155f47
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/63efd03dcf06dbe90e24cc885652884a99a817d51ab12ca1fa0401719fb4b616--m4--1.4.20.arm64_sequoia.bottle.tar.gz
- ==> Fetching autoconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/blobs/sha256:b1d110e2efd457a5e56c4469f2d6741109d542801a401fe08b750d0614581a9a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7f28aaa5b0cf4f94214c559fe31cae89c21fa3442affd666961e6bde54c4ee5b--autoconf--2.72.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jq/manifests/1.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c88cef345e5493a31a773886ea5f53cfe5d53d4411d5d19306a7e37073000877--jq-1.8.1.bottle_manifest.json
- ==> Fetching dependencies for jq: oniguruma
- ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/manifests/6.9.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/04e9c35970e8b4c6db751bdaa577e7185a85d364ccc66e079983f524aab95a85--oniguruma-6.9.10.bottle_manifest.json
- ==> Fetching oniguruma
- ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/blobs/sha256:7d6ab71fff646664b91e8ff91744696ec775357787dbc1a28e45d52759662e8d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbd2051db1497a537d41177195c8acb17c3d03f97543a26e8632cc56fc83bee9--oniguruma--6.9.10.arm64_sequoia.bottle.tar.gz
- ==> Fetching jq
- ==> Downloading https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:d7bce557bb82addd6cf01b8bb758d373ee11cb6671e4d7b1dc2a2c89816bcc32
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/92717308b1357f683f70be5191b9695b5072f78a3f9057ada7316411261c0025--jq--1.8.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/manifests/3.7.0.2
- ==> Fetching pandoc
- ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:c1a49a901b2ced92b8a50547723d4f7452772b8a1b2da9bce66639e129afda0e
- ==> Installing dependencies for autoconf: m4
- ==> Installing autoconf dependency: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6daeb2039950dd6932facf910fa817e9572e091a75508870ed06c1711c450a43--m4-1.4.20.bottle_manifest.json
- ==> Pouring m4--1.4.20.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/m4/1.4.20: 14 files, 782.8KB
- ==> Installing autoconf
- ==> Pouring autoconf--2.72.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/autoconf/2.72: 72 files, 3.6MB
- ==> Running `brew cleanup autoconf`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for jq: oniguruma
- ==> Installing jq dependency: oniguruma
- ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/manifests/6.9.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/04e9c35970e8b4c6db751bdaa577e7185a85d364ccc66e079983f524aab95a85--oniguruma-6.9.10.bottle_manifest.json
- ==> Pouring oniguruma--6.9.10.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/oniguruma/6.9.10: 15 files, 1.5MB
- ==> Installing jq
- ==> Pouring jq--1.8.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/jq/1.8.1: 20 files, 1.2MB
- ==> Running `brew cleanup jq`...
- ==> Pouring pandoc--3.7.0.2.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pandoc/3.7.0.2: 11 files, 264.7MB
- ==> Running `brew cleanup pandoc`...
- Removing: /Users/mac1000/Library/Caches/Homebrew/pandoc_bottle_manifest--3.7.0.1... (8.6KB)
- ==> Caveats
- Bash completion has been installed to:
- /opt/homebrew/etc/bash_completion.d
2025-07-04 19:21.42 ---> saved as "478c374c9af55f0eadb10542063c7c4f9c06f5c660bcca312ab06777a754560b"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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 49 packages
- install alcotest 1.9.0
- install astring 0.8.5
- install bos 0.2.1
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install conf-autoconf 0.2
- install conf-jq 1
- install conf-pandoc 0.1
- install cppo 1.8.0
- install crunch 4.0.0
- install dune 3.19.1
- install dune-build-info 3.19.1
- install fmt 0.10.0
- install fpath 0.7.3
- install jsonm 1.0.2
- install logs 0.8.0
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install num 1.6
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocamlgraph 2.2.0
- install odoc 3.0.0
- install odoc-parser 3.0.0
- install omd 2.0.0~alpha3
- install opam-core 2.3.0
- install opam-file-format 2.2.0
- install opam-format 2.3.0
- install parsexp v0.16.0
- install ptime 1.2.0
- install re 1.13.2
- install result 1.5
- install rresult 0.7.0
- install seq base
- install sexplib v0.16.0
- install sexplib0 v0.16.0
- install sha 1.15.4
- install stdcompat 20.1
- install stdlib-shims 0.3.0
- install swhid_core 0.1
- install topkg 1.0.8
- install tyxml 4.6.0
- install uucp 16.0.0
- install uunf 16.0.0
- install uutf 1.0.4
- install yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> installed conf-jq.1
-> retrieved crunch.4.0.0 (cached)
-> installed conf-pandoc.0.1
-> installed conf-autoconf.0.2
-> retrieved cppo.1.8.0 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved omd.2.0.0~alpha3 (cached)
-> retrieved opam-core.2.3.0, opam-format.2.3.0 (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0 (cached)
-> retrieved opam-file-format.2.2.0 (cached)
-> retrieved dune.3.19.1, dune-build-info.3.19.1 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved rresult.0.7.0 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved sha.1.15.4 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed ocamlbuild.0.16.1
-> retrieved topkg.1.0.8 (cached)
-> retrieved swhid_core.0.1 (cached)
-> installed num.1.6
-> retrieved stdcompat.20.1 (cached)
-> retrieved uucp.16.0.0 (cached)
-> retrieved uunf.16.0.0 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.8.0
-> installed bos.0.2.1
-> installed uunf.16.0.0
-> installed dune.3.19.1
-> installed crunch.4.0.0
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed menhirCST.20240715
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed ocaml-syntax-shims.1.0.0
-> installed result.1.5
-> installed dune-build-info.3.19.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed re.1.13.2
-> installed ocamlgraph.2.2.0
-> installed odoc-parser.3.0.0
-> installed sha.1.15.4
-> installed swhid_core.0.1
-> installed alcotest.1.9.0
-> installed parsexp.v0.16.0
-> installed yojson.3.0.0
-> installed sexplib.v0.16.0
-> installed tyxml.4.6.0
-> installed opam-core.2.3.0
-> installed odoc.3.0.0
-> installed menhir.20240715
-> installed opam-file-format.2.2.0
-> installed stdcompat.20.1
-> installed opam-format.2.3.0
-> installed uucp.16.0.0
-> installed omd.2.0.0~alpha3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-04 19:23.03 ---> saved as "4dc5052dd382d310923054582b2a5746e611e0113267f8aeec8a6ccee92b9e08"
/: (copy (src .) (dst ./src))
2025-07-04 19:23.04 ---> saved as "c2e89408ad828a1efb9cd170ba7c6b3c4531c4ec16afb88e256300c09592b9f7"
/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/unit/serialize && ./main.exe)
Testing `voodoo-serialize'.
This run has ID `1AE9MFX5'.
[OK] String 0
[OK] String 1 xx.
[OK] String 2 `.
[OK] String 3 .
[OK] String 4 .
[OK] String 5 ".
[OK] Fpath 0 /.
[OK] Fpath 1 xx.
[OK] Fpath 2 `.
[OK] Fpath 3 .
[OK] Fpath 4 .
[OK] Fpath 5 ".
[OK] Fpath 6 //.
[OK] Package_info.Kind 0 module.
[OK] Package_info.Kind 1 page.
[OK] Package_info.Kind 2 leaf-page.
[OK] Package_info.Kind 3 module-type.
[OK] Package_info.Kind 4 argument-1.
[OK] Package_info.Kind 5 class.
[OK] Package_info.Kind 6 class-type.
[OK] Package_info.Kind 7 file.
[OK] Package_info.Module 0 (name:"") (submodules:) (ki...
[OK] Package_info.Module 1 (name:"foo") (submodules:(n...
[OK] Package_info.Library 0 (name:"") (modules:) (depen...
[OK] Package_info.Library 1 (name:"foo") (modules:(name...
[OK] Package_info 0 (libraries:).
[OK] Package_info 1 (libraries:(name:"") (modul...
[OK] Status.Otherdocs 0 (readme:) (license:) (chang...
[OK] Status.Otherdocs 1 (readme:/a) (license:/b) (c...
[OK] Status 0 (failed:true) (otherdocs:(r...
[OK] Status 1 (failed:false) (otherdocs:(...
Full test results in `~/src/_build/default/test/unit/serialize/_build/_tests/voodoo-serialize'.
Test Successful in 0.002s. 31 tests run.
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/voodoo-gen/.main.eobjs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/findlib -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/logs/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/odoc/document -I /Users/mac1000/.opam/4.14.2/lib/odoc/html -I /Users/mac1000/.opam/4.14.2/lib/odoc/html_support_files -I /Users/mac1000/.opam/4.14.2/lib/odoc/index -I /Users/mac1000/.opam/4.14.2/lib/odoc/json_index -I /Users/mac1000/.opam/4.14.2/lib/odoc/latex -I /Users/mac1000/.opam/4.14.2/lib/odoc/loader -I /Users/mac1000/.opam/4.14.2/lib/odoc/manpage -I /Users/mac1000/.opam/4.14.2/lib/odoc/model -I /Users/mac1000/.opam/4.14.2/lib/odoc/occurrences -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc_utils -I /Users/mac1000/.opam/4.14.2/lib/odoc/search -I /Users/mac1000/.opam/4.14.2/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/4.14.2/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/4.14.2/lib/odoc/xref2 -I /Users/mac1000/.opam/4.14.2/lib/omd -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdcompat -I /Users/mac1000/.opam/4.14.2/lib/tyxml -I /Users/mac1000/.opam/4.14.2/lib/tyxml/functor -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uunf -I /Users/mac1000/.opam/4.14.2/lib/uutf -I /Users/mac1000/.opam/4.14.2/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-gen/.main.eobjs/byte/dune__exe__Markdown.cmo -c -impl src/voodoo-gen/markdown.ml)
File "src/voodoo-gen/markdown.ml", line 20, characters 22-53:
20 | [ { desc = Link (l.destination, inline l.label); attr = [] } ]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type 'a * 'b
but an expression was expected of type Odoc_document.Types.Link.t
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/voodoo-gen/.main.eobjs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/findlib -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/logs/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/odoc/document -I /Users/mac1000/.opam/4.14.2/lib/odoc/html -I /Users/mac1000/.opam/4.14.2/lib/odoc/html_support_files -I /Users/mac1000/.opam/4.14.2/lib/odoc/index -I /Users/mac1000/.opam/4.14.2/lib/odoc/json_index -I /Users/mac1000/.opam/4.14.2/lib/odoc/latex -I /Users/mac1000/.opam/4.14.2/lib/odoc/loader -I /Users/mac1000/.opam/4.14.2/lib/odoc/manpage -I /Users/mac1000/.opam/4.14.2/lib/odoc/model -I /Users/mac1000/.opam/4.14.2/lib/odoc/occurrences -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc_utils -I /Users/mac1000/.opam/4.14.2/lib/odoc/search -I /Users/mac1000/.opam/4.14.2/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/4.14.2/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/4.14.2/lib/odoc/xref2 -I /Users/mac1000/.opam/4.14.2/lib/omd -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdcompat -I /Users/mac1000/.opam/4.14.2/lib/tyxml -I /Users/mac1000/.opam/4.14.2/lib/tyxml/functor -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uunf -I /Users/mac1000/.opam/4.14.2/lib/uutf -I /Users/mac1000/.opam/4.14.2/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-gen/.main.eobjs/byte/dune__exe__Generate_html_docs.cmo -c -impl src/voodoo-gen/generate_html_docs.ml)
File "src/voodoo-gen/generate_html_docs.ml", line 13, characters 4-23:
13 | | Source_tree_content _ ->
^^^^^^^^^^^^^^^^^^^
Error: This variant pattern is expected to have type Odoc_file.content
There is no constructor Source_tree_content within type Odoc_file.content
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/voodoo-gen/.main.eobjs/byte -I src/voodoo-gen/.main.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/findlib -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/logs/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/odoc/document -I /Users/mac1000/.opam/4.14.2/lib/odoc/html -I /Users/mac1000/.opam/4.14.2/lib/odoc/html_support_files -I /Users/mac1000/.opam/4.14.2/lib/odoc/index -I /Users/mac1000/.opam/4.14.2/lib/odoc/json_index -I /Users/mac1000/.opam/4.14.2/lib/odoc/latex -I /Users/mac1000/.opam/4.14.2/lib/odoc/loader -I /Users/mac1000/.opam/4.14.2/lib/odoc/manpage -I /Users/mac1000/.opam/4.14.2/lib/odoc/model -I /Users/mac1000/.opam/4.14.2/lib/odoc/occurrences -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc_utils -I /Users/mac1000/.opam/4.14.2/lib/odoc/search -I /Users/mac1000/.opam/4.14.2/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/4.14.2/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/4.14.2/lib/odoc/xref2 -I /Users/mac1000/.opam/4.14.2/lib/omd -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdcompat -I /Users/mac1000/.opam/4.14.2/lib/tyxml -I /Users/mac1000/.opam/4.14.2/lib/tyxml/functor -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uunf -I /Users/mac1000/.opam/4.14.2/lib/uutf -I /Users/mac1000/.opam/4.14.2/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/.voodoo_lib.objs/native -I src/voodoo/serialize/.voodoo_serialize.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-gen/.main.eobjs/native/dune__exe__Generate_html_docs.cmx -c -impl src/voodoo-gen/generate_html_docs.ml)
File "src/voodoo-gen/generate_html_docs.ml", line 13, characters 4-23:
13 | | Source_tree_content _ ->
^^^^^^^^^^^^^^^^^^^
Error: This variant pattern is expected to have type Odoc_file.content
There is no constructor Source_tree_content within type Odoc_file.content
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/voodoo-gen/.main.eobjs/byte -I src/voodoo-gen/.main.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/findlib -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/logs/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/odoc/document -I /Users/mac1000/.opam/4.14.2/lib/odoc/html -I /Users/mac1000/.opam/4.14.2/lib/odoc/html_support_files -I /Users/mac1000/.opam/4.14.2/lib/odoc/index -I /Users/mac1000/.opam/4.14.2/lib/odoc/json_index -I /Users/mac1000/.opam/4.14.2/lib/odoc/latex -I /Users/mac1000/.opam/4.14.2/lib/odoc/loader -I /Users/mac1000/.opam/4.14.2/lib/odoc/manpage -I /Users/mac1000/.opam/4.14.2/lib/odoc/model -I /Users/mac1000/.opam/4.14.2/lib/odoc/occurrences -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc_utils -I /Users/mac1000/.opam/4.14.2/lib/odoc/search -I /Users/mac1000/.opam/4.14.2/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/4.14.2/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/4.14.2/lib/odoc/xref2 -I /Users/mac1000/.opam/4.14.2/lib/omd -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdcompat -I /Users/mac1000/.opam/4.14.2/lib/tyxml -I /Users/mac1000/.opam/4.14.2/lib/tyxml/functor -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uunf -I /Users/mac1000/.opam/4.14.2/lib/uutf -I /Users/mac1000/.opam/4.14.2/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/.voodoo_lib.objs/native -I src/voodoo/serialize/.voodoo_serialize.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-gen/.main.eobjs/native/dune__exe__Markdown.cmx -c -impl src/voodoo-gen/markdown.ml)
File "src/voodoo-gen/markdown.ml", line 20, characters 22-53:
20 | [ { desc = Link (l.destination, inline l.label); attr = [] } ]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type 'a * 'b
but an expression was expected of type Odoc_document.Types.Link.t
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/voodoo-gen/.main.eobjs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/findlib -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/logs/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/odoc/document -I /Users/mac1000/.opam/4.14.2/lib/odoc/html -I /Users/mac1000/.opam/4.14.2/lib/odoc/html_support_files -I /Users/mac1000/.opam/4.14.2/lib/odoc/index -I /Users/mac1000/.opam/4.14.2/lib/odoc/json_index -I /Users/mac1000/.opam/4.14.2/lib/odoc/latex -I /Users/mac1000/.opam/4.14.2/lib/odoc/loader -I /Users/mac1000/.opam/4.14.2/lib/odoc/manpage -I /Users/mac1000/.opam/4.14.2/lib/odoc/model -I /Users/mac1000/.opam/4.14.2/lib/odoc/occurrences -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc_utils -I /Users/mac1000/.opam/4.14.2/lib/odoc/search -I /Users/mac1000/.opam/4.14.2/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/4.14.2/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/4.14.2/lib/odoc/xref2 -I /Users/mac1000/.opam/4.14.2/lib/omd -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdcompat -I /Users/mac1000/.opam/4.14.2/lib/tyxml -I /Users/mac1000/.opam/4.14.2/lib/tyxml/functor -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uunf -I /Users/mac1000/.opam/4.14.2/lib/uutf -I /Users/mac1000/.opam/4.14.2/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-gen/.main.eobjs/byte/dune__exe__Search_index.cmo -c -impl src/voodoo-gen/search_index.ml)
File "src/voodoo-gen/search_index.ml", line 17, characters 4-7:
17 | doc |> List.map get_value
^^^
Error: This expression has type C.docs but an expression was expected of type
'a C.with_location list
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/voodoo-gen/.main.eobjs/byte -I src/voodoo-gen/.main.eobjs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/camlp-streams -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/findlib -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fmt/tty -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/logs/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/odoc-parser -I /Users/mac1000/.opam/4.14.2/lib/odoc/document -I /Users/mac1000/.opam/4.14.2/lib/odoc/html -I /Users/mac1000/.opam/4.14.2/lib/odoc/html_support_files -I /Users/mac1000/.opam/4.14.2/lib/odoc/index -I /Users/mac1000/.opam/4.14.2/lib/odoc/json_index -I /Users/mac1000/.opam/4.14.2/lib/odoc/latex -I /Users/mac1000/.opam/4.14.2/lib/odoc/loader -I /Users/mac1000/.opam/4.14.2/lib/odoc/manpage -I /Users/mac1000/.opam/4.14.2/lib/odoc/model -I /Users/mac1000/.opam/4.14.2/lib/odoc/occurrences -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc -I /Users/mac1000/.opam/4.14.2/lib/odoc/odoc_utils -I /Users/mac1000/.opam/4.14.2/lib/odoc/search -I /Users/mac1000/.opam/4.14.2/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/4.14.2/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/4.14.2/lib/odoc/xref2 -I /Users/mac1000/.opam/4.14.2/lib/omd -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/result -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdcompat -I /Users/mac1000/.opam/4.14.2/lib/tyxml -I /Users/mac1000/.opam/4.14.2/lib/tyxml/functor -I /Users/mac1000/.opam/4.14.2/lib/uucp -I /Users/mac1000/.opam/4.14.2/lib/uunf -I /Users/mac1000/.opam/4.14.2/lib/uutf -I /Users/mac1000/.opam/4.14.2/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/.voodoo_lib.objs/native -I src/voodoo/serialize/.voodoo_serialize.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-gen/.main.eobjs/native/dune__exe__Search_index.cmx -c -impl src/voodoo-gen/search_index.ml)
File "src/voodoo-gen/search_index.ml", line 17, characters 4-7:
17 | doc |> List.map get_value
^^^
Error: This expression has type C.docs but an expression was expected of type
'a C.with_location list
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-04 19:23.10: Job failed: Failed: Build failed