Organisationsocaml-docvoodoodc5439 (main)opensuse-15.5-4.14_opam-2.1

opensuse-15.5-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:opensuse-15.5-4.14_opam-2.1)
Base: ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d
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:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d
# opensuse-15.5-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d-opensuse-15.5-4.14_opam-2.1-8f3e23d556d93b66d4cc4b2d0ecf7ab5"
2024-06-17 13:17.21: Using OBuilder spec:
((from ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d)
 (comment opensuse-15.5-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/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.39: Waiting for worker…
2024-06-19 15:46.02: Got resource from pool OCluster
Building on doris.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>
Initialized 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@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d)
2024-06-19 16:19.03 ---> using "bac60baecfdee02cd0563ec52618277996711c8bedde2a3cf83547fc81ed5f8c" from cache


/: (comment opensuse-15.5-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/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 16:19.03 ---> using "937d71ade94cc5711559475aa6662ae4ea17d5b494720ae4f8b96b46852f5555" 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 16:19.03 ---> using "9cb0a4bd27ebcde58d604a59f33cbb92ba78e80958fbd2c47f761ffa0065cac5" 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 16:19.03 ---> using "0c79008a22dbb197b75c0f6b1b3f46a34bc59f9dce7069b6de62a7820c3c879e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 16:19.03 ---> using "a58b41c1f8fc73341060e4a6766acbd19fd1f7a28328a7052e88264ab15079f6" 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..5d6f1cf035  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 16:19.03 ---> using "8cd2e8d475885d4d4b825a4dc7639528e09ab26c19e4b4a70935db256d0b52a5" from cache


/src: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
            (dst ./))
2024-06-19 16:19.03 ---> saved as "dab8b7d9e4117b33d5d206b0021999243855c98d1a9da9c48d5f5b9de5add8ad"


/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 16:19.26 ---> saved as "53c742b9a1fce306c4ef366888c6c6f918dc6aea3e6aa12e03244fe1712f5f68"


/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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- ......
- .....done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.....
- .
- ....
- .
- ..
- ...
- ......
- ..........
- .......
- ..........
- ........
- ........
- .........
- .........
- .........
- ..........
- ........
- ........
- .........
- .......
- ..........
- ..........
- .........
- ..........
- ........
- ..........
- ........
- .........
- .........
- ..........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ..........
- ........
- ........
- ........
- .........
- .........
- ........
- ........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........
- ..........
- .......
- .........
- .......
- .........
- .........
- .........
- ..........
- ..........
- ........
- .........
- .
- ...
- .
- .
- ..
- ..
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.


<><> 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 "zypper" "--non-interactive" "install" "jq" "pandoc"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 6 NEW packages are going to be installed:
-   jq libjq1 libnuma1 libonig4 libyaml-0-2 pandoc
- 
- 6 new packages to install.
- Overall download size: 25.7 MiB. Already cached: 0 B. After the operation, additional 180.4 MiB will be used.
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libnuma1-2.0.14.20.g4ee5e0c-150400.1.24.x86_64 (Main Repository) (1/6),  31.8 KiB    
- Retrieving: libnuma1-2.0.14.20.g4ee5e0c-150400.1.24.x86_64.rpm [.
- .done]
- Retrieving: libonig4-6.7.0-150000.3.3.1.x86_64 (Main Repository) (2/6), 128.3 KiB    
- Retrieving: libonig4-6.7.0-150000.3.3.1.x86_64.rpm [..done]
- Retrieving: libyaml-0-2-0.1.7-1.17.x86_64 (Main Repository) (3/6),  50.7 KiB    
- Retrieving: libyaml-0-2-0.1.7-1.17.x86_64.rpm [..done]
- Retrieving: libjq1-1.6-3.3.1.x86_64 (Main Repository) (4/6), 118.4 KiB    
- Retrieving: libjq1-1.6-3.3.1.x86_64.rpm [..done]
- Retrieving: pandoc-2.18-150500.1.2.x86_64 (Main Repository) (5/6),  25.3 MiB    
- Retrieving: pandoc-2.18-150500.1.2.x86_64.rpm [.....
- ..........
- ..done (18.5 MiB/s)]
- Retrieving: jq-1.6-3.3.1.x86_64 (Main Repository) (6/6),  65.7 KiB    
- Retrieving: jq-1.6-3.3.1.x86_64.rpm [..done]
- 
- Checking for file conflicts: [..done]
- (1/6) Installing: libnuma1-2.0.14.20.g4ee5e0c-150400.1.24.x86_64 [..done]
- (2/6) Installing: libonig4-6.7.0-150000.3.3.1.x86_64 [..done]
- (3/6) Installing: libyaml-0-2-0.1.7-1.17.x86_64 [..done]
- (4/6) Installing: libjq1-1.6-3.3.1.x86_64 [..done]
- (5/6) Installing: pandoc-2.18-150500.1.2.x86_64 [..
- ..........
- ..........
- .....done]
- (6/6) Installing: jq-1.6-3.3.1.x86_64 [..done]
2024-06-19 16:21.38 ---> saved as "51cbf29be21475d85afce18f037e560f611a0cf334185d073ca84bc944daaaf2"


/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 alcotest.1.7.0  (cached)
-> retrieved camlp-streams.5.0.1  (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)
-> 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)
-> installed cmdliner.1.3.0
-> installed num.1.5
-> 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 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 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 cppo.1.6.9
-> installed sexplib0.v0.16.0
-> installed opam-file-format.2.1.6
-> installed dune-build-info.3.16.0
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed odoc-parser.2.4.2
-> installed yojson.2.2.1
-> installed parsexp.v0.16.0
-> installed alcotest.1.7.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 16:22.47 ---> saved as "ea27508ef4a18a03f4ea64cda51c9c3805502030f6a4c49eefc4c816690302e1"


