Organisationsocaml-docvoodoodc5439 (main)freebsd-4.14_opam-2.1

freebsd-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) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-doc/voodoo.git" -b "main" && cd "voodoo" && git reset --hard dc54397f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-8f3e23d556d93b66d4cc4b2d0ecf7ab5"
2024-06-17 13:17.21: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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-17 16:56.27: Waiting for worker…
2024-06-17 18:05.09: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128)


(from freebsd-ocaml-4.14)
2024-06-17 17:58.05 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-06-17 17:58.07 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" from cache


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-06-17 17:58.07 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 4.14.2
2.1.5
2024-06-17 17:58.08 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-17 17:58.09 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" 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
   0dc68a8b92..e06bf2b8c3  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


Constructing initial basis...
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]
=====  2    4 =====


<><> 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 ocaml-base-compiler.4.14.2  (cached)
 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
Done.
2024-06-17 17:58.10 ---> using "3ee98f7a7ddec5be06ba852175190e68f43107976b460318151f972d8995804e" from cache


/src: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
            (dst ./))
2024-06-17 17:58.13 ---> saved as "b978cb8162e4e8eb49993527bd3a952aae6aecd9c77f69c78ffd82c9761db3d3"


/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-17 17:58.34 ---> saved as "48aca42bcfe698cf1448ece6fa20fb91453fc0b2d11de75615bcf8e4376f750e"


/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"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-gen.dev] synchronised (no changes)
[voodoo-lib.dev] synchronised (no changes)
[voodoo-do.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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "autoconf" "hs-pandoc" "jq"
- Updating FreeBSD repository catalogue...
- [summer] Fetching data.pkg: 
- .....
- ..... done
- Processing entries: .
- ..
- .
- ..
- .
- ..
- . done
- FreeBSD repository update completed. 34086 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.21.2 -> 1.21.3
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-1.21.3.pkg: 
- ...
- ......
- . done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.21.2 to 1.21.3...
- [summer] [1/1] Extracting pkg-1.21.3: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 7 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	autoconf: 2.72
- 	autoconf-switch: 20220527
- 	gmp: 6.3.0
- 	hs-pandoc: 3.1.12.3
- 	jq: 1.7.1
- 	m4: 1.4.19_1,1
- 	oniguruma: 6.9.9
- 
- Number of packages to be installed: 7
- 
- The process will require 201 MiB more space.
- 30 MiB to be downloaded.
- [summer] [1/7] Fetching jq-1.7.1.pkg: .......... done
- [summer] [2/7] Fetching m4-1.4.19_1,1.pkg: ........ done
- [summer] [3/7] Fetching oniguruma-6.9.9.pkg: .......
- ... done
- [summer] [4/7] Fetching hs-pandoc-3.1.12.3.pkg: .
- .
- ..
- ..
- ...
- . done
- [summer] [5/7] Fetching gmp-6.3.0.pkg: .......... done
- [summer] [6/7] Fetching autoconf-switch-20220527.pkg: . done
- [summer] [7/7] Fetching autoconf-2.72.pkg: ......... done
- Checking integrity... done (0 conflicting)
- [summer] [1/7] Installing m4-1.4.19_1,1...
- [summer] [1/7] Extracting m4-1.4.19_1,1: .......... done
- [summer] [2/7] Installing oniguruma-6.9.9...
- [summer] [2/7] Extracting oniguruma-6.9.9: .......... done
- [summer] [3/7] Installing gmp-6.3.0...
- [summer] [3/7] Extracting gmp-6.3.0: .......... done
- [summer] [4/7] Installing autoconf-switch-20220527...
- [summer] [4/7] Extracting autoconf-switch-20220527: .......... done
- [summer] [5/7] Installing jq-1.7.1...
- [summer] [5/7] Extracting jq-1.7.1: .......... done
- [summer] [6/7] Installing hs-pandoc-3.1.12.3...
- [summer] [6/7] Extracting hs-pandoc-3.1.12.3: .........
- . done
- [summer] [7/7] Installing autoconf-2.72...
- [summer] [7/7] Extracting autoconf-2.72: .......... done
2024-06-17 18:00.21 ---> saved as "9d2f0e3bec68094a6e8416377a255c6d5d445e7986ee83ecc78dc39a1ff8320f"


/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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
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 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cppo.1.6.9  (cached)
 installed conf-jq.1
 retrieved crunch.3.3.1  (cached)
 installed conf-pandoc.0.1
 installed conf-autoconf.0.2
 retrieved cmdliner.1.3.0  (cached)
 retrieved dune-build-info.3.16.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved dune.3.16.0  (cached)
 retrieved logs.0.7.0  (cached)
 installed cmdliner.1.3.0
 retrieved num.1.5  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved ocamlgraph.2.1.0  (cached)
 retrieved odoc.2.4.2  (cached)
 retrieved odoc-parser.2.4.2  (cached)
 retrieved alcotest.1.7.0  (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 result.1.5  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved sexplib.v0.16.0  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved stdcompat.19  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tyxml.4.6.0  (cached)
 retrieved uucp.15.1.0  (cached)
 retrieved uunf.15.1.0  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved yojson.2.2.1  (cached)
 retrieved omd.2.0.0~alpha3  (https://github.com/ocaml/opam-source-archives/raw/main/omd-2.0.0.alpha3.tbz)
 installed num.1.5
 installed ocamlbuild.0.14.3
 installed ocamlfind.1.9.6
 installed topkg.1.0.7
 installed rresult.0.7.0
 installed uutf.1.0.3
 installed ptime.1.1.0
 installed fmt.0.9.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 stdlib-shims.0.3.0
 installed sexplib0.v0.16.0
 installed result.1.5
 installed yojson.2.2.1
 installed re.1.11.0
 installed opam-file-format.2.1.6
 installed ocaml-syntax-shims.1.0.0
 installed crunch.3.3.1
 installed cppo.1.6.9
 installed camlp-streams.5.0.1
 installed parsexp.v0.16.0
 installed dune-build-info.3.16.0
 installed ocamlgraph.2.1.0
 installed odoc-parser.2.4.2
 installed alcotest.1.7.0
 installed sexplib.v0.16.0
 installed uucp.15.1.0
 installed tyxml.4.6.0
 installed opam-core.2.1.6
 installed odoc.2.4.2
 installed opam-format.2.1.6
 installed stdcompat.19
 installed omd.2.0.0~alpha3
Done.
2024-06-17 18:06.00 ---> saved as "d1b38cd295ea9d42e0df2fbd8d7c02fc11540e600a977e952207135b898b19ab"


/src: (copy (src .) (dst /src))
2024-06-17 18:06.02 ---> saved as "25f47c089edab44fda4601a14de59919ba7155bedc520a858244283bcdf5de86"


/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 `Q0OOAYDX'.


  [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.
2024-06-17 18:08.57 ---> saved as "3824d79783f334114ec0e17a91c513d890fa267b1b2b312e26d2cdcf891539c4"
Job succeeded
2024-06-17 18:16.05: Job succeeded