Organisationsocaml-docvoodoodc5439 (main)macos-homebrew-4.14_arm64_opam-2.1

macos-homebrew-4.14_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:11.10: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.1)
Base: macos-homebrew-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 macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam ./src/./
RUN opam pin add -yn voodoo-prep.dev './src/./' && \
    opam pin add -yn voodoo-lib.dev './src/./' && \
    opam pin add -yn voodoo-gen.dev './src/./' && \
    opam pin add -yn voodoo-do.dev './src/./'
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.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 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.5 opam-file-format.2.1.6 opam-format.2.1.5 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.1.2"
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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-05-10 09:11.10: Using cache hint "ocaml-doc/voodoo-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-6bd78546d18c69cf6fe1811989145abd"
2024-05-10 09:11.10: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
       (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn voodoo-prep.dev './src/./' && \
             \nopam pin add -yn voodoo-lib.dev './src/./' && \
             \nopam pin add -yn voodoo-gen.dev './src/./' && \
             \nopam pin add -yn voodoo-do.dev './src/./'"))
 (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.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 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.5 opam-file-format.2.1.6 opam-format.2.1.5 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.1.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 09:11.10: Waiting for resource in pool OCluster
2024-05-10 12:49.11: Waiting for worker…
2024-05-10 17:34.44: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128)


(from macos-homebrew-ocaml-4.14)
2024-05-10 17:34.45 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_arm64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-10 17:34.45 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" from cache


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-05-10 17:34.45 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 17:34.45 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3505e93828..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-10 17:34.45 ---> using "b24024a94c88960a6d52d30e3215e2b1a36b271af80c110265910615be43062b" from cache


/: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
         (dst ./src/./))
2024-05-10 17:34.47 ---> saved as "fcb3b31598c78f16d3c3d3af574ed85d88a53dd99e3537df53ca2c284bef0f03"