/src: (copy (src .) (dst /src))
2024-06-19 16:22.47 ---> saved as "f1b982934566bd42252551e1e2087121000d6497e1910013d83a04f07c3d06a2"


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


  [OK]          String                        0   
  [OK]          String                        1   xx.
  [OK]          String                        2   `.
  [OK]          String                        3      .
  [OK]          String                        4     .
  [OK]          String                        5   ".
  [OK]          Fpath                         0   /.
  [OK]          Fpath                         1   xx.
  [OK]          Fpath                         2   `.
  [OK]          Fpath                         3      .
  [OK]          Fpath                         4     .
  [OK]          Fpath                         5   ".
  [OK]          Fpath                         6   //.
  [OK]          Package_info.Kind             0   module.
  [OK]          Package_info.Kind             1   page.
  [OK]          Package_info.Kind             2   leaf-page.
  [OK]          Package_info.Kind             3   module-type.
  [OK]          Package_info.Kind             4   argument-1.
  [OK]          Package_info.Kind             5   class.
  [OK]          Package_info.Kind             6   class-type.
  [OK]          Package_info.Kind             7   file.
  [OK]          Package_info.Module           0   (name:"") (submodules:) (ki...
  [OK]          Package_info.Module           1   (name:"foo") (submodules:(n...
  [OK]          Package_info.Library          0   (name:"") (modules:) (depen...
  [OK]          Package_info.Library          1   (name:"foo") (modules:(name...
  [OK]          Package_info                  0   (libraries:).
  [OK]          Package_info                  1   (libraries:(name:"") (modul...
  [OK]          Status.Otherdocs              0   (readme:) (license:) (chang...
  [OK]          Status.Otherdocs              1   (readme:/a) (license:/b) (c...
  [OK]          Status                        0   (failed:true) (otherdocs:(r...
  [OK]          Status                        1   (failed:false) (otherdocs:(...


Full test results in `/src/_build/default/test/unit/serialize/_build/_tests/voodoo-serialize'.
Test Successful in 0.002s. 31 tests run.
2024-06-19 16:24.19 ---> saved as "9db27f9a2500476288bb0c4fca1ef0d5213872bca461a76e97d92c242c6540be"
Job succeeded
2024-06-19 16:24.20: Job succeeded