2025-08-26 09:24.06: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (macos-x86_64:macos-homebrew-5.3_opam-2.4) Base: macos-homebrew-ocaml-5.3 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-5.3 # macos-homebrew-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.1 dune-build-info.3.20.1 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 omd.2.0.0~alpha3 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.17.0 patch.3.0.0 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdcompat.21.1 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 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.4 --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-08-26 09:24.06: Using cache hint "ocaml-doc/voodoo-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.4-8a6efe07181472345b22bf3a17fe0590" 2025-08-26 09:24.06: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (comment macos-homebrew-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.4 ~/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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.1 dune-build-info.3.20.1 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 omd.2.0.0~alpha3 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.17.0 patch.3.0.0 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdcompat.21.1 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 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.4 --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-08-26 09:24.06: Waiting for resource in pool OCluster 2025-08-26 12:40.02: Waiting for worker… 2025-08-26 15:11.08: Got resource from pool OCluster Building on i7-worker-01 All commits already cached HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128) (from macos-homebrew-ocaml-5.3) 2025-08-26 15:11.09 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (comment macos-homebrew-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) 2025-08-26 15:11.09 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" 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-08-26 15:11.10 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.3.0 2.4.1 2025-08-26 15:11.10 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" 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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f1d3c77350..4c972ba0fc master -> origin/master 4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-08-26 15:11.10 ---> using "9bd6f8345fda86b3754d39e40245cb91fd1fc5c0aa2482f6101d49b695147b81" from cache /: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam) (dst ./src/./)) 2025-08-26 15:11.11 ---> saved as "008b250a1de1dfcab4d93062ea3f33394d39595d380e13f7b5f905bb715c07a9" /: (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/./'")) [NOTE] Package voodoo-prep does not exist in opam repositories registered in the current switch. [voodoo-prep.dev] synchronised (file:///Users/mac1000/src) voodoo-prep is now pinned to file:///Users/mac1000/src (version dev) [NOTE] Package voodoo-lib does not exist in opam repositories registered in the current switch. [voodoo-lib.dev] synchronised (file:///Users/mac1000/src) voodoo-lib is now pinned to file:///Users/mac1000/src (version dev) [NOTE] Package voodoo-gen does not exist in opam repositories registered in the current switch. [voodoo-gen.dev] synchronised (file:///Users/mac1000/src) voodoo-gen is now pinned to file:///Users/mac1000/src (version dev) [NOTE] Package voodoo-do does not exist in opam repositories registered in the current switch. [voodoo-do.dev] synchronised (file:///Users/mac1000/src) voodoo-do is now pinned to file:///Users/mac1000/src (version dev) 2025-08-26 15:11.33 ---> saved as "17402d673f301199d4a963038991da7b275ff502edfd62351b9fce6029333afc" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-08-26 15:11.35 ---> saved as "491c411f13ebb1e6c016f44bd96f229fb2258c9e98b073410be55b5ee32d6a31" /: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.1 dune-build-info.3.20.1 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 omd.2.0.0~alpha3 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.17.0 patch.3.0.0 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdcompat.21.1 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 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.4 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-lib.dev] synchronised (file:///Users/mac1000/src) [voodoo-gen.dev] synchronised (file:///Users/mac1000/src) [voodoo-do.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-effects 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 system packages will first need to be installed: jq pandoc <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/brew "install" "jq" "pandoc" - ==> Fetching downloads for: jq and pandoc - ==> 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 - ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/manifests/3.7.0.2-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2c6891a59d965d0aecdb4d62a3028ad2925dbfe2dd87ec3246204952212accc--pandoc-3.7.0.2-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:174fa500f45c9421915e22c34f51abc2849cbce2c05b64f013e4949bf2edd7e0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/55f4f6d4b7a21efea3f9eaf1d09de79033554bc6e76863952124248fab25c1f2--oniguruma--6.9.10.sonoma.bottle.tar.gz - ==> Fetching jq - ==> Downloading https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:a1a5f487f1840d9a18abdecdf1c6c5a5385917725c6ba88f7f819ac5f4cfa801 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/890edc72cf08cc5866a74b129a3366a8434c926f909a2aca1422c3b70cbaae09--jq--1.8.1.sonoma.bottle.tar.gz - ==> Fetching dependencies for pandoc: gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json - ==> Fetching gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:d1192da68b2618652f4be0dd9f56b18d2d276481440ae241ce9cc17be0450e07 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea83c2ee63250dbc931826078df9b212ba8618ad631319170d4cb55723e4fe0b--gmp--6.3.0.sequoia.bottle.tar.gz - ==> Fetching pandoc - ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:19f1e26349eccf0fd2e23bd1a5aaae30d07fdd3bbb09a42f2ffd6ae24518765f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f2ad523eb676f0ec43da463f886cec22ee72c2d453779842550d1b5bb783321--pandoc--3.7.0.2.sonoma.bottle.1.tar.gz - ==> 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.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/oniguruma/6.9.10: 15 files, 1.4MB - ==> Pouring jq--1.8.1.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/jq/1.8.1: 20 files, 1MB - ==> Running `brew cleanup jq`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> Installing pandoc dependency: gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json - ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz - 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.2MB - ==> Pouring pandoc--3.7.0.2.sonoma.bottle.1.tar.gz - 🍺 /usr/local/Cellar/pandoc/3.7.0.2: 11 files, 166MB - ==> Running `brew cleanup pandoc`... - ==> No outdated dependents to upgrade! - ==> Caveats - Bash completion has been installed to: - /usr/local/etc/bash_completion.d 2025-08-26 15:12.09 ---> saved as "b11ea6741876365b166b7fae055602e0130f85f13468a669d71c9eff9f7afe75" /: (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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-effects 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 48 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-jq 1 - install conf-pandoc 0.1 - install cppo 1.8.0 - install crunch 4.0.0 - install dune 3.20.1 - install dune-build-info 3.20.1 - install fmt 0.11.0 - install fpath 0.7.3 - install jsonm 1.0.2 - install logs 0.9.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.1.0 - install odoc-parser 3.1.0 - install omd 2.0.0~alpha3 - install opam-core 2.4.1 - install opam-file-format 2.2.0 - install opam-format 2.4.1 - install parsexp v0.17.0 - install patch 3.0.0 - install ptime 1.2.0 - install re 1.13.2 - install rresult 0.7.0 - install seq base - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install sha 1.15.4 - install stdcompat 21.1 - install stdlib-shims 0.3.0 - install swhid_core 0.1 - install topkg 1.1.0 - 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 bos.0.2.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-jq.1 -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.9.0 (cached) -> installed conf-pandoc.0.1 -> 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.4.1, opam-format.2.4.1 (cached) -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> installed num.1.6 -> retrieved dune.3.20.1, dune-build-info.3.20.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.13.2 (cached) -> retrieved patch.3.0.0 (cached) -> retrieved seq.base (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved uunf.16.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved stdcompat.21.1 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.16.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed seq.base -> installed topkg.1.1.0 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.9.0 -> installed uunf.16.0.0 -> installed bos.0.2.1 -> installed dune.3.20.1 -> installed crunch.4.0.0 -> installed cppo.1.8.0 -> installed camlp-streams.5.0.1 -> installed menhirCST.20240715 -> installed sexplib0.v0.17.0 -> installed patch.3.0.0 -> installed dune-build-info.3.20.1 -> installed ocaml-syntax-shims.1.0.0 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed stdlib-shims.0.3.0 -> installed re.1.13.2 -> installed swhid_core.0.1 -> installed odoc-parser.3.1.0 -> installed sha.1.15.4 -> installed ocamlgraph.2.2.0 -> installed yojson.3.0.0 -> installed alcotest.1.9.0 -> installed parsexp.v0.17.0 -> installed stdcompat.21.1 -> installed tyxml.4.6.0 -> installed sexplib.v0.17.0 -> installed opam-core.2.4.1 -> installed uucp.16.0.0 -> installed odoc.3.1.0 -> installed omd.2.0.0~alpha3 -> installed menhir.20240715 -> installed opam-file-format.2.2.0 -> installed opam-format.2.4.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-26 15:14.15 ---> saved as "b43718309e9cff7a4e9657cd77f25398434609000a37d61484645fb9ef5c3061" /: (copy (src .) (dst ./src)) 2025-08-26 15:14.16 ---> saved as "d4e76b942bbfc942ca994106ca719f67805940722d197a4db4d4513c518833c7" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /Users/mac1000/.opam/5.3.0/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 -bin-annot-occurrences -I src/voodoo-gen/.main.eobjs/byte -I /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/camlp-streams -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/findlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fmt/tty -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/logs/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/odoc-parser -I /Users/mac1000/.opam/5.3.0/lib/odoc/document -I /Users/mac1000/.opam/5.3.0/lib/odoc/html -I /Users/mac1000/.opam/5.3.0/lib/odoc/html_support_files -I /Users/mac1000/.opam/5.3.0/lib/odoc/index -I /Users/mac1000/.opam/5.3.0/lib/odoc/json_index -I /Users/mac1000/.opam/5.3.0/lib/odoc/latex -I /Users/mac1000/.opam/5.3.0/lib/odoc/loader -I /Users/mac1000/.opam/5.3.0/lib/odoc/manpage -I /Users/mac1000/.opam/5.3.0/lib/odoc/markdown -I /Users/mac1000/.opam/5.3.0/lib/odoc/model -I /Users/mac1000/.opam/5.3.0/lib/odoc/occurrences -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc_utils -I /Users/mac1000/.opam/5.3.0/lib/odoc/search -I /Users/mac1000/.opam/5.3.0/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/5.3.0/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/5.3.0/lib/odoc/xref2 -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/parsexp -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.0/lib/sexplib -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/stdcompat -I /Users/mac1000/.opam/5.3.0/lib/tyxml -I /Users/mac1000/.opam/5.3.0/lib/tyxml/functor -I /Users/mac1000/.opam/5.3.0/lib/uucp -I /Users/mac1000/.opam/5.3.0/lib/uunf -I /Users/mac1000/.opam/5.3.0/lib/uutf -I /Users/mac1000/.opam/5.3.0/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/byte -cmi-file src/voodoo-gen/.main.eobjs/byte/dune__exe__Markdown.cmi -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/5.3.0/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 -bin-annot-occurrences -I src/voodoo-gen/.main.eobjs/byte -I /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/camlp-streams -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/findlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fmt/tty -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/logs/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/odoc-parser -I /Users/mac1000/.opam/5.3.0/lib/odoc/document -I /Users/mac1000/.opam/5.3.0/lib/odoc/html -I /Users/mac1000/.opam/5.3.0/lib/odoc/html_support_files -I /Users/mac1000/.opam/5.3.0/lib/odoc/index -I /Users/mac1000/.opam/5.3.0/lib/odoc/json_index -I /Users/mac1000/.opam/5.3.0/lib/odoc/latex -I /Users/mac1000/.opam/5.3.0/lib/odoc/loader -I /Users/mac1000/.opam/5.3.0/lib/odoc/manpage -I /Users/mac1000/.opam/5.3.0/lib/odoc/markdown -I /Users/mac1000/.opam/5.3.0/lib/odoc/model -I /Users/mac1000/.opam/5.3.0/lib/odoc/occurrences -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc_utils -I /Users/mac1000/.opam/5.3.0/lib/odoc/search -I /Users/mac1000/.opam/5.3.0/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/5.3.0/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/5.3.0/lib/odoc/xref2 -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/parsexp -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.0/lib/sexplib -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/stdcompat -I /Users/mac1000/.opam/5.3.0/lib/tyxml -I /Users/mac1000/.opam/5.3.0/lib/tyxml/functor -I /Users/mac1000/.opam/5.3.0/lib/uucp -I /Users/mac1000/.opam/5.3.0/lib/uunf -I /Users/mac1000/.opam/5.3.0/lib/uutf -I /Users/mac1000/.opam/5.3.0/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/byte -cmi-file src/voodoo-gen/.main.eobjs/byte/dune__exe__Generate_html_docs.cmi -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/5.3.0/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/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/camlp-streams -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/findlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fmt/tty -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/logs/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/odoc-parser -I /Users/mac1000/.opam/5.3.0/lib/odoc/document -I /Users/mac1000/.opam/5.3.0/lib/odoc/html -I /Users/mac1000/.opam/5.3.0/lib/odoc/html_support_files -I /Users/mac1000/.opam/5.3.0/lib/odoc/index -I /Users/mac1000/.opam/5.3.0/lib/odoc/json_index -I /Users/mac1000/.opam/5.3.0/lib/odoc/latex -I /Users/mac1000/.opam/5.3.0/lib/odoc/loader -I /Users/mac1000/.opam/5.3.0/lib/odoc/manpage -I /Users/mac1000/.opam/5.3.0/lib/odoc/markdown -I /Users/mac1000/.opam/5.3.0/lib/odoc/model -I /Users/mac1000/.opam/5.3.0/lib/odoc/occurrences -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc_utils -I /Users/mac1000/.opam/5.3.0/lib/odoc/search -I /Users/mac1000/.opam/5.3.0/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/5.3.0/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/5.3.0/lib/odoc/xref2 -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/parsexp -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.0/lib/sexplib -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/stdcompat -I /Users/mac1000/.opam/5.3.0/lib/tyxml -I /Users/mac1000/.opam/5.3.0/lib/tyxml/functor -I /Users/mac1000/.opam/5.3.0/lib/uucp -I /Users/mac1000/.opam/5.3.0/lib/uunf -I /Users/mac1000/.opam/5.3.0/lib/uutf -I /Users/mac1000/.opam/5.3.0/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 -cmi-file src/voodoo-gen/.main.eobjs/byte/dune__exe__Generate_html_docs.cmi -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/5.3.0/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/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/camlp-streams -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/findlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fmt/tty -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/logs/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/odoc-parser -I /Users/mac1000/.opam/5.3.0/lib/odoc/document -I /Users/mac1000/.opam/5.3.0/lib/odoc/html -I /Users/mac1000/.opam/5.3.0/lib/odoc/html_support_files -I /Users/mac1000/.opam/5.3.0/lib/odoc/index -I /Users/mac1000/.opam/5.3.0/lib/odoc/json_index -I /Users/mac1000/.opam/5.3.0/lib/odoc/latex -I /Users/mac1000/.opam/5.3.0/lib/odoc/loader -I /Users/mac1000/.opam/5.3.0/lib/odoc/manpage -I /Users/mac1000/.opam/5.3.0/lib/odoc/markdown -I /Users/mac1000/.opam/5.3.0/lib/odoc/model -I /Users/mac1000/.opam/5.3.0/lib/odoc/occurrences -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc_utils -I /Users/mac1000/.opam/5.3.0/lib/odoc/search -I /Users/mac1000/.opam/5.3.0/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/5.3.0/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/5.3.0/lib/odoc/xref2 -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/parsexp -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.0/lib/sexplib -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/stdcompat -I /Users/mac1000/.opam/5.3.0/lib/tyxml -I /Users/mac1000/.opam/5.3.0/lib/tyxml/functor -I /Users/mac1000/.opam/5.3.0/lib/uucp -I /Users/mac1000/.opam/5.3.0/lib/uunf -I /Users/mac1000/.opam/5.3.0/lib/uutf -I /Users/mac1000/.opam/5.3.0/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 -cmi-file src/voodoo-gen/.main.eobjs/byte/dune__exe__Markdown.cmi -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/test/unit/serialize && ./main.exe) Testing `voodoo-serialize'. This run has ID `EJEF5IMJ'. [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.005s. 31 tests run. (cd _build/default && /Users/mac1000/.opam/5.3.0/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 -bin-annot-occurrences -I src/voodoo-gen/.main.eobjs/byte -I /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/camlp-streams -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/findlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fmt/tty -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/logs/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/odoc-parser -I /Users/mac1000/.opam/5.3.0/lib/odoc/document -I /Users/mac1000/.opam/5.3.0/lib/odoc/html -I /Users/mac1000/.opam/5.3.0/lib/odoc/html_support_files -I /Users/mac1000/.opam/5.3.0/lib/odoc/index -I /Users/mac1000/.opam/5.3.0/lib/odoc/json_index -I /Users/mac1000/.opam/5.3.0/lib/odoc/latex -I /Users/mac1000/.opam/5.3.0/lib/odoc/loader -I /Users/mac1000/.opam/5.3.0/lib/odoc/manpage -I /Users/mac1000/.opam/5.3.0/lib/odoc/markdown -I /Users/mac1000/.opam/5.3.0/lib/odoc/model -I /Users/mac1000/.opam/5.3.0/lib/odoc/occurrences -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc_utils -I /Users/mac1000/.opam/5.3.0/lib/odoc/search -I /Users/mac1000/.opam/5.3.0/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/5.3.0/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/5.3.0/lib/odoc/xref2 -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/parsexp -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.0/lib/sexplib -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/stdcompat -I /Users/mac1000/.opam/5.3.0/lib/tyxml -I /Users/mac1000/.opam/5.3.0/lib/tyxml/functor -I /Users/mac1000/.opam/5.3.0/lib/uucp -I /Users/mac1000/.opam/5.3.0/lib/uunf -I /Users/mac1000/.opam/5.3.0/lib/uutf -I /Users/mac1000/.opam/5.3.0/lib/yojson -I src/voodoo/.voodoo_lib.objs/byte -I src/voodoo/serialize/.voodoo_serialize.objs/byte -cmi-file src/voodoo-gen/.main.eobjs/byte/dune__exe__Search_index.cmi -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: The value doc has type C.docs but an expression was expected of type 'a C.with_location list (cd _build/default && /Users/mac1000/.opam/5.3.0/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/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/camlp-streams -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/findlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fmt/tty -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/logs/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/odoc-parser -I /Users/mac1000/.opam/5.3.0/lib/odoc/document -I /Users/mac1000/.opam/5.3.0/lib/odoc/html -I /Users/mac1000/.opam/5.3.0/lib/odoc/html_support_files -I /Users/mac1000/.opam/5.3.0/lib/odoc/index -I /Users/mac1000/.opam/5.3.0/lib/odoc/json_index -I /Users/mac1000/.opam/5.3.0/lib/odoc/latex -I /Users/mac1000/.opam/5.3.0/lib/odoc/loader -I /Users/mac1000/.opam/5.3.0/lib/odoc/manpage -I /Users/mac1000/.opam/5.3.0/lib/odoc/markdown -I /Users/mac1000/.opam/5.3.0/lib/odoc/model -I /Users/mac1000/.opam/5.3.0/lib/odoc/occurrences -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc -I /Users/mac1000/.opam/5.3.0/lib/odoc/odoc_utils -I /Users/mac1000/.opam/5.3.0/lib/odoc/search -I /Users/mac1000/.opam/5.3.0/lib/odoc/search_html_frontend -I /Users/mac1000/.opam/5.3.0/lib/odoc/syntax_highlighter -I /Users/mac1000/.opam/5.3.0/lib/odoc/xref2 -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/parsexp -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.0/lib/sexplib -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/stdcompat -I /Users/mac1000/.opam/5.3.0/lib/tyxml -I /Users/mac1000/.opam/5.3.0/lib/tyxml/functor -I /Users/mac1000/.opam/5.3.0/lib/uucp -I /Users/mac1000/.opam/5.3.0/lib/uunf -I /Users/mac1000/.opam/5.3.0/lib/uutf -I /Users/mac1000/.opam/5.3.0/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 -cmi-file src/voodoo-gen/.main.eobjs/byte/dune__exe__Search_index.cmi -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: The value doc 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-08-26 15:14.25: Job failed: Failed: Build failed