Organisationsocaml-docvoodoodc5439 (main)opensuse-16.0-4.14_opam-2.4

opensuse-16.0-4.14_opam-2.4

Logs

Show full logs
2025-10-18 16:34.46: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (linux-x86_64:opensuse-16.0-4.14_opam-2.4)
Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
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 ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
# opensuse-16.0-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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 ./
RUN opam pin add -yn voodoo-prep.dev './' && \
    opam pin add -yn voodoo-lib.dev './' && \
    opam pin add -yn voodoo-gen.dev './' && \
    opam pin add -yn voodoo-do.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.0.0 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.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.16.0 patch.3.0.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.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.17.0.0 uunf.17.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 opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-10-18 16:34.46: Using cache hint "ocaml-doc/voodoo-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-da75cdf2359daee9fa407c82fde73b9e"
2025-10-18 16:34.46: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)
 (comment opensuse-16.0-4.14_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn voodoo-prep.dev './' && \
             \nopam pin add -yn voodoo-lib.dev './' && \
             \nopam pin add -yn voodoo-gen.dev './' && \
             \nopam pin add -yn voodoo-do.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.0.0 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.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.16.0 patch.3.0.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.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.17.0.0 uunf.17.0.0 uutf.1.0.4 yojson.3.0.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.4 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-10-18 16:34.46: Waiting for resource in pool OCluster
2025-10-18 17:05.49: Waiting for worker…
2025-10-18 17:07.42: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/voodoo.git-76fb3269167704dd2611c39edf6c8bfbc935c005/.git/
HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128)

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locally
docker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: Pulling from ocaml/opam
64cfa2a65095: Pulling fs layer
7971a163c5cf: Pulling fs layer
0bcedfafe7dd: Pulling fs layer
f42ca884ff10: Pulling fs layer
64cfa2a65095: Waiting
7a58dd924804: Pulling fs layer
7971a163c5cf: Waiting
73b6bf2442e2: Pulling fs layer
0bcedfafe7dd: Waiting
f42ca884ff10: Waiting
c7b2f1118c39: Pulling fs layer
7a58dd924804: Waiting
9664ba876e4c: Pulling fs layer
d307e097761a: Pulling fs layer
73b6bf2442e2: Waiting
a2f7a77a011c: Pulling fs layer
94b2c92a6e32: Pulling fs layer
d307e097761a: Waiting
a2f7a77a011c: Waiting
dc059a0b69a6: Pulling fs layer
94b2c92a6e32: Waiting
c7b2f1118c39: Waiting
9664ba876e4c: Waiting
b1b115775ad6: Pulling fs layer
9578045c60a5: Pulling fs layer
b1b115775ad6: Waiting
9438161e6dc8: Pulling fs layer
5354b34c6410: Pulling fs layer
9578045c60a5: Waiting
7ba29a3affaf: Pulling fs layer
9438161e6dc8: Waiting
978c6754ed91: Pulling fs layer
7ba29a3affaf: Waiting
5354b34c6410: Waiting
4f4fb700ef54: Pulling fs layer
1a894d493bd5: Pulling fs layer
978c6754ed91: Waiting
e279e4c3cc8b: Pulling fs layer
1a894d493bd5: Waiting
cdfaa2485c7d: Pulling fs layer
c8563e41aa6f: Pulling fs layer
e279e4c3cc8b: Waiting
911bff4bcd02: Pulling fs layer
7e6490154d95: Pulling fs layer
cdfaa2485c7d: Waiting
dd6beeecc8f8: Pulling fs layer
3e02f73f561d: Pulling fs layer
801dc6436763: Pulling fs layer
dd6beeecc8f8: Waiting
7ddd0c153f59: Pulling fs layer
801dc6436763: Waiting
5ee8f7f96184: Pulling fs layer
facc8b57701e: Pulling fs layer
5ee8f7f96184: Waiting
f5c712f16134: Pulling fs layer
facc8b57701e: Waiting
7c5c7be08383: Pulling fs layer
25e2ed376925: Pulling fs layer
1b4a119d9eef: Pulling fs layer
25e2ed376925: Waiting
ab7e2fb7737c: Pulling fs layer
db30acbe9a06: Pulling fs layer
4f666f8f907e: Pulling fs layer
23c142cc9273: Pulling fs layer
4f666f8f907e: Waiting
1b4a119d9eef: Waiting
e74b0971cd39: Pulling fs layer
23c142cc9273: Waiting
eea27d0942eb: Pulling fs layer
db30acbe9a06: Waiting
eea27d0942eb: Waiting
64cfa2a65095: Verifying Checksum
64cfa2a65095: Download complete
7971a163c5cf: Verifying Checksum
64cfa2a65095: Pull complete
7971a163c5cf: Pull complete
0bcedfafe7dd: Download complete
0bcedfafe7dd: Pull complete
f42ca884ff10: Verifying Checksum
f42ca884ff10: Download complete
7a58dd924804: Verifying Checksum
7a58dd924804: Download complete
73b6bf2442e2: Verifying Checksum
73b6bf2442e2: Download complete
c7b2f1118c39: Verifying Checksum
c7b2f1118c39: Download complete
9664ba876e4c: Verifying Checksum
9664ba876e4c: Download complete
d307e097761a: Verifying Checksum
d307e097761a: Download complete
a2f7a77a011c: Verifying Checksum
a2f7a77a011c: Download complete
94b2c92a6e32: Verifying Checksum
94b2c92a6e32: Download complete
b1b115775ad6: Verifying Checksum
b1b115775ad6: Download complete
f42ca884ff10: Pull complete
7a58dd924804: Pull complete
73b6bf2442e2: Pull complete
c7b2f1118c39: Pull complete
9664ba876e4c: Pull complete
d307e097761a: Pull complete
a2f7a77a011c: Pull complete
94b2c92a6e32: Pull complete
dc059a0b69a6: Verifying Checksum
dc059a0b69a6: Download complete
dc059a0b69a6: Pull complete
9438161e6dc8: Verifying Checksum
9438161e6dc8: Download complete
b1b115775ad6: Pull complete
5354b34c6410: Verifying Checksum
5354b34c6410: Download complete
7ba29a3affaf: Download complete
978c6754ed91: Verifying Checksum
978c6754ed91: Download complete
9578045c60a5: Verifying Checksum
9578045c60a5: Download complete
4f4fb700ef54: Download complete
1a894d493bd5: Download complete
9578045c60a5: Pull complete
e279e4c3cc8b: Verifying Checksum
e279e4c3cc8b: Download complete
9438161e6dc8: Pull complete
5354b34c6410: Pull complete
7ba29a3affaf: Pull complete
cdfaa2485c7d: Verifying Checksum
cdfaa2485c7d: Download complete
978c6754ed91: Pull complete
4f4fb700ef54: Pull complete
1a894d493bd5: Pull complete
e279e4c3cc8b: Pull complete
cdfaa2485c7d: Pull complete
c8563e41aa6f: Download complete
c8563e41aa6f: Pull complete
911bff4bcd02: Verifying Checksum
911bff4bcd02: Download complete
911bff4bcd02: Pull complete
7e6490154d95: Verifying Checksum
dd6beeecc8f8: Download complete
7e6490154d95: Pull complete
dd6beeecc8f8: Pull complete
3e02f73f561d: Verifying Checksum
3e02f73f561d: Download complete
3e02f73f561d: Pull complete
801dc6436763: Download complete
801dc6436763: Pull complete
7ddd0c153f59: Verifying Checksum
7ddd0c153f59: Download complete
7ddd0c153f59: Pull complete
5ee8f7f96184: Verifying Checksum
5ee8f7f96184: Download complete
5ee8f7f96184: Pull complete
facc8b57701e: Verifying Checksum
facc8b57701e: Download complete
facc8b57701e: Pull complete
7c5c7be08383: Verifying Checksum
7c5c7be08383: Download complete
f5c712f16134: Verifying Checksum
f5c712f16134: Download complete
1b4a119d9eef: Download complete
25e2ed376925: Verifying Checksum
25e2ed376925: Download complete
ab7e2fb7737c: Verifying Checksum
ab7e2fb7737c: Download complete
db30acbe9a06: Download complete
23c142cc9273: Verifying Checksum
23c142cc9273: Download complete
e74b0971cd39: Verifying Checksum
e74b0971cd39: Download complete
eea27d0942eb: Verifying Checksum
eea27d0942eb: Download complete
4f666f8f907e: Verifying Checksum
4f666f8f907e: Download complete
f5c712f16134: Pull complete
7c5c7be08383: Pull complete
25e2ed376925: Pull complete
1b4a119d9eef: Pull complete
ab7e2fb7737c: Pull complete
db30acbe9a06: Pull complete
4f666f8f907e: Pull complete
23c142cc9273: Pull complete
e74b0971cd39: Pull complete
eea27d0942eb: Pull complete
Digest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1
2025-10-18 17:07.45 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache

/: (comment opensuse-16.0-4.14_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-18 17:07.45 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-18 17:07.45 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-18 17:07.45 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-18 17:07.45 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-10-18 17:07.45 ---> using "7114e20e96005b5cc0683768071479249b916be15802db2328483ff48df1fefd" from cache

/src: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
            (dst ./))
2025-10-18 17:07.45 ---> saved as "16d93e4063066e0a6362b425fb5188ddd7ef9d57db8ac3477139f36926bc2dc8"

/src: (run (network host)
           (shell  "opam pin add -yn voodoo-prep.dev './' && \
                  \nopam pin add -yn voodoo-lib.dev './' && \
                  \nopam pin add -yn voodoo-gen.dev './' && \
                  \nopam pin add -yn voodoo-do.dev './'"))
[NOTE] Package voodoo-prep does not exist in opam repositories registered in the current switch.
[voodoo-prep.dev] synchronised (file:///src)
voodoo-prep is now pinned to file:///src (version dev)
[NOTE] Package voodoo-lib does not exist in opam repositories registered in the current switch.
[voodoo-lib.dev] synchronised (file:///src)
voodoo-lib is now pinned to file:///src (version dev)
[NOTE] Package voodoo-gen does not exist in opam repositories registered in the current switch.
[voodoo-gen.dev] synchronised (file:///src)
voodoo-gen is now pinned to file:///src (version dev)
[NOTE] Package voodoo-do does not exist in opam repositories registered in the current switch.
[voodoo-do.dev] synchronised (file:///src)
voodoo-do is now pinned to file:///src (version dev)
2025-10-18 17:07.51 ---> saved as "b77bd13eff60eb8452b1cf9ff517ef0c096f1fc45dc657346ed86fd342460106"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 17:07.52 ---> saved as "b70d02ceef3d06095339adb9585658426ac13c979fb7fc48c6348e879befbddf"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.0.0 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.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.16.0 patch.3.0.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.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.17.0.0 uunf.17.0.0 uutf.1.0.4 yojson.3.0.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.4 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Repository 'repo-oss (16.0)' is up to date.
- All repositories have been refreshed.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-do.dev] synchronised (file:///src)
[voodoo-gen.dev] synchronised (file:///src)
[voodoo-lib.dev] synchronised (file:///src)
[voodoo-prep.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    jq pandoc

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

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "jq" "pandoc"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- 'pandoc' not found in package names. Trying capabilities.
- Resolving package dependencies...
- 
- The following 182 NEW packages are going to be installed:
-   ghc-Glob ghc-JuicyPixels ghc-OneTuple ghc-Only ghc-QuickCheck ghc-StateVar ghc-aeson ghc-aeson-pretty ghc-ansi-terminal ghc-ansi-terminal-types ghc-appar ghc-array ghc-asn1-encoding ghc-asn1-parse ghc-asn1-types ghc-assoc ghc-async ghc-attoparsec ghc-base ghc-base-compat ghc-base-orphans ghc-base16-bytestring ghc-base64-bytestring ghc-basement ghc-bifunctors ghc-binary ghc-bitvec ghc-blaze-builder ghc-blaze-html ghc-blaze-markup ghc-byteorder ghc-bytestring ghc-case-insensitive ghc-cassava ghc-cborg ghc-cereal ghc-character-ps ghc-citeproc ghc-colour ghc-commonmark ghc-commonmark-extensions ghc-commonmark-pandoc ghc-comonad ghc-conduit ghc-conduit-extra ghc-containers ghc-contravariant ghc-cookie ghc-crypton ghc-crypton-connection ghc-crypton-x509 ghc-crypton-x509-store ghc-crypton-x509-system ghc-crypton-x509-validation ghc-data-default ghc-data-default-class ghc-data-default-instances-containers ghc-data-default-instances-dlist ghc-data-default-instances-old-locale ghc-data-fix ghc-deepseq ghc-digest ghc-directory ghc-distributive ghc-djot ghc-dlist ghc-doclayout ghc-doctemplates ghc-emojis ghc-exceptions ghc-file-embed ghc-filepath ghc-generically ghc-ghc-bignum ghc-ghc-boot-th ghc-gridtables ghc-haddock-library ghc-half ghc-hashable ghc-haskell-lexer ghc-hourglass ghc-http-client ghc-http-client-tls ghc-http-types ghc-indexed-traversable ghc-indexed-traversable-instances ghc-integer-conversion ghc-integer-logarithms ghc-iproute ghc-ipynb ghc-jira-wiki-markup ghc-libyaml ghc-memory ghc-mime-types ghc-mono-traversable ghc-mtl ghc-network ghc-network-uri ghc-old-locale ghc-old-time ghc-ordered-containers ghc-os-string ghc-pandoc ghc-pandoc-types ghc-parsec ghc-pem ghc-pretty ghc-pretty-show ghc-prettyprinter ghc-primitive ghc-process ghc-random ghc-regex-base ghc-regex-tdfa ghc-resourcet ghc-safe ghc-scientific ghc-semialign ghc-semigroupoids ghc-serialise ghc-skylighting ghc-skylighting-core ghc-skylighting-format-ansi ghc-skylighting-format-blaze-html ghc-skylighting-format-context ghc-skylighting-format-latex ghc-socks ghc-split ghc-splitmix ghc-stm ghc-streaming-commons ghc-strict ghc-syb ghc-tagged ghc-tagsoup ghc-template-haskell ghc-temporary ghc-texmath ghc-text ghc-text-conversions ghc-text-iso8601 ghc-text-short ghc-th-abstraction ghc-th-compat ghc-th-lift ghc-th-lift-instances ghc-these ghc-time ghc-time-compat ghc-tls ghc-toml-parser ghc-transformers ghc-transformers-compat ghc-typed-process ghc-typst ghc-typst-symbols ghc-unicode-collation ghc-unicode-data ghc-unicode-transforms ghc-uniplate ghc-unix ghc-unix-time ghc-unliftio-core ghc-unordered-containers ghc-utf8-string ghc-uuid-types ghc-vector ghc-vector-algorithms ghc-vector-stream ghc-witherable ghc-xml ghc-xml-conduit ghc-xml-types ghc-yaml ghc-zip-archive ghc-zlib jq libjq1 libnuma1 libonig5 libyaml-0-2 pandoc-cli
- 
- 182 new packages to install.
- 
- Package download size:    76.1 MiB
- 
- Package install size change:
-               |     528.4 MiB  required by packages that will be installed
-    528.4 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: ghc-network-uri-2.6.4.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-regex-tdfa-1.3.2.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-jira-wiki-markup-1.5.1-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-commonmark-0.2.6.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-uuid-types-1.0.6-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-haddock-library-1.11.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-time-compat-1.9.7-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-ordered-containers-0.2.4-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-unordered-containers-0.2.20-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-text-short-0.1.6-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-these-1.2.1-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-data-fix-0.3.4-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-async-2.2.5-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-case-insensitive-1.2.1.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-scientific-0.3.8.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-blaze-markup-0.8.3.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-doclayout-0.5-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-iproute-1.7.15-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-socks-0.6.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-unicode-collation-0.1.3.6-bp160.1.21.x86_64.rpm [done]
- ..
- Preloading: ghc-cookie-0.4.6-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-commonmark-extensions-0.2.5.5-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-crypton-x509-1.7.7-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-uniplate-1.6.13-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-text-conversions-0.3.1.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-regex-base-0.94.0.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-th-lift-instances-0.1.20-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-prettyprinter-1.7.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-tagsoup-0.14.8-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-hashable-1.4.7.0-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-integer-conversion-0.1.1-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-parsec-3.1.17.0-bp160.1.34.x86_64.rpm [done]
- .
- 
- Preloading: ghc-semigroupoids-6.0.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-mime-types-0.1.2.0-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-blaze-builder-0.4.2.3-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-pretty-show-1.10-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-temporary-1.3-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-zip-archive-0.4.3.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-asn1-parse-0.9.5-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-emojis-0.1.4.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-Glob-0.10.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-cborg-0.2.10.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-network-3.1.4.0-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-process-1.6.25.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-toml-parser-2.0.1.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-file-embed-0.0.16.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-xml-conduit-1.9.1.3-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-yaml-0.11.11.2-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-pandoc-types-1.23.1-bp160.1.26.x86_64.rpm [done]
- .
- Preloading: ghc-doctemplates-0.11.0.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-ipynb-0.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-aeson-pretty-0.8.10-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-tls-2.0.6-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-aeson-2.2.3.0-bp160.1.11.x86_64.rpm [done]
- .
- 
- Preloading: ghc-crypton-connection-0.3.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-skylighting-core-0.14.3-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-conduit-extra-1.3.6-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-http-client-tls-0.3.6.4-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-skylighting-format-latex-0.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-skylighting-format-context-0.1.0.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-commonmark-pandoc-0.2.2.2-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-skylighting-format-blaze-html-0.1.1.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-citeproc-0.8.1.1-bp160.1.23.x86_64.rpm [done]
- .
- Preloading: ghc-skylighting-format-ansi-0.1-bp160.1.11.x86_64.rpm [done]
- ..
- .
- Preloading: ghc-typst-0.6-bp160.1.11.x86_64.rpm [done]
- ..
- 
- Preloading: ghc-texmath-0.12.8.11-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-blaze-html-0.9.2.0-bp160.1.10.x86_64.rpm [done]
- ...
- .
- Preloading: ghc-mono-traversable-1.0.20.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-text-iso8601-0.1.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-indexed-traversable-instances-0.1.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-strict-0.5.1-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-http-types-0.12.4-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-typed-process-0.2.12.0-bp160.1.11.x86_64.rpm [done]
- .
- 
- Preloading: ghc-attoparsec-0.14.4-bp160.1.12.x86_64.rpm [done]
- ..
- Preloading: ghc-streaming-commons-0.2.2.6-bp160.1.13.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: ghc-gridtables-0.1.0.0-bp160.1.10.x86_64.rpm [done]
- ..
- .
- Preloading: ghc-skylighting-0.14.3-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-crypton-x509-store-1.6.9-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-pandoc-3.5-bp160.1.23.x86_64.rpm [done]
- .
- Preloading: ghc-conduit-1.3.6-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-witherable-0.4.2-bp160.1.11.x86_64.rpm [done]
- .
- 
- Preloading: ghc-semialign-1.3.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-serialise-0.2.6.1-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-cassava-0.5.3.2-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-typst-symbols-0.1.6-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-crypton-x509-validation-1.6.12-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-http-client-0.7.17-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-libyaml-0.1.4-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-Only-0.1-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-crypton-x509-system-1.6.7-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-unliftio-core-0.2.1.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: jq-1.7.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: ghc-array-0.5.8.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-old-time-1.1.0.4-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-mtl-2.3.1-bp160.1.34.x86_64.rpm [done]
- ..
- Preloading: ghc-transformers-compat-0.7.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-splitmix-0.1.0.5-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-hourglass-0.2.12-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-dlist-1.0-bp160.1.11.x86_64.rpm [done]
- .
- 
- Preloading: ghc-time-1.12.2-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-pretty-1.1.3.6-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-data-default-instances-old-locale-0.0.1.2-bp160.1.10.x86_64.rpm [done]
- ..
- Preloading: ghc-assoc-1.1.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-stm-2.5.3.1-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-integer-logarithms-1.0.3.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-data-default-instances-dlist-0.0.1.2-bp160.1.10.x86_64.rpm [done]
- ..
- Preloading: ghc-ansi-terminal-1.0.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-StateVar-1.2.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-ansi-terminal-types-0.11.5-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-th-compat-0.1.5-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-old-locale-1.0.0.7-bp160.1.11.x86_64.rpm [done]
- .
- .
- Preloading: libonig5-6.9.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: ghc-template-haskell-2.21.0.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: libyaml-0-2-0.2.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: ghc-djot-0.1.2.2-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-ghc-bignum-1.3-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-vector-stream-0.1.0.1-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-tagged-0.8.8-bp160.1.12.x86_64.rpm [done]
- .
- .
- Preloading: ghc-transformers-0.6.1.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-unicode-data-0.4.0.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-syb-0.7.2.4-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-split-0.2.5-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-safe-0.3.21-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-haskell-lexer-1.1.2-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-primitive-0.9.0.0-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-generically-0.1.1-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-ghc-boot-th-9.8.3-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-deepseq-1.5.1.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-data-default-class-0.1.2.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-character-ps-0.1-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-byteorder-1.0.4-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-colour-2.3.6-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-base-orphans-0.9.2-bp160.1.11.x86_64.rpm [done]
- .
- 
- Preloading: libjq1-1.7.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: ghc-appar-0.1.8-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-text-2.1.1-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-th-lift-0.8.5-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-comonad-5.0.8-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-data-default-0.7.1.3-bp160.1.10.x86_64.rpm [done]
- ..
- Preloading: ghc-QuickCheck-2.14.3-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-pem-0.2.4-bp160.1.10.x86_64.rpm [done]
- .
- 
- Preloading: ghc-basement-0.0.16-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-bitvec-1.1.5.0-bp160.1.13.x86_64.rpm [done]
- ..
- Preloading: ghc-base-4.19.2.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-unix-time-0.4.16-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-base16-bytestring-1.0.2.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-asn1-types-0.3.4-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-half-0.3.1-bp160.1.13.x86_64.rpm [done]
- ..
- Preloading: ghc-vector-algorithms-0.9.0.2-bp160.1.11.x86_64.rpm [done]
- .
- .
- Preloading: ghc-bifunctors-5.6.2-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-asn1-encoding-0.9.6-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-crypton-1.0.1-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-unix-2.8.4.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-directory-1.3.8.5-bp160.1.34.x86_64.rpm [done]
- .
- 
- Preloading: ghc-base-compat-0.13.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-xml-1.3.14-bp160.1.10.x86_64.rpm [done]
- .
- Preloading: ghc-xml-types-0.3.8-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-data-default-instances-containers-0.1.0.3-bp160.1.10.x86_64.rpm [done]
- ..
- Preloading: ghc-unicode-transforms-0.4.0.1-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-exceptions-0.10.7-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-OneTuple-0.4.2-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-contravariant-1.5.5-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-bytestring-0.12.1.0-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-distributive-0.6.2.1-bp160.1.11.x86_64.rpm [done]
- .
- 
- Preloading: ghc-containers-0.6.8-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-resourcet-1.3.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-indexed-traversable-0.1.4-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: libnuma1-2.0.19.14.g690a72c-160000.2.2.x86_64.rpm [done]
- .
- Preloading: ghc-JuicyPixels-3.3.9-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-zlib-0.6.3.0-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: ghc-th-abstraction-0.6.0.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-utf8-string-1.0.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-random-1.2.1.2-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-memory-0.18.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-digest-0.0.2.1-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: ghc-filepath-1.4.200.1-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-cereal-0.5.8.3-bp160.1.11.x86_64.rpm [done]
- ..
- Preloading: ghc-vector-0.13.1.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-base64-bytestring-1.2.1.0-bp160.1.11.x86_64.rpm [done]
- .
- Preloading: ghc-binary-0.8.9.1-bp160.1.34.x86_64.rpm [done]
- .
- Preloading: ghc-os-string-2.0.6-bp160.1.11.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- Preloading: pandoc-cli-3.5-bp160.1.13.x86_64.rpm [done]
- .done]
- Retrieving: libnuma1-2.0.19.14.g690a72c-160000.2.2.x86_64 (repo-oss (16.0)) (1/182),  51.3 KiB    
- Retrieving: libonig5-6.9.8-160000.2.2.x86_64 (repo-oss (16.0)) (2/182), 177.6 KiB    
- Retrieving: libyaml-0-2-0.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (3/182),  57.4 KiB    
- Retrieving: ghc-base-4.19.2.0-bp160.1.34.x86_64 (repo-oss (16.0)) (4/182),   3.0 MiB    
- Retrieving: ghc-ghc-bignum-1.3-bp160.1.34.x86_64 (repo-oss (16.0)) (5/182), 123.8 KiB    
- Retrieving: libjq1-1.7.1-160000.2.2.x86_64 (repo-oss (16.0)) (6/182), 145.4 KiB    
- Retrieving: ghc-vector-stream-0.1.0.1-bp160.1.11.x86_64 (repo-oss (16.0)) (7/182),  54.8 KiB    
- Retrieving: ghc-unicode-data-0.4.0.1-bp160.1.11.x86_64 (repo-oss (16.0)) (8/182), 291.2 KiB    
- Retrieving: ghc-transformers-0.6.1.0-bp160.1.34.x86_64 (repo-oss (16.0)) (9/182), 221.6 KiB    
- Retrieving: ghc-syb-0.7.2.4-bp160.1.11.x86_64 (repo-oss (16.0)) (10/182),  54.7 KiB    
- Retrieving: ghc-split-0.2.5-bp160.1.10.x86_64 (repo-oss (16.0)) (11/182),  32.4 KiB    
- Retrieving: ghc-safe-0.3.21-bp160.1.11.x86_64 (repo-oss (16.0)) (12/182),  45.8 KiB    
- Retrieving: ghc-old-locale-1.0.0.7-bp160.1.11.x86_64 (repo-oss (16.0)) (13/182),  22.4 KiB    
- Retrieving: ghc-haskell-lexer-1.1.2-bp160.1.10.x86_64 (repo-oss (16.0)) (14/182), 174.0 KiB    
- Retrieving: ghc-ghc-boot-th-9.8.3-bp160.1.34.x86_64 (repo-oss (16.0)) (15/182),  90.5 KiB    
- Retrieving: ghc-generically-0.1.1-bp160.1.11.x86_64 (repo-oss (16.0)) (16/182),  11.2 KiB    
- Retrieving: ghc-deepseq-1.5.1.0-bp160.1.34.x86_64 (repo-oss (16.0)) (17/182),  76.1 KiB    
- Retrieving: ghc-data-default-class-0.1.2.2-bp160.1.11.x86_64 (repo-oss (16.0)) (18/182),  15.9 KiB    
- Retrieving: ghc-colour-2.3.6-bp160.1.10.x86_64 (repo-oss (16.0)) (19/182),  99.9 KiB    
- Retrieving: ghc-character-ps-0.1-bp160.1.10.x86_64 (repo-oss (16.0)) (20/182),  37.2 KiB    
- Retrieving: ghc-byteorder-1.0.4-bp160.1.10.x86_64 (repo-oss (16.0)) (21/182),  17.7 KiB    
- Retrieving: ghc-basement-0.0.16-bp160.1.13.x86_64 (repo-oss (16.0)) (22/182), 485.4 KiB    
- Retrieving: ghc-base-orphans-0.9.2-bp160.1.11.x86_64 (repo-oss (16.0)) (23/182),  20.0 KiB    
- Retrieving: ghc-assoc-1.1.1-bp160.1.11.x86_64 (repo-oss (16.0)) (24/182),  14.2 KiB    
- Retrieving: ghc-array-0.5.8.0-bp160.1.34.x86_64 (repo-oss (16.0)) (25/182), 133.7 KiB    
- Retrieving: jq-1.7.1-160000.2.2.x86_64 (repo-oss (16.0)) (26/182),  82.6 KiB    
- Retrieving: ghc-unliftio-core-0.2.1.0-bp160.1.11.x86_64 (repo-oss (16.0)) (27/182),  19.2 KiB    
- Retrieving: ghc-transformers-compat-0.7.2-bp160.1.11.x86_64 (repo-oss (16.0)) (28/182),  66.4 KiB    
- Retrieving: ghc-mtl-2.3.1-bp160.1.34.x86_64 (repo-oss (16.0)) (29/182), 100.6 KiB    
- Retrieving: ghc-old-time-1.1.0.4-bp160.1.12.x86_64 (repo-oss (16.0)) (30/182),  58.1 KiB    
- Retrieving: ghc-time-1.12.2-bp160.1.34.x86_64 (repo-oss (16.0)) (31/182), 321.5 KiB    
- Retrieving: ghc-splitmix-0.1.0.5-bp160.1.13.x86_64 (repo-oss (16.0)) (32/182),  31.4 KiB    
- Retrieving: ghc-pretty-1.1.3.6-bp160.1.34.x86_64 (repo-oss (16.0)) (33/182), 132.2 KiB    
- Retrieving: ghc-hourglass-0.2.12-bp160.1.12.x86_64 (repo-oss (16.0)) (34/182), 168.4 KiB    
- Retrieving: ghc-dlist-1.0-bp160.1.11.x86_64 (repo-oss (16.0)) (35/182),  35.7 KiB    
- Retrieving: ghc-Only-0.1-bp160.1.10.x86_64 (repo-oss (16.0)) (36/182),  19.1 KiB    
- Retrieving: ghc-data-default-instances-old-locale-0.0.1.2-bp160.1.10.x86_64 (repo-oss (16.0)) (37/182),  11.7 KiB    
- Retrieving: ghc-ansi-terminal-types-0.11.5-bp160.1.11.x86_64 (repo-oss (16.0)) (38/182),  51.2 KiB    
- Retrieving: ghc-stm-2.5.3.1-bp160.1.34.x86_64 (repo-oss (16.0)) (39/182),  80.3 KiB    
- Retrieving: ghc-integer-logarithms-1.0.3.1-bp160.1.11.x86_64 (repo-oss (16.0)) (40/182),  30.7 KiB    
- Retrieving: ghc-template-haskell-2.21.0.0-bp160.1.34.x86_64 (repo-oss (16.0)) (41/182), 640.7 KiB    
- Retrieving: ghc-data-default-instances-dlist-0.0.1.2-bp160.1.10.x86_64 (repo-oss (16.0)) (42/182),  11.7 KiB    
- Retrieving: ghc-ansi-terminal-1.0.2-bp160.1.11.x86_64 (repo-oss (16.0)) (43/182),  43.2 KiB    
- Retrieving: ghc-StateVar-1.2.2-bp160.1.11.x86_64 (repo-oss (16.0)) (44/182),  18.8 KiB    
- Retrieving: ghc-th-compat-0.1.5-bp160.1.11.x86_64 (repo-oss (16.0)) (45/182),  21.1 KiB    
- Retrieving: ghc-tagged-0.8.8-bp160.1.12.x86_64 (repo-oss (16.0)) (46/182),  43.2 KiB    
- Retrieving: ghc-primitive-0.9.0.0-bp160.1.13.x86_64 (repo-oss (16.0)) (47/182), 140.5 KiB    
- Retrieving: ghc-exceptions-0.10.7-bp160.1.34.x86_64 (repo-oss (16.0)) (48/182),  99.6 KiB    
- Retrieving: ghc-containers-0.6.8-bp160.1.34.x86_64 (repo-oss (16.0)) (49/182), 669.9 KiB    
- Retrieving: ghc-bytestring-0.12.1.0-bp160.1.34.x86_64 (repo-oss (16.0)) (50/182), 345.5 KiB    
- Retrieving: ghc-OneTuple-0.4.2-bp160.1.11.x86_64 (repo-oss (16.0)) (51/182),  12.1 KiB    
- Retrieving: ghc-contravariant-1.5.5-bp160.1.11.x86_64 (repo-oss (16.0)) (52/182),  36.2 KiB    
- Retrieving: ghc-distributive-0.6.2.1-bp160.1.11.x86_64 (repo-oss (16.0)) (53/182),  28.4 KiB    
- Retrieving: ghc-vector-0.13.1.0-bp160.1.11.x86_64 (repo-oss (16.0)) (54/182), 732.8 KiB    
- Retrieving: ghc-th-abstraction-0.6.0.0-bp160.1.11.x86_64 (repo-oss (16.0)) (55/182), 118.5 KiB    
- Retrieving: ghc-resourcet-1.3.0-bp160.1.11.x86_64 (repo-oss (16.0)) (56/182),  48.7 KiB    
- Retrieving: ghc-indexed-traversable-0.1.4-bp160.1.11.x86_64 (repo-oss (16.0)) (57/182),  68.0 KiB    
- Retrieving: ghc-data-default-instances-containers-0.1.0.3-bp160.1.10.x86_64 (repo-oss (16.0)) (58/182),  12.4 KiB    
- Retrieving: ghc-zlib-0.6.3.0-bp160.1.12.x86_64 (repo-oss (16.0)) (59/182),  87.0 KiB    
- Retrieving: ghc-utf8-string-1.0.2-bp160.1.11.x86_64 (repo-oss (16.0)) (60/182),  59.3 KiB    
- Retrieving: ghc-random-1.2.1.2-bp160.1.11.x86_64 (repo-oss (16.0)) (61/182), 146.4 KiB    
- Retrieving: ghc-os-string-2.0.6-bp160.1.11.x86_64 (repo-oss (16.0)) (62/182),  93.4 KiB    
- Retrieving: ghc-memory-0.18.0-bp160.1.11.x86_64 (repo-oss (16.0)) (63/182), 113.0 KiB    
- Retrieving: ghc-filepath-1.4.200.1-bp160.1.34.x86_64 (repo-oss (16.0)) (64/182), 195.9 KiB    
- Retrieving: ghc-digest-0.0.2.1-bp160.1.13.x86_64 (repo-oss (16.0)) (65/182),  25.4 KiB    
- Retrieving: ghc-cereal-0.5.8.3-bp160.1.11.x86_64 (repo-oss (16.0)) (66/182),  99.9 KiB    
- Retrieving: ghc-binary-0.8.9.1-bp160.1.34.x86_64 (repo-oss (16.0)) (67/182), 178.7 KiB    
- Retrieving: ghc-base64-bytestring-1.2.1.0-bp160.1.11.x86_64 (repo-oss (16.0)) (68/182),  33.7 KiB    
- Retrieving: ghc-base16-bytestring-1.0.2.0-bp160.1.11.x86_64 (repo-oss (16.0)) (69/182),  21.5 KiB    
- Retrieving: ghc-appar-0.1.8-bp160.1.11.x86_64 (repo-oss (16.0)) (70/182),  21.6 KiB    
- Retrieving: ghc-bitvec-1.1.5.0-bp160.1.13.x86_64 (repo-oss (16.0)) (71/182), 230.3 KiB    
- Retrieving: ghc-th-lift-0.8.5-bp160.1.11.x86_64 (repo-oss (16.0)) (72/182),  40.9 KiB    
- Retrieving: ghc-comonad-5.0.8-bp160.1.11.x86_64 (repo-oss (16.0)) (73/182),  56.6 KiB    
- Retrieving: ghc-data-default-0.7.1.3-bp160.1.10.x86_64 (repo-oss (16.0)) (74/182),  12.7 KiB    
- Retrieving: ghc-QuickCheck-2.14.3-bp160.1.12.x86_64 (repo-oss (16.0)) (75/182), 333.8 KiB    
- Retrieving: ghc-pem-0.2.4-bp160.1.10.x86_64 (repo-oss (16.0)) (76/182),  22.0 KiB    
- Retrieving: ghc-crypton-1.0.1-bp160.1.13.x86_64 (repo-oss (16.0)) (77/182),   1.0 MiB    
- Retrieving: ghc-asn1-types-0.3.4-bp160.1.10.x86_64 (repo-oss (16.0)) (78/182),  61.1 KiB    
- Retrieving: ghc-unix-2.8.4.0-bp160.1.34.x86_64 (repo-oss (16.0)) (79/182), 283.3 KiB    
- Retrieving: ghc-unix-time-0.4.16-bp160.1.12.x86_64 (repo-oss (16.0)) (80/182),  30.2 KiB    
- Retrieving: ghc-text-2.1.1-bp160.1.34.x86_64 (repo-oss (16.0)) (81/182), 569.5 KiB    
- Retrieving: ghc-half-0.3.1-bp160.1.13.x86_64 (repo-oss (16.0)) (82/182),  30.9 KiB    
- Retrieving: ghc-JuicyPixels-3.3.9-bp160.1.13.x86_64 (repo-oss (16.0)) (83/182), 877.9 KiB    
- Retrieving: ghc-vector-algorithms-0.9.0.2-bp160.1.11.x86_64 (repo-oss (16.0)) (84/182), 225.2 KiB    
- Retrieving: ghc-bifunctors-5.6.2-bp160.1.12.x86_64 (repo-oss (16.0)) (85/182), 227.8 KiB    
- Retrieving: ghc-asn1-encoding-0.9.6-bp160.1.11.x86_64 (repo-oss (16.0)) (86/182),  68.7 KiB    
- Retrieving: ghc-directory-1.3.8.5-bp160.1.34.x86_64 (repo-oss (16.0)) (87/182), 146.7 KiB    
- Retrieving: ghc-base-compat-0.13.1-bp160.1.11.x86_64 (repo-oss (16.0)) (88/182),  36.3 KiB    
- Retrieving: ghc-xml-types-0.3.8-bp160.1.11.x86_64 (repo-oss (16.0)) (89/182),  87.0 KiB    
- Retrieving: ghc-xml-1.3.14-bp160.1.10.x86_64 (repo-oss (16.0)) (90/182),  84.8 KiB    
- Retrieving: ghc-unicode-transforms-0.4.0.1-bp160.1.11.x86_64 (repo-oss (16.0)) (91/182), 195.2 KiB    
- Retrieving: ghc-typst-symbols-0.1.6-bp160.1.10.x86_64 (repo-oss (16.0)) (92/182), 432.2 KiB    
- Retrieving: ghc-th-lift-instances-0.1.20-bp160.1.11.x86_64 (repo-oss (16.0)) (93/182),  18.4 KiB    
- Retrieving: ghc-text-conversions-0.3.1.1-bp160.1.11.x86_64 (repo-oss (16.0)) (94/182),  23.2 KiB    
- Retrieving: ghc-tagsoup-0.14.8-bp160.1.10.x86_64 (repo-oss (16.0)) (95/182), 369.2 KiB    
- Retrieving: ghc-regex-base-0.94.0.2-bp160.1.11.x86_64 (repo-oss (16.0)) (96/182),  41.2 KiB    
- Retrieving: ghc-prettyprinter-1.7.1-bp160.1.11.x86_64 (repo-oss (16.0)) (97/182), 150.5 KiB    
- Retrieving: ghc-pretty-show-1.10-bp160.1.13.x86_64 (repo-oss (16.0)) (98/182), 575.3 KiB    
- Retrieving: ghc-parsec-3.1.17.0-bp160.1.34.x86_64 (repo-oss (16.0)) (99/182), 220.4 KiB    
- Retrieving: ghc-mime-types-0.1.2.0-bp160.1.10.x86_64 (repo-oss (16.0)) (100/182), 181.5 KiB    
- Retrieving: ghc-integer-conversion-0.1.1-bp160.1.10.x86_64 (repo-oss (16.0)) (101/182),  17.4 KiB    
- Retrieving: ghc-hashable-1.4.7.0-bp160.1.13.x86_64 (repo-oss (16.0)) (102/182),  71.7 KiB    
- Retrieving: ghc-emojis-0.1.4.1-bp160.1.11.x86_64 (repo-oss (16.0)) (103/182), 598.1 KiB    
- Retrieving: ghc-cookie-0.4.6-bp160.1.11.x86_64 (repo-oss (16.0)) (104/182),  32.2 KiB    
- Retrieving: ghc-blaze-builder-0.4.2.3-bp160.1.11.x86_64 (repo-oss (16.0)) (105/182),  40.0 KiB    
- Retrieving: ghc-cborg-0.2.10.0-bp160.1.11.x86_64 (repo-oss (16.0)) (106/182), 233.8 KiB    
- Retrieving: ghc-asn1-parse-0.9.5-bp160.1.11.x86_64 (repo-oss (16.0)) (107/182),  18.8 KiB    
- Retrieving: ghc-zip-archive-0.4.3.2-bp160.1.11.x86_64 (repo-oss (16.0)) (108/182),  94.4 KiB    
- Retrieving: ghc-temporary-1.3-bp160.1.11.x86_64 (repo-oss (16.0)) (109/182),  19.9 KiB    
- Retrieving: ghc-process-1.6.25.0-bp160.1.34.x86_64 (repo-oss (16.0)) (110/182), 113.9 KiB    
- Retrieving: ghc-network-3.1.4.0-bp160.1.12.x86_64 (repo-oss (16.0)) (111/182), 166.3 KiB    
- Retrieving: ghc-file-embed-0.0.16.0-bp160.1.11.x86_64 (repo-oss (16.0)) (112/182),  30.3 KiB    
- Retrieving: ghc-Glob-0.10.2-bp160.1.11.x86_64 (repo-oss (16.0)) (113/182),  71.2 KiB    
- Retrieving: ghc-toml-parser-2.0.1.0-bp160.1.11.x86_64 (repo-oss (16.0)) (114/182), 223.6 KiB    
- Retrieving: ghc-unicode-collation-0.1.3.6-bp160.1.21.x86_64 (repo-oss (16.0)) (115/182), 610.3 KiB    
- Retrieving: ghc-regex-tdfa-1.3.2.2-bp160.1.11.x86_64 (repo-oss (16.0)) (116/182), 338.5 KiB    
- Retrieving: ghc-network-uri-2.6.4.2-bp160.1.11.x86_64 (repo-oss (16.0)) (117/182),  95.5 KiB    
- Retrieving: ghc-jira-wiki-markup-1.5.1-bp160.1.13.x86_64 (repo-oss (16.0)) (118/182), 554.4 KiB    
- Retrieving: ghc-haddock-library-1.11.0-bp160.1.11.x86_64 (repo-oss (16.0)) (119/182), 186.7 KiB    
- Retrieving: ghc-commonmark-0.2.6.1-bp160.1.11.x86_64 (repo-oss (16.0)) (120/182), 541.7 KiB    
- Retrieving: ghc-uuid-types-1.0.6-bp160.1.11.x86_64 (repo-oss (16.0)) (121/182),  47.4 KiB    
- Retrieving: ghc-unordered-containers-0.2.20-bp160.1.11.x86_64 (repo-oss (16.0)) (122/182), 157.4 KiB    
- Retrieving: ghc-time-compat-1.9.7-bp160.1.11.x86_64 (repo-oss (16.0)) (123/182),  41.3 KiB    
- Retrieving: ghc-these-1.2.1-bp160.1.10.x86_64 (repo-oss (16.0)) (124/182),  64.7 KiB    
- Retrieving: ghc-text-short-0.1.6-bp160.1.13.x86_64 (repo-oss (16.0)) (125/182),  49.6 KiB    
- Retrieving: ghc-scientific-0.3.8.0-bp160.1.11.x86_64 (repo-oss (16.0)) (126/182),  87.1 KiB    
- Retrieving: ghc-ordered-containers-0.2.4-bp160.1.11.x86_64 (repo-oss (16.0)) (127/182),  70.0 KiB    
- Retrieving: ghc-data-fix-0.3.4-bp160.1.11.x86_64 (repo-oss (16.0)) (128/182),  30.2 KiB    
- Retrieving: ghc-case-insensitive-1.2.1.0-bp160.1.11.x86_64 (repo-oss (16.0)) (129/182),  32.5 KiB    
- Retrieving: ghc-async-2.2.5-bp160.1.11.x86_64 (repo-oss (16.0)) (130/182),  47.3 KiB    
- Retrieving: ghc-doclayout-0.5-bp160.1.11.x86_64 (repo-oss (16.0)) (131/182), 294.2 KiB    
- Retrieving: ghc-blaze-markup-0.8.3.0-bp160.1.11.x86_64 (repo-oss (16.0)) (132/182),  63.9 KiB    
- Retrieving: ghc-crypton-x509-1.7.7-bp160.1.11.x86_64 (repo-oss (16.0)) (133/182), 173.7 KiB    
- Retrieving: ghc-socks-0.6.1-bp160.1.11.x86_64 (repo-oss (16.0)) (134/182),  96.7 KiB    
- Retrieving: ghc-iproute-1.7.15-bp160.1.11.x86_64 (repo-oss (16.0)) (135/182), 111.1 KiB    
- Retrieving: ghc-commonmark-extensions-0.2.5.5-bp160.1.10.x86_64 (repo-oss (16.0)) (136/182), 281.9 KiB    
- Retrieving: ghc-uniplate-1.6.13-bp160.1.11.x86_64 (repo-oss (16.0)) (137/182), 156.6 KiB    
- Retrieving: ghc-semigroupoids-6.0.1-bp160.1.11.x86_64 (repo-oss (16.0)) (138/182), 173.4 KiB    
- Retrieving: ghc-mono-traversable-1.0.20.0-bp160.1.11.x86_64 (repo-oss (16.0)) (139/182), 356.5 KiB    
- Retrieving: ghc-indexed-traversable-instances-0.1.2-bp160.1.11.x86_64 (repo-oss (16.0)) (140/182),  21.0 KiB    
- Retrieving: ghc-text-iso8601-0.1.1-bp160.1.11.x86_64 (repo-oss (16.0)) (141/182),  64.9 KiB    
- Retrieving: ghc-strict-0.5.1-bp160.1.11.x86_64 (repo-oss (16.0)) (142/182),  94.1 KiB    
- Retrieving: ghc-attoparsec-0.14.4-bp160.1.12.x86_64 (repo-oss (16.0)) (143/182), 285.6 KiB    
- Retrieving: ghc-http-types-0.12.4-bp160.1.11.x86_64 (repo-oss (16.0)) (144/182),  89.3 KiB    
- Retrieving: ghc-typed-process-0.2.12.0-bp160.1.11.x86_64 (repo-oss (16.0)) (145/182),  51.3 KiB    
- Retrieving: ghc-streaming-commons-0.2.2.6-bp160.1.13.x86_64 (repo-oss (16.0)) (146/182), 110.8 KiB    
- Retrieving: ghc-gridtables-0.1.0.0-bp160.1.10.x86_64 (repo-oss (16.0)) (147/182),  74.2 KiB    
- Retrieving: ghc-djot-0.1.2.2-bp160.1.13.x86_64 (repo-oss (16.0)) (148/182),   1.5 MiB    
- Retrieving: ghc-blaze-html-0.9.2.0-bp160.1.10.x86_64 (repo-oss (16.0)) (149/182), 474.2 KiB    
- Retrieving: ghc-crypton-x509-store-1.6.9-bp160.1.11.x86_64 (repo-oss (16.0)) (150/182),  29.0 KiB    
- Retrieving: ghc-conduit-1.3.6-bp160.1.12.x86_64 (repo-oss (16.0)) (151/182), 179.9 KiB    
- Retrieving: ghc-witherable-0.4.2-bp160.1.11.x86_64 (repo-oss (16.0)) (152/182),  74.5 KiB    
- Retrieving: ghc-semialign-1.3.1-bp160.1.11.x86_64 (repo-oss (16.0)) (153/182),  82.5 KiB    
- Retrieving: ghc-serialise-0.2.6.1-bp160.1.11.x86_64 (repo-oss (16.0)) (154/182), 135.5 KiB    
- Retrieving: ghc-cassava-0.5.3.2-bp160.1.12.x86_64 (repo-oss (16.0)) (155/182), 182.7 KiB    
- Retrieving: ghc-http-client-0.7.17-bp160.1.12.x86_64 (repo-oss (16.0)) (156/182), 253.5 KiB    
- Retrieving: ghc-crypton-x509-validation-1.6.12-bp160.1.10.x86_64 (repo-oss (16.0)) (157/182),  47.7 KiB    
- Retrieving: ghc-crypton-x509-system-1.6.7-bp160.1.11.x86_64 (repo-oss (16.0)) (158/182),  17.1 KiB    
- Retrieving: ghc-libyaml-0.1.4-bp160.1.13.x86_64 (repo-oss (16.0)) (159/182),  82.9 KiB    
- Retrieving: ghc-conduit-extra-1.3.6-bp160.1.12.x86_64 (repo-oss (16.0)) (160/182), 106.1 KiB    
- Retrieving: ghc-aeson-2.2.3.0-bp160.1.11.x86_64 (repo-oss (16.0)) (161/182), 723.4 KiB    
- Retrieving: ghc-tls-2.0.6-bp160.1.11.x86_64 (repo-oss (16.0)) (162/182), 686.5 KiB    
- Retrieving: ghc-xml-conduit-1.9.1.3-bp160.1.12.x86_64 (repo-oss (16.0)) (163/182), 250.4 KiB    
- Retrieving: ghc-yaml-0.11.11.2-bp160.1.11.x86_64 (repo-oss (16.0)) (164/182), 128.6 KiB    
- Retrieving: ghc-pandoc-types-1.23.1-bp160.1.26.x86_64 (repo-oss (16.0)) (165/182), 424.7 KiB    
- Retrieving: ghc-ipynb-0.2-bp160.1.11.x86_64 (repo-oss (16.0)) (166/182),  89.5 KiB    
- Retrieving: ghc-doctemplates-0.11.0.1-bp160.1.11.x86_64 (repo-oss (16.0)) (167/182), 177.6 KiB    
- Retrieving: ghc-aeson-pretty-0.8.10-bp160.1.11.x86_64 (repo-oss (16.0)) (168/182),  29.9 KiB    
- Retrieving: ghc-crypton-connection-0.3.2-bp160.1.11.x86_64 (repo-oss (16.0)) (169/182),  47.7 KiB    
- Retrieving: ghc-skylighting-core-0.14.3-bp160.1.11.x86_64 (repo-oss (16.0)) (170/182), 465.5 KiB    
- Retrieving: ghc-typst-0.6-bp160.1.11.x86_64 (repo-oss (16.0)) (171/182),   1.0 MiB    
- Retrieving: ghc-texmath-0.12.8.11-bp160.1.13.x86_64 (repo-oss (16.0)) (172/182),   2.1 MiB    
- Retrieving: ghc-commonmark-pandoc-0.2.2.2-bp160.1.10.x86_64 (repo-oss (16.0)) (173/182),  47.9 KiB    
- Retrieving: ghc-citeproc-0.8.1.1-bp160.1.23.x86_64 (repo-oss (16.0)) (174/182), 706.4 KiB    
- Retrieving: ghc-http-client-tls-0.3.6.4-bp160.1.11.x86_64 (repo-oss (16.0)) (175/182),  49.6 KiB    
- Retrieving: ghc-skylighting-format-latex-0.1-bp160.1.11.x86_64 (repo-oss (16.0)) (176/182),  29.8 KiB    
- Retrieving: ghc-skylighting-format-context-0.1.0.2-bp160.1.11.x86_64 (repo-oss (16.0)) (177/182),  29.2 KiB    
- Retrieving: ghc-skylighting-format-blaze-html-0.1.1.2-bp160.1.11.x86_64 (repo-oss (16.0)) (178/182),  38.0 KiB    
- Retrieving: ghc-skylighting-format-ansi-0.1-bp160.1.11.x86_64 (repo-oss (16.0)) (179/182),  58.5 KiB    
- Retrieving: ghc-skylighting-0.14.3-bp160.1.13.x86_64 (repo-oss (16.0)) (180/182),   5.1 MiB    
- Retrieving: ghc-pandoc-3.5-bp160.1.23.x86_64 (repo-oss (16.0)) (181/182),   7.1 MiB    
- Retrieving: pandoc-cli-3.5-bp160.1.13.x86_64 (repo-oss (16.0)) (182/182),  29.6 MiB    
- 
- Checking for file conflicts: [.......done]
- (  1/182) Installing: libnuma1-2.0.19.14.g690a72c-160000.2.2.x86_64 [..done]
- (  2/182) Installing: libonig5-6.9.8-160000.2.2.x86_64 [..
- done]
- (  3/182) Installing: libyaml-0-2-0.2.5-160000.3.2.x86_64 [..done]
- (  4/182) Installing: ghc-base-4.19.2.0-bp160.1.34.x86_64 [.....done]
- (  5/182) Installing: ghc-ghc-bignum-1.3-bp160.1.34.x86_64 [..done]
- (  6/182) Installing: libjq1-1.7.1-160000.2.2.x86_64 [..done]
- (  7/182) Installing: ghc-vector-stream-0.1.0.1-bp160.1.11.x86_64 [..done]
- (  8/182) Installing: ghc-unicode-data-0.4.0.1-bp160.1.11.x86_64 [..done]
- (  9/182) Installing: ghc-transformers-0.6.1.0-bp160.1.34.x86_64 [..done]
- ( 10/182) Installing: ghc-syb-0.7.2.4-bp160.1.11.x86_64 [..done]
- ( 11/182) Installing: ghc-split-0.2.5-bp160.1.10.x86_64 [..done]
- ( 12/182) Installing: ghc-safe-0.3.21-bp160.1.11.x86_64 [..done]
- ( 13/182) Installing: ghc-old-locale-1.0.0.7-bp160.1.11.x86_64 [..done]
- ( 14/182) Installing: ghc-haskell-lexer-1.1.2-bp160.1.10.x86_64 [..
- done]
- ( 15/182) Installing: ghc-ghc-boot-th-9.8.3-bp160.1.34.x86_64 [..done]
- ( 16/182) Installing: ghc-generically-0.1.1-bp160.1.11.x86_64 [..done]
- ( 17/182) Installing: ghc-deepseq-1.5.1.0-bp160.1.34.x86_64 [..done]
- ( 18/182) Installing: ghc-data-default-class-0.1.2.2-bp160.1.11.x86_64 [..done]
- ( 19/182) Installing: ghc-colour-2.3.6-bp160.1.10.x86_64 [..done]
- ( 20/182) Installing: ghc-character-ps-0.1-bp160.1.10.x86_64 [..done]
- ( 21/182) Installing: ghc-byteorder-1.0.4-bp160.1.10.x86_64 [..done]
- ( 22/182) Installing: ghc-basement-0.0.16-bp160.1.13.x86_64 [..done]
- ( 23/182) Installing: ghc-base-orphans-0.9.2-bp160.1.11.x86_64 [..done]
- ( 24/182) Installing: ghc-assoc-1.1.1-bp160.1.11.x86_64 [..done]
- ( 25/182) Installing: ghc-array-0.5.8.0-bp160.1.34.x86_64 [..done]
- ( 26/182) Installing: jq-1.7.1-160000.2.2.x86_64 [..done]
- ( 27/182) Installing: ghc-unliftio-core-0.2.1.0-bp160.1.11.x86_64 [..done]
- ( 28/182) Installing: ghc-transformers-compat-0.7.2-bp160.1.11.x86_64 [..done]
- ( 29/182) Installing: ghc-mtl-2.3.1-bp160.1.34.x86_64 [..done]
- ( 30/182) Installing: ghc-old-time-1.1.0.4-bp160.1.12.x86_64 [..done]
- ( 31/182) Installing: ghc-time-1.12.2-bp160.1.34.x86_64 [..done]
- ( 32/182) Installing: ghc-splitmix-0.1.0.5-bp160.1.13.x86_64 [..done]
- ( 33/182) Installing: ghc-pretty-1.1.3.6-bp160.1.34.x86_64 [..done]
- ( 34/182) Installing: ghc-hourglass-0.2.12-bp160.1.12.x86_64 [..done]
- ( 35/182) Installing: ghc-dlist-1.0-bp160.1.11.x86_64 [.
- .done]
- ( 36/182) Installing: ghc-Only-0.1-bp160.1.10.x86_64 [..done]
- ( 37/182) Installing: ghc-data-default-instances-old-locale-0.0.1.2-bp160.1.10.x86_64 [..done]
- ( 38/182) Installing: ghc-ansi-terminal-types-0.11.5-bp160.1.11.x86_64 [..done]
- ( 39/182) Installing: ghc-stm-2.5.3.1-bp160.1.34.x86_64 [..done]
- ( 40/182) Installing: ghc-integer-logarithms-1.0.3.1-bp160.1.11.x86_64 [..done]
- ( 41/182) Installing: ghc-template-haskell-2.21.0.0-bp160.1.34.x86_64 [..done]
- ( 42/182) Installing: ghc-data-default-instances-dlist-0.0.1.2-bp160.1.10.x86_64 [..done]
- ( 43/182) Installing: ghc-ansi-terminal-1.0.2-bp160.1.11.x86_64 [..done]
- ( 44/182) Installing: ghc-StateVar-1.2.2-bp160.1.11.x86_64 [..done]
- ( 45/182) Installing: ghc-th-compat-0.1.5-bp160.1.11.x86_64 [..done]
- ( 46/182) Installing: ghc-tagged-0.8.8-bp160.1.12.x86_64 [..done]
- ( 47/182) Installing: ghc-primitive-0.9.0.0-bp160.1.13.x86_64 [..done]
- ( 48/182) Installing: ghc-exceptions-0.10.7-bp160.1.34.x86_64 [..done]
- ( 49/182) Installing: ghc-containers-0.6.8-bp160.1.34.x86_64 [..done]
- ( 50/182) Installing: ghc-bytestring-0.12.1.0-bp160.1.34.x86_64 [..done]
- ( 51/182) Installing: ghc-OneTuple-0.4.2-bp160.1.11.x86_64 [..done]
- ( 52/182) Installing: ghc-contravariant-1.5.5-bp160.1.11.x86_64 [..done]
- ( 53/182) Installing: ghc-distributive-0.6.2.1-bp160.1.11.x86_64 [..done]
- ( 54/182) Installing: ghc-vector-0.13.1.0-bp160.1.11.x86_64 [..
- done]
- ( 55/182) Installing: ghc-th-abstraction-0.6.0.0-bp160.1.11.x86_64 [..done]
- ( 56/182) Installing: ghc-resourcet-1.3.0-bp160.1.11.x86_64 [..done]
- ( 57/182) Installing: ghc-indexed-traversable-0.1.4-bp160.1.11.x86_64 [..done]
- ( 58/182) Installing: ghc-data-default-instances-containers-0.1.0.3-bp160.1.10.x86_64 [..done]
- ( 59/182) Installing: ghc-zlib-0.6.3.0-bp160.1.12.x86_64 [..done]
- ( 60/182) Installing: ghc-utf8-string-1.0.2-bp160.1.11.x86_64 [..done]
- ( 61/182) Installing: ghc-random-1.2.1.2-bp160.1.11.x86_64 [..done]
- ( 62/182) Installing: ghc-os-string-2.0.6-bp160.1.11.x86_64 [..done]
- ( 63/182) Installing: ghc-memory-0.18.0-bp160.1.11.x86_64 [..done]
- ( 64/182) Installing: ghc-filepath-1.4.200.1-bp160.1.34.x86_64 [..done]
- ( 65/182) Installing: ghc-digest-0.0.2.1-bp160.1.13.x86_64 [..done]
- ( 66/182) Installing: ghc-cereal-0.5.8.3-bp160.1.11.x86_64 [..done]
- ( 67/182) Installing: ghc-binary-0.8.9.1-bp160.1.34.x86_64 [..done]
- ( 68/182) Installing: ghc-base64-bytestring-1.2.1.0-bp160.1.11.x86_64 [..done]
- ( 69/182) Installing: ghc-base16-bytestring-1.0.2.0-bp160.1.11.x86_64 [..done]
- ( 70/182) Installing: ghc-appar-0.1.8-bp160.1.11.x86_64 [..done]
- ( 71/182) Installing: ghc-bitvec-1.1.5.0-bp160.1.13.x86_64 [..done]
- ( 72/182) Installing: ghc-th-lift-0.8.5-bp160.1.11.x86_64 [..done]
- ( 73/182) Installing: ghc-comonad-5.0.8-bp160.1.11.x86_64 [..done]
- ( 74/182) Installing: ghc-data-default-0.7.1.3-bp160.1.10.x86_64 [..done]
- ( 75/182) Installing: ghc-QuickCheck-2.14.3-bp160.1.12.x86_64 [..
- done]
- ( 76/182) Installing: ghc-pem-0.2.4-bp160.1.10.x86_64 [..done]
- ( 77/182) Installing: ghc-crypton-1.0.1-bp160.1.13.x86_64 [...done]
- ( 78/182) Installing: ghc-asn1-types-0.3.4-bp160.1.10.x86_64 [..done]
- ( 79/182) Installing: ghc-unix-2.8.4.0-bp160.1.34.x86_64 [..done]
- ( 80/182) Installing: ghc-unix-time-0.4.16-bp160.1.12.x86_64 [..done]
- ( 81/182) Installing: ghc-text-2.1.1-bp160.1.34.x86_64 [..done]
- ( 82/182) Installing: ghc-half-0.3.1-bp160.1.13.x86_64 [..done]
- ( 83/182) Installing: ghc-JuicyPixels-3.3.9-bp160.1.13.x86_64 [..done]
- ( 84/182) Installing: ghc-vector-algorithms-0.9.0.2-bp160.1.11.x86_64 [..done]
- ( 85/182) Installing: ghc-bifunctors-5.6.2-bp160.1.12.x86_64 [..done]
- ( 86/182) Installing: ghc-asn1-encoding-0.9.6-bp160.1.11.x86_64 [..done]
- ( 87/182) Installing: ghc-directory-1.3.8.5-bp160.1.34.x86_64 [..done]
- ( 88/182) Installing: ghc-base-compat-0.13.1-bp160.1.11.x86_64 [..done]
- ( 89/182) Installing: ghc-xml-types-0.3.8-bp160.1.11.x86_64 [..done]
- ( 90/182) Installing: ghc-xml-1.3.14-bp160.1.10.x86_64 [..
- done]
- ( 91/182) Installing: ghc-unicode-transforms-0.4.0.1-bp160.1.11.x86_64 [..done]
- ( 92/182) Installing: ghc-typst-symbols-0.1.6-bp160.1.10.x86_64 [..done]
- ( 93/182) Installing: ghc-th-lift-instances-0.1.20-bp160.1.11.x86_64 [..done]
- ( 94/182) Installing: ghc-text-conversions-0.3.1.1-bp160.1.11.x86_64 [..done]
- ( 95/182) Installing: ghc-tagsoup-0.14.8-bp160.1.10.x86_64 [..done]
- ( 96/182) Installing: ghc-regex-base-0.94.0.2-bp160.1.11.x86_64 [..done]
- ( 97/182) Installing: ghc-prettyprinter-1.7.1-bp160.1.11.x86_64 [..done]
- ( 98/182) Installing: ghc-pretty-show-1.10-bp160.1.13.x86_64 [..done]
- ( 99/182) Installing: ghc-parsec-3.1.17.0-bp160.1.34.x86_64 [..done]
- (100/182) Installing: ghc-mime-types-0.1.2.0-bp160.1.10.x86_64 [..done]
- (101/182) Installing: ghc-integer-conversion-0.1.1-bp160.1.10.x86_64 [..done]
- (102/182) Installing: ghc-hashable-1.4.7.0-bp160.1.13.x86_64 [..done]
- (103/182) Installing: ghc-emojis-0.1.4.1-bp160.1.11.x86_64 [..done]
- (104/182) Installing: ghc-cookie-0.4.6-bp160.1.11.x86_64 [..done]
- (105/182) Installing: ghc-blaze-builder-0.4.2.3-bp160.1.11.x86_64 [..done]
- (106/182) Installing: ghc-cborg-0.2.10.0-bp160.1.11.x86_64 [..done]
- (107/182) Installing: ghc-asn1-parse-0.9.5-bp160.1.11.x86_64 [.
- .done]
- (108/182) Installing: ghc-zip-archive-0.4.3.2-bp160.1.11.x86_64 [..done]
- (109/182) Installing: ghc-temporary-1.3-bp160.1.11.x86_64 [..done]
- (110/182) Installing: ghc-process-1.6.25.0-bp160.1.34.x86_64 [..done]
- (111/182) Installing: ghc-network-3.1.4.0-bp160.1.12.x86_64 [..done]
- (112/182) Installing: ghc-file-embed-0.0.16.0-bp160.1.11.x86_64 [..done]
- (113/182) Installing: ghc-Glob-0.10.2-bp160.1.11.x86_64 [..done]
- (114/182) Installing: ghc-toml-parser-2.0.1.0-bp160.1.11.x86_64 [..done]
- (115/182) Installing: ghc-unicode-collation-0.1.3.6-bp160.1.21.x86_64 [...done]
- (116/182) Installing: ghc-regex-tdfa-1.3.2.2-bp160.1.11.x86_64 [..done]
- (117/182) Installing: ghc-network-uri-2.6.4.2-bp160.1.11.x86_64 [..done]
- (118/182) Installing: ghc-jira-wiki-markup-1.5.1-bp160.1.13.x86_64 [..done]
- (119/182) Installing: ghc-haddock-library-1.11.0-bp160.1.11.x86_64 [..done]
- (120/182) Installing: ghc-commonmark-0.2.6.1-bp160.1.11.x86_64 [...done]
- (121/182) Installing: ghc-uuid-types-1.0.6-bp160.1.11.x86_64 [..done]
- (122/182) Installing: ghc-unordered-containers-0.2.20-bp160.1.11.x86_64 [..
- done]
- (123/182) Installing: ghc-time-compat-1.9.7-bp160.1.11.x86_64 [..done]
- (124/182) Installing: ghc-these-1.2.1-bp160.1.10.x86_64 [..done]
- (125/182) Installing: ghc-text-short-0.1.6-bp160.1.13.x86_64 [..done]
- (126/182) Installing: ghc-scientific-0.3.8.0-bp160.1.11.x86_64 [..done]
- (127/182) Installing: ghc-ordered-containers-0.2.4-bp160.1.11.x86_64 [..done]
- (128/182) Installing: ghc-data-fix-0.3.4-bp160.1.11.x86_64 [..done]
- (129/182) Installing: ghc-case-insensitive-1.2.1.0-bp160.1.11.x86_64 [..done]
- (130/182) Installing: ghc-async-2.2.5-bp160.1.11.x86_64 [..done]
- (131/182) Installing: ghc-doclayout-0.5-bp160.1.11.x86_64 [..done]
- (132/182) Installing: ghc-blaze-markup-0.8.3.0-bp160.1.11.x86_64 [..done]
- (133/182) Installing: ghc-crypton-x509-1.7.7-bp160.1.11.x86_64 [..done]
- (134/182) Installing: ghc-socks-0.6.1-bp160.1.11.x86_64 [..done]
- (135/182) Installing: ghc-iproute-1.7.15-bp160.1.11.x86_64 [..done]
- (136/182) Installing: ghc-commonmark-extensions-0.2.5.5-bp160.1.10.x86_64 [..done]
- (137/182) Installing: ghc-uniplate-1.6.13-bp160.1.11.x86_64 [..done]
- (138/182) Installing: ghc-semigroupoids-6.0.1-bp160.1.11.x86_64 [..done]
- (139/182) Installing: ghc-mono-traversable-1.0.20.0-bp160.1.11.x86_64 [..done]
- (140/182) Installing: ghc-indexed-traversable-instances-0.1.2-bp160.1.11.x86_64 [.
- .done]
- (141/182) Installing: ghc-text-iso8601-0.1.1-bp160.1.11.x86_64 [..done]
- (142/182) Installing: ghc-strict-0.5.1-bp160.1.11.x86_64 [..done]
- (143/182) Installing: ghc-attoparsec-0.14.4-bp160.1.12.x86_64 [..done]
- (144/182) Installing: ghc-http-types-0.12.4-bp160.1.11.x86_64 [..done]
- (145/182) Installing: ghc-typed-process-0.2.12.0-bp160.1.11.x86_64 [..done]
- (146/182) Installing: ghc-streaming-commons-0.2.2.6-bp160.1.13.x86_64 [..done]
- (147/182) Installing: ghc-gridtables-0.1.0.0-bp160.1.10.x86_64 [..done]
- (148/182) Installing: ghc-djot-0.1.2.2-bp160.1.13.x86_64 [...done]
- (149/182) Installing: ghc-blaze-html-0.9.2.0-bp160.1.10.x86_64 [..done]
- (150/182) Installing: ghc-crypton-x509-store-1.6.9-bp160.1.11.x86_64 [..done]
- (151/182) Installing: ghc-conduit-1.3.6-bp160.1.12.x86_64 [..done]
- (152/182) Installing: ghc-witherable-0.4.2-bp160.1.11.x86_64 [..done]
- (153/182) Installing: ghc-semialign-1.3.1-bp160.1.11.x86_64 [..done]
- (154/182) Installing: ghc-serialise-0.2.6.1-bp160.1.11.x86_64 [..done]
- (155/182) Installing: ghc-cassava-0.5.3.2-bp160.1.12.x86_64 [..
- done]
- (156/182) Installing: ghc-http-client-0.7.17-bp160.1.12.x86_64 [..done]
- (157/182) Installing: ghc-crypton-x509-validation-1.6.12-bp160.1.10.x86_64 [..done]
- (158/182) Installing: ghc-crypton-x509-system-1.6.7-bp160.1.11.x86_64 [..done]
- (159/182) Installing: ghc-libyaml-0.1.4-bp160.1.13.x86_64 [..done]
- (160/182) Installing: ghc-conduit-extra-1.3.6-bp160.1.12.x86_64 [..done]
- (161/182) Installing: ghc-aeson-2.2.3.0-bp160.1.11.x86_64 [..done]
- (162/182) Installing: ghc-tls-2.0.6-bp160.1.11.x86_64 [..done]
- (163/182) Installing: ghc-xml-conduit-1.9.1.3-bp160.1.12.x86_64 [..done]
- (164/182) Installing: ghc-yaml-0.11.11.2-bp160.1.11.x86_64 [..done]
- (165/182) Installing: ghc-pandoc-types-1.23.1-bp160.1.26.x86_64 [..done]
- (166/182) Installing: ghc-ipynb-0.2-bp160.1.11.x86_64 [..done]
- (167/182) Installing: ghc-doctemplates-0.11.0.1-bp160.1.11.x86_64 [..done]
- (168/182) Installing: ghc-aeson-pretty-0.8.10-bp160.1.11.x86_64 [..done]
- (169/182) Installing: ghc-crypton-connection-0.3.2-bp160.1.11.x86_64 [..done]
- (170/182) Installing: ghc-skylighting-core-0.14.3-bp160.1.11.x86_64 [..done]
- (171/182) Installing: ghc-typst-0.6-bp160.1.11.x86_64 [.
- ..done]
- (172/182) Installing: ghc-texmath-0.12.8.11-bp160.1.13.x86_64 [....done]
- (173/182) Installing: ghc-commonmark-pandoc-0.2.2.2-bp160.1.10.x86_64 [..done]
- (174/182) Installing: ghc-citeproc-0.8.1.1-bp160.1.23.x86_64 [...done]
- (175/182) Installing: ghc-http-client-tls-0.3.6.4-bp160.1.11.x86_64 [..done]
- (176/182) Installing: ghc-skylighting-format-latex-0.1-bp160.1.11.x86_64 [..done]
- (177/182) Installing: ghc-skylighting-format-context-0.1.0.2-bp160.1.11.x86_64 [..done]
- (178/182) Installing: ghc-skylighting-format-blaze-html-0.1.1.2-bp160.1.11.x86_64 [..done]
- (179/182) Installing: ghc-skylighting-format-ansi-0.1-bp160.1.11.x86_64 [..done]
- (180/182) Installing: ghc-skylighting-0.14.3-bp160.1.13.x86_64 [..
- .....done]
- (181/182) Installing: ghc-pandoc-3.5-bp160.1.23.x86_64 [.....
- ....done]
- (182/182) Installing: pandoc-cli-3.5-bp160.1.13.x86_64 [..
- ........
- ..........
- .......done]
- Running post-transaction scripts [....done]
2025-10-18 17:09.17 ---> saved as "37633058ecf9fe3a771af4c2499c4f048bfc0c7cf22883515c73eba895b3595a"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 48 packages
  - install alcotest           1.9.1
  - install astring            0.8.5
  - install bos                0.2.1
  - install camlp-streams      5.0.1
  - install cmdliner           2.0.0
  - install conf-jq            1
  - install conf-pandoc        0.1
  - install cppo               1.8.0
  - install crunch             4.0.0
  - install dune               3.20.2
  - install dune-build-info    3.20.2
  - install fmt                0.11.0
  - install fpath              0.7.3
  - install jsonm              1.0.2
  - install logs               0.9.0
  - install menhir             20250912
  - install menhirCST          20250912
  - install menhirLib          20250912
  - install menhirSdk          20250912
  - 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.16.0
  - install patch              3.0.0
  - install ptime              1.2.0
  - install re                 1.14.0
  - 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          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               17.0.0
  - install uunf               17.0.0
  - install uutf               1.0.4
  - install yojson             3.0.0

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "pandoc"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- 'pandoc' not found in package names. Trying capabilities.
- 'pandoc-cli' providing 'pandoc' is already installed.
- Resolving package dependencies...
- Nothing to do.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> installed conf-jq.1
-> installed conf-pandoc.0.1
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2  (cached)
-> installed num.1.6
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> retrieved opam-core.2.4.1, opam-format.2.4.1  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved omd.2.0.0~alpha3  (https://opam.ocaml.org/cache)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved patch.3.0.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved uunf.17.0.0  (cached)
-> installed cmdliner.2.0.0
-> retrieved uutf.1.0.4  (cached)
-> retrieved stdcompat.21.1  (https://opam.ocaml.org/cache)
-> installed ocamlbuild.0.16.1
-> retrieved uucp.17.0.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed logs.0.9.0
-> installed bos.0.2.1
-> installed uunf.17.0.0
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed patch.3.0.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed sexplib0.v0.16.0
-> installed menhirLib.20250912
-> installed odoc-parser.3.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed dune-build-info.3.20.2
-> installed sha.1.15.4
-> installed yojson.3.0.0
-> installed parsexp.v0.16.0
-> installed ocamlgraph.2.2.0
-> installed alcotest.1.9.1
-> installed sexplib.v0.16.0
-> installed stdcompat.21.1
-> installed tyxml.4.6.0
-> installed opam-core.2.4.1
-> installed odoc.3.1.0
-> installed menhir.20250912
-> installed opam-file-format.2.2.0
-> installed opam-format.2.4.1
-> installed uucp.17.0.0
-> installed omd.2.0.0~alpha3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 17:12.32 ---> saved as "d65a54792b0b54c5a477e9ee5dbed85ff17462d035d4aa0cdb219559f44f4b13"

/src: (copy (src .) (dst /src))
2025-10-18 17:12.32 ---> saved as "866db7b8f931783d4216fd4eab9c6abb9cea5075bc2c164263461b22d2f5a866"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/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-do/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/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-do/.main.eobjs/byte/dune__exe__Main.cmo -c -impl src/voodoo-do/main.ml)
File "src/voodoo-do/main.ml", line 32, characters 4-13:
32 |     Term.info "voodoo-do" ~doc ~exits:Term.default_exits )
         ^^^^^^^^^
Error: Unbound value Term.info
(cd _build/default/test/unit/serialize && ./main.exe)
Testing `voodoo-serialize'.
This run has ID `MG05YTRE'.

  [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.004s. 31 tests run.
(cd _build/default && /home/opam/.opam/4.14/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-do/.main.eobjs/byte -I src/voodoo-do/.main.eobjs/native -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/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-do/.main.eobjs/native/dune__exe__Main.cmx -c -impl src/voodoo-do/main.ml)
File "src/voodoo-do/main.ml", line 32, characters 4-13:
32 |     Term.info "voodoo-do" ~doc ~exits:Term.default_exits )
         ^^^^^^^^^
Error: Unbound value Term.info
(cd _build/default && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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__Main.cmo -c -impl src/voodoo-gen/main.ml)
File "src/voodoo-gen/main.ml", line 9, characters 29-42:
9 |     Odoc_odoc.Fs.Directory.t Arg.converter =
                                 ^^^^^^^^^^^^^
Error: Unbound type constructor Arg.converter
(cd _build/default && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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-prep/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/patch -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/swhid_core -I /home/opam/.opam/4.14/lib/uutf -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-prep/.main.eobjs/byte/dune__exe__Main.cmo -c -impl src/voodoo-prep/main.ml)
File "src/voodoo-prep/main.ml", line 27, characters 13-22:
27 |   let info = Term.info "prep" ~doc:"Prep a directory tree for compiling"
                  ^^^^^^^^^
Error: Unbound value Term.info
(cd _build/default && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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__Main.cmx -c -impl src/voodoo-gen/main.ml)
File "src/voodoo-gen/main.ml", line 9, characters 29-42:
9 |     Odoc_odoc.Fs.Directory.t Arg.converter =
                                 ^^^^^^^^^^^^^
Error: Unbound type constructor Arg.converter
(cd _build/default && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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-prep/.main.eobjs/byte -I src/voodoo-prep/.main.eobjs/native -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/patch -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/swhid_core -I /home/opam/.opam/4.14/lib/uutf -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/voodoo-prep/.main.eobjs/native/dune__exe__Main.cmx -c -impl src/voodoo-prep/main.ml)
File "src/voodoo-prep/main.ml", line 27, characters 13-22:
27 |   let info = Term.info "prep" ~doc:"Prep a directory tree for compiling"
                  ^^^^^^^^^
Error: Unbound value Term.info
(cd _build/default && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/markdown -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/omd -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdcompat -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uunf -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-10-18 17:12.35: Job failed: Failed: Build failed