Organisationsocaml-docvoodoodc5439 (main)fedora-38-4.14_opam-2.1

fedora-38-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:17.21: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
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@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
# fedora-38-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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 './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.6.9 crunch.3.3.1 dune.3.16.0 dune-build-info.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.2.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-06-17 13:17.21: Using cache hint "ocaml-doc/voodoo-ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8-fedora-38-4.14_opam-2.1-8f3e23d556d93b66d4cc4b2d0ecf7ab5"
2024-06-17 13:17.21: Using OBuilder spec:
((from ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8)
 (comment fedora-38-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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 './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.6.9 crunch.3.3.1 dune.3.16.0 dune-build-info.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.2.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y 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"))
)


2024-06-17 13:17.21: Waiting for resource in pool OCluster
2024-06-19 15:41.44: Waiting for worker…
2024-06-19 15:46.07: Got resource from pool OCluster
Building on x86-bm-c9.sw.ocaml.org
All commits already cached
HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128)


(from ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8)
2024-06-19 15:46.07 ---> using "d7a2bd18765fd6e41b4aa91a73c5bb56acf2a8804008db15bf704f7c9d92626b" from cache


/: (comment fedora-38-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64                               49 kB/s | 6.0 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64        7.9 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                       52 kB/s | 5.9 kB     00:00    
Fedora 38 - x86_64 - Updates                     41 kB/s | 5.9 kB     00:00    
Fedora Modular 38 - x86_64 - Updates             38 kB/s | 5.8 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-19 15:46.07 ---> using "1e0aeb1151990a607fecfeb71c2a176b7ca9d86ec3183110b82a3b52056282c3" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 15:46.07 ---> using "e086811d6126203dbb8ba773243964ae98b8b1cb1f640971fa6f502c07a83e04" 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.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-19 15:46.07 ---> using "5f0529c0b02f94bab02083cb54bb3e610aaea131f5cd5e8d75e0ac6af064ca53" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-19 15:46.07 ---> using "d06a1e15b0457c263b105b15f657598af91bdf8a329fcdb1e06820a3a1b7628e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 15:46.07 ---> using "0c64dce2379a43afcbbdfcb03019ea9869801ada3418b120d3b97250dac373c5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


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


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:46.07 ---> using "6d8c9e743064f494db275bdc958c517b80f8f21130fa14c1b85f58cf2b97c354" from cache


/src: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
            (dst ./))
2024-06-19 15:46.07 ---> saved as "991c06bebf974f973623df51b67996d71484fe4970862a429d14267adffb1541"


/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 './'"))
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.dev] synchronised (file:///src)
voodoo-prep is now pinned to file:///src (version dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.dev] synchronised (file:///src)
voodoo-lib is now pinned to file:///src (version dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.dev] synchronised (file:///src)
voodoo-gen is now pinned to file:///src (version dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.dev] synchronised (file:///src)
voodoo-do is now pinned to file:///src (version dev)
2024-06-19 15:46.12 ---> saved as "d233d7faf65f455d3c45002931d236f3c4378abb9d1b0ad792c7f3b7145241b7"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.6.9 crunch.3.3.1 dune.3.16.0 dune-build-info.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.2 odoc-parser.2.4.2 omd.2.0.0~alpha3 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 parsexp.v0.16.0 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdcompat.19 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 yojson.2.2.1")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                               63 kB/s | 6.0 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64        8.2 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                       49 kB/s | 5.9 kB     00:00    
- Fedora 38 - x86_64 - Updates                     54 kB/s | 5.9 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates             50 kB/s | 5.8 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-do.dev] synchronised (no changes)
[voodoo-gen.dev] synchronised (no changes)
[voodoo-lib.dev] synchronised (no changes)
[voodoo-prep.dev] synchronised (no changes)