/: (run (network host)
        (shell  "opam pin add -yn voodoo-prep.dev './src/./' && \
               \nopam pin add -yn voodoo-lib.dev './src/./' && \
               \nopam pin add -yn voodoo-gen.dev './src/./' && \
               \nopam pin add -yn voodoo-do.dev './src/./'"))
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.dev] synchronised (file:///Users/mac1000/src)
voodoo-prep is now pinned to file:///Users/mac1000/src (version dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.dev] synchronised (file:///Users/mac1000/src)
voodoo-lib is now pinned to file:///Users/mac1000/src (version dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.dev] synchronised (file:///Users/mac1000/src)
voodoo-gen is now pinned to file:///Users/mac1000/src (version dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.dev] synchronised (file:///Users/mac1000/src)
voodoo-do is now pinned to file:///Users/mac1000/src (version dev)
2024-05-10 17:35.02 ---> saved as "08db891fd8c38ac25ce367e8194d0f8d13304be6670eadc72464980e40692dd8"


/: (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.2.0 conf-autoconf.0.1 conf-jq.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 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.5 opam-file-format.2.1.6 opam-format.2.1.5 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.1.2")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> 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 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...


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "autoconf" "jq" "pandoc"
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.72
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b73cdb320c4261bbf8d02d03e50dc755c869c5859c1d4e93616898fc7cd939ff--autoconf-2.72.bottle_manifest.json
- ==> Fetching dependencies for autoconf: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json
- ==> Fetching m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/blobs/sha256:f42d89db519a07d67bcaead6c8dfb2da45e8266bebb996dd8b3f19b1ca13b8a0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/943052706ee3b934ae9cf355e827619bbe1f44764123c7e7cce4efde11c24b28--m4--1.4.19.arm64_sonoma.bottle.tar.gz
- ==> Fetching autoconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/blobs/sha256:bb39057e87dd9cb940bee15ff5b5172952a0350e59b14a6f55b8006a07813186
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a38a8f6163e382c183d2ba1818126e56dad47f8a591fcad5f809a4be8b37862--autoconf--2.72.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jq/manifests/1.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14ea65c5fc62c8bfce4e240eabff95e77c7d3cf2a3ba6db78deb65b739774ff4--jq-1.7.1.bottle_manifest.json
- ==> Fetching dependencies for jq: oniguruma
- ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/manifests/6.9.9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35140c4d3995b75388bed026ef6d0acbb4d6076047cdcd895bfd996c0c8d6487--oniguruma-6.9.9.bottle_manifest.json
- ==> Fetching oniguruma
- ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/blobs/sha256:53913ccbdad8ce504d0266fc20a867f2fc306d7331d066f2895f48d167102a24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/59e8579a8e70269e5c928e7cbbf3edbfab17680f24b808139760eaf6131ff56a--oniguruma--6.9.9.arm64_sonoma.bottle.tar.gz
- ==> Fetching jq
- ==> Downloading https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:07bc9081c0fdb43aca089e5839f6a270fc45ca9aa7d7633e16fac0fdfe4c4ad8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8011e5ebafb1997dcc4fb196ae1edbcca548b8f196ebd8c2d2ebde92624f45e5--jq--1.7.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/manifests/3.1.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/abb79dbb75819bc103181d6bb65498de39c7b757269987c87e20604a6f799fe5--pandoc-3.1.13.bottle_manifest.json
- ==> Fetching pandoc
- ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:5175052253fcaa29adf1e1ed6346f0aac2c774f7a0e6920f88df4d6585f0435d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84a39bf65ddd462b87acec28250b33be8789ea944a17b118be82ffc1a81ba30e--pandoc--3.1.13.arm64_sonoma.bottle.tar.gz
- ==> Installing dependencies for autoconf: m4
- ==> Installing autoconf dependency: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json
- ==> Pouring m4--1.4.19.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/m4/1.4.19: 13 files, 725.2KB
- ==> Installing autoconf
- ==> Pouring autoconf--2.72.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/autoconf/2.72: 71 files, 3.6MB
- ==> Running `brew cleanup autoconf`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for jq: oniguruma
- ==> Installing jq dependency: oniguruma
- ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/manifests/6.9.9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35140c4d3995b75388bed026ef6d0acbb4d6076047cdcd895bfd996c0c8d6487--oniguruma-6.9.9.bottle_manifest.json
- ==> Pouring oniguruma--6.9.9.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/oniguruma/6.9.9: 14 files, 1.4MB
- ==> Installing jq
- ==> Pouring jq--1.7.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/jq/1.7.1: 19 files, 1.4MB
- ==> Running `brew cleanup jq`...
- ==> Pouring pandoc--3.1.13.arm64_sonoma.bottle.tar.gz
- ==> Caveats
- Bash completion has been installed to:
-   /opt/homebrew/etc/bash_completion.d
- ==> Summary
- 🍺  /opt/homebrew/Cellar/pandoc/3.1.13: 10 files, 256MB
- ==> Running `brew cleanup pandoc`...
- ==> Caveats
- ==> pandoc
- Bash completion has been installed to:
-   /opt/homebrew/etc/bash_completion.d
2024-05-10 17:35.32 ---> saved as "6031a9b1651384887f9f069874be168a62ebe7259d1e374c4ef708420615a4ce"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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).
Constructing initial basis...
The following actions will be performed:
  - install conf-pandoc        0.1
  - install ocamlbuild         0.14.3
  - install dune               3.15.2
  - install num                1.5
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-jq            1
  - install conf-which         1
  - 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.15.2
  - install cppo               1.6.9
  - install camlp-streams      5.0.1
  - install topkg              1.0.7
  - install re                 1.11.0
  - install conf-autoconf      0.1
  - install ocamlgraph         2.1.0
  - install parsexp            v0.16.0
  - install yojson             2.1.2
  - 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 stdcompat          19
  - install opam-core          2.1.5
  - 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.5
  - install uucp               15.1.0
  - install odoc               2.4.2
  - install bos                0.2.1
  - install omd                2.0.0~alpha3
===== 43 to install =====


<><> 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-which.1
-> installed conf-jq.1
-> retrieved crunch.3.3.1  (cached)
-> installed conf-autoconf.0.1
-> retrieved cmdliner.1.2.0  (cached)
-> installed conf-pandoc.0.1
-> retrieved alcotest.1.7.0  (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.15.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed ocamlbuild.0.14.3
-> retrieved omd.2.0.0~alpha3  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved opam-core.2.1.5  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> installed num.1.5
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved opam-format.2.1.5  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> retrieved topkg.1.0.7  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stdcompat.19  (cached)
-> retrieved uucp.15.1.0  (cached)
-> retrieved uunf.15.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed ocamlfind.1.9.6
-> installed seq.base
-> 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 dune.3.15.2
-> installed crunch.3.3.1
-> installed cppo.1.6.9
-> installed camlp-streams.5.0.1
-> installed uunf.15.1.0
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed ocaml-syntax-shims.1.0.0
-> installed sexplib0.v0.16.0
-> installed dune-build-info.3.15.2
-> installed re.1.11.0
-> installed opam-file-format.2.1.6
-> installed odoc-parser.2.4.2
-> installed ocamlgraph.2.1.0
-> installed yojson.2.1.2
-> installed alcotest.1.7.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed tyxml.4.6.0
-> installed opam-core.2.1.5
-> installed odoc.2.4.2
-> installed stdcompat.19
-> installed opam-format.2.1.5
-> installed uucp.15.1.0
-> installed omd.2.0.0~alpha3
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 17:36.49 ---> saved as "a5fbb7482eb205a5217f61d19639961c9a7962f809cbab87cf63d40451d4b30e"


/: (copy (src .) (dst ./src))
2024-05-10 17:36.50 ---> saved as "a3d15e06531152e54027b080f40e7874619714e505a644bbcfe6f7ee7968a802"


/: (run (shell "cd ./src && 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 `CK6CMVZ7'.


  [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.006s. 31 tests run.
2024-05-10 17:37.28 ---> saved as "60579d193490f830f685d6630f97867a9247c38728f5c7ddbc5b627d97ac903b"
Job succeeded
2024-05-10 17:37.32: Job succeeded