[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 "yum" "install" "-y" "jq" "pandoc"
- Last metadata expiration check: 0:00:22 ago on Wed Jun 19 15:46:15 2024.
- Dependencies resolved.
- ================================================================================
-  Package              Architecture  Version                Repository      Size
- ================================================================================
- Installing:
-  jq                   x86_64        1.6-16.fc38            updates        188 k
-  pandoc               x86_64        2.19.2-22.fc38         updates         24 M
- Installing dependencies:
-  oniguruma            x86_64        6.9.9-1.fc38           updates        219 k
-  pandoc-common        noarch        2.19.2-22.fc38         updates        509 k
- 
- Transaction Summary
- ================================================================================
- Install  4 Packages
- 
- Total download size: 24 M
- Installed size: 177 M
- Downloading Packages:
- (1/4): oniguruma-6.9.9-1.fc38.x86_64.rpm        552 kB/s | 219 kB     00:00    
- (2/4): jq-1.6-16.fc38.x86_64.rpm                382 kB/s | 188 kB     00:00    
- (3/4): pandoc-common-2.19.2-22.fc38.noarch.rpm  2.7 MB/s | 509 kB     00:00    
- (4/4): pandoc-2.19.2-22.fc38.x86_64.rpm          21 MB/s |  24 MB     00:01    
- --------------------------------------------------------------------------------
- Total                                            18 MB/s |  24 MB     00:01     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : pandoc-common-2.19.2-22.fc38.noarch                    1/4 
-   Installing       : oniguruma-6.9.9-1.fc38.x86_64                          2/4 
-   Installing       : jq-1.6-16.fc38.x86_64                                  3/4
-  
-   Installing       : pandoc-2.19.2-22.fc38.x86_64                           4/4 
-   Running scriptlet: pandoc-2.19.2-22.fc38.x86_64                           4/4 
-   Verifying        : jq-1.6-16.fc38.x86_64                                  1/4 
-   Verifying        : oniguruma-6.9.9-1.fc38.x86_64                          2/4 
-   Verifying        : pandoc-2.19.2-22.fc38.x86_64                           3/4 
-   Verifying        : pandoc-common-2.19.2-22.fc38.noarch                    4/4 
- 
- Installed:
-   jq-1.6-16.fc38.x86_64               oniguruma-6.9.9-1.fc38.x86_64             
-   pandoc-2.19.2-22.fc38.x86_64        pandoc-common-2.19.2-22.fc38.noarch       
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "jq" "pandoc"
- jq-1.6-16.fc38.x86_64
- pandoc-2.19.2-22.fc38.x86_64
2024-06-19 15:46.42 ---> saved as "37cf74159f4d36137c60ef9c9527b90bd1a776362f6e53a27befedcfd89327fc"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 conf-pandoc        0.1
  - install ocamlbuild         0.14.3
  - install dune               3.16.0
  - install num                1.5
  - install ocamlfind          1.9.6
  - install conf-autoconf      0.2
  - install seq                base
  - install conf-jq            1
  - install cmdliner           1.3.0
  - install stdlib-shims       0.3.0
  - install sexplib0           v0.16.0
  - install result             1.5
  - install opam-file-format   2.1.6
  - install ocaml-syntax-shims 1.0.0
  - install dune-build-info    3.16.0
  - install cppo               1.6.9
  - install camlp-streams      5.0.1
  - install topkg              1.0.7
  - install yojson             2.2.1
  - install re                 1.11.0
  - install ocamlgraph         2.1.0
  - install parsexp            v0.16.0
  - install stdcompat          19
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install ptime              1.1.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install opam-core          2.1.6
  - install sexplib            v0.16.0
  - install uunf               15.1.0
  - install tyxml              4.6.0
  - install crunch             3.3.1
  - install logs               0.7.0
  - install odoc-parser        2.4.2
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install opam-format        2.1.6
  - install uucp               15.1.0
  - install odoc               2.4.2
  - install bos                0.2.1
  - install omd                2.0.0~alpha3
===== 42 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-autoconf.0.2
-> installed conf-jq.1
-> installed conf-pandoc.0.1
-> retrieved crunch.3.3.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-build-info.3.16.0  (cached)
-> installed num.1.5
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved omd.2.0.0~alpha3  (cached)
-> retrieved opam-core.2.1.6  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-format.2.1.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stdcompat.19  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uunf.15.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.1  (cached)
-> retrieved uucp.15.1.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed uunf.15.1.0
-> installed dune.3.16.0
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed opam-file-format.2.1.6
-> installed sexplib0.v0.16.0
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-build-info.3.16.0
-> installed re.1.11.0
-> installed odoc-parser.2.4.2
-> installed yojson.2.2.1
-> installed alcotest.1.7.0
-> installed parsexp.v0.16.0
-> installed ocamlgraph.2.1.0
-> installed sexplib.v0.16.0
-> installed tyxml.4.6.0
-> installed opam-core.2.1.6
-> installed stdcompat.19
-> installed odoc.2.4.2
-> installed opam-format.2.1.6
-> installed uucp.15.1.0
-> installed omd.2.0.0~alpha3
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:48.50 ---> saved as "478abfead29957ead176fba39315bd28c35768465435686440120e1706c83e19"


/src: (copy (src .) (dst /src))
2024-06-19 15:48.50 ---> saved as "e84d1f8cfc1675780516c75552ded68798639a859cc958d15da35baf2b21c88f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/unit/serialize && ./main.exe)
Testing `voodoo-serialize'.
This run has ID `ZRVTK7S9'.


  [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.003s. 31 tests run.
2024-06-19 15:51.01 ---> saved as "0c4326e8917c4f072a6f1057a6f76e32b172613d232010ed26160af6ccfed701"
Job succeeded
2024-06-19 15:51.01: Job succeeded