Build:
  1. 0
2024-08-27 15:46.22: New job: Voodoo prep mesh-graphics.0.9.5; 5b05a5f6c58e7f708a1ff2e9dc440b40
2024-08-27 15:46.22: Waiting for resource in pool OCluster
2024-08-27 18:34.27: Waiting for worker…
2024-08-27 18:51.10: Got resource from pool OCluster
2024-08-27 18:51.10: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.15.3 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy mesh-graphics.0.9.5 ocamlfind.1.9.6 mesh.0.9.5 graphics.5.1.2 dune-configurator.3.15.3 dune.3.15.3 csexp.1.5.2 conf-pkg-config.3 conf-libX11.1 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u mesh-graphics:5b05a5f6c58e7f708a1ff2e9dc440b40,ocamlfind:7acc224f7ea353d15009ff0a0b5ad2c4,mesh:b367d6241d5b84d6aa288768d5af38a8,graphics:f5dd9ba9ca2efb7ae2f648fe42d3f45c,base-bytes:01dae3b68e54fa346967840aa65cd6f9"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.173538') && (for DATA in prep/universes/01dae3b68e54fa346967840aa65cd6f9/base-bytes/base,base-bytes.base-01dae3b68e54fa346967840aa65cd6f9,base-bytes.base prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2,graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c,graphics.5.1.2 prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5,mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8,mesh.0.9.5 prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6,ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4,ocamlfind.1.9.6 prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5,mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/01dae3b68e54fa346967840aa65cd6f9/base-bytes/base,base-bytes.base-01dae3b68e54fa346967840aa65cd6f9,base-bytes.base prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2,graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c,graphics.5.1.2 prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5,mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8,mesh.0.9.5 prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6,ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4,ocamlfind.1.9.6 prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5,mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/01dae3b68e54fa346967840aa65cd6f9/base-bytes/base,base-bytes.base-01dae3b68e54fa346967840aa65cd6f9,base-bytes.base prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2,graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c,graphics.5.1.2 prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5,mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8,mesh.0.9.5 prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6,ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4,ocamlfind.1.9.6 prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5,mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git ea87c49e51ff29a459422419e1688938fd77a46f --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-08-27 18:51.10: RETRYING: 2024-08-27/154622-voodoo-prep-38663d Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  79% (24955/31399)
Updating files:  80% (25120/31399)
Updating files:  81% (25434/31399)
Updating files:  82% (25748/31399)
Updating files:  83% (26062/31399)
Updating files:  84% (26376/31399)
Updating files:  85% (26690/31399)
Updating files:  86% (27004/31399)
Updating files:  87% (27318/31399)
Updating files:  88% (27632/31399)
Updating files:  89% (27946/31399)
Updating files:  90% (28260/31399)
Updating files:  91% (28574/31399)
Updating files:  92% (28888/31399)
Updating files:  93% (29202/31399)
Updating files:  94% (29516/31399)
Updating files:  95% (29830/31399)
Updating files:  96% (30144/31399)
Updating files:  97% (30458/31399)
Updating files:  98% (30772/31399)
Updating files:  99% (31086/31399)
Updating files: 100% (31399/31399)
Updating files: 100% (31399/31399), done.
HEAD is now at ea87c49e51 opam admin add-hashes sha256

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:51.12 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:51.12 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 282 kB in 0s (890 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7325 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18765 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-08-27 18:51.12 ---> using "614ec7772af9d76ed354c2eb70b7b3876f563f1ef6a7a4feb859ebe05e327dc0" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 18:51.12 ---> using "ceca5acc4e202d7b9cfcea94f9c2adea7ed720e26117286981a925f91c4d2338" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-08-27 18:51.12 ---> using "9a45712bf2660a9bc4b6657d5bcd781f9f0cae0573fdd83f035b20b3cbb42f72" from cache
2024-08-27 18:51.12 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:51.12 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:51.12 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-08-27 18:51.12 ---> using "e3f5da4bc36aaf6b25c398ac7eec585bac7e6c1717598971e405e46f7521bd10" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-08-27 18:51.14 ---> using "76445690704b2bf586c0ed1f678c2348c9afd155776c96fef45f1125d6cc781f" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-08-27 18:51.14 ---> using "28b0dfb2621794d58e9e8e1f5e3170405569e61ba1bcb074568ba7edf0cf6b28" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && 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 development 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-08-27 18:51.14 ---> using "827031e055bd9f48112ff5eefdf127865f52e0bfb01e4c251088f8c2ec689154" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.1 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-08-27 18:51.14 ---> using "fb1a3abec452cf6374ce9d624124bddf426b80006cf36b87c1c0b1519b56e323" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-08-27 18:51.14 ---> using "060d6a304d9580bc9ea42fbae54103e3292d55f210f96811b5beacf6aef2d66d" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.15.3 ocamlfind.1.9.6"))
The following actions will be performed:
  - recompile ocaml-options-vanilla 1      [upstream or system changes]
  - recompile ocaml-base-compiler   5.1.1* [upstream or system changes]
  - recompile ocaml-config          3      [uses ocaml-base-compiler]
  - recompile ocaml                 5.1.1  [uses ocaml-base-compiler]
  - install   ocamlfind             1.9.6
  - install   dune                  3.15.3
  - recompile opam-depext           1.2.3  [uses ocaml]
  - recompile base-domains          base   [uses ocaml]
  - recompile base-nnp              base   [uses base-domains]
===== 2 to install | 7 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> retrieved dune.3.15.3  (cached)
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.1.1
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.1.1
-> installed ocaml-base-compiler.5.1.1
-> installed ocaml-config.3
-> installed ocaml.5.1.1
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
-> installed ocamlfind.1.9.6
-> installed dune.3.15.3
Done.

<><> opam-depext.1.2.3 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-08-27 18:51.14 ---> using "88854e94dd3c382d09b86aa3daa48ea19a4bc10333966bb24a7a6c0a4cfc92b7" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy mesh-graphics.0.9.5 ocamlfind.1.9.6 mesh.0.9.5 graphics.5.1.2 dune-configurator.3.15.3 dune.3.15.3 csexp.1.5.2 conf-pkg-config.3 conf-libX11.1 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 282 kB in 0s (988 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libx11-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.15.3).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install   csexp             1.5.2
  - install   conf-pkg-config   3
  - install   dune-configurator 3.15.3
  - install   conf-libX11       1
  - install   graphics          5.1.2
  - recompile ocamlfind         1.9.6
  - install   base-bytes        base
  - install   mesh              0.9.5
  - install   mesh-graphics     0.9.5
===== 8 to install | 1 to recompile =====

The following system packages will first need to be installed:
    pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18765 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  4/28:
Processing  5/28:
Processing  6/28:
Processing  7/28: [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing  8/28: [mesh.0.9.5: http] [conf-pkg-config: pkg-config]
Processing  9/28: [mesh.0.9.5: http] [conf-pkg-config: pkg-config] [csexp: dune build]
-> retrieved dune-configurator.3.15.3  (cached)
Processing 10/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [conf-pkg-config: pkg-config] [csexp: dune build]
-> retrieved graphics.5.1.2  (cached)
Processing 11/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [conf-pkg-config: pkg-config] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 11/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 12/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [csexp: dune build]
Processing 13/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [conf-libX11: pkg-config x11] [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 13/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [conf-libX11: pkg-config x11]
-> installed csexp.1.5.2
Processing 14/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [conf-libX11: pkg-config x11]
Processing 15/28: [mesh.0.9.5: http] [mesh-graphics.0.9.5: http] [conf-libX11: pkg-config x11] [dune-configurator: rm]
Processing 15/28: [mesh-graphics.0.9.5: http] [conf-libX11: pkg-config x11] [dune-configurator: rm]
-> retrieved ocamlfind.1.9.6  (cached)
-> removed   ocamlfind.1.9.6
Processing 16/28: [mesh-graphics.0.9.5: http] [conf-libX11: pkg-config x11] [dune-configurator: rm]
Processing 16/28: [conf-libX11: pkg-config x11] [dune-configurator: rm]
-> compiled  conf-libX11.1
Processing 16/28: [dune-configurator: rm]
-> installed conf-libX11.1
Processing 17/28: [dune-configurator: rm]
-> retrieved mesh.0.9.5  (https://github.com/Chris00/mesh/releases/download/0.9.5/mesh-0.9.5.tbz)
Processing 17/28: [dune-configurator: dune build]
-> retrieved mesh-graphics.0.9.5  (https://github.com/Chris00/mesh/releases/download/0.9.5/mesh-0.9.5.tbz)
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.15.3)
-> compiled  dune-configurator.3.15.3
-> installed dune-configurator.3.15.3
Processing 19/28: [graphics: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "graphics" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/graphics.5.1.2)
-> compiled  graphics.5.1.2
-> installed graphics.5.1.2
[ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch
Processing 21/28: [ocamlfind: patch]
Processing 21/28: [ocamlfind: ./configure]
+ /home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/./configure "-bindir" "/home/opam/.opam/5.1/bin" "-sitelib" "/home/opam/.opam/5.1/lib" "-mandir" "/home/opam/.opam/5.1/man" "-config" "/home/opam/.opam/5.1/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6)
- Welcome to findlib version 1.9.6
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: package already present
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/5.1/lib/ocaml
-     Binaries:              /home/opam/.opam/5.1/bin
-     Manual pages:          /home/opam/.opam/5.1/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/5.1/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/5.1/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/5.1/bin
-     Manual pages:          /home/opam/.opam/5.1/man
-     topfind script:        /home/opam/.opam/5.1/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 21/28: [ocamlfind: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/5.1/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.1/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/5.1/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/bin/make all-config
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/5.1/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.1/lib/ocaml:/home/opam/.opam/5.1/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
Processing 21/28: [ocamlfind: make opt]
+ /usr/bin/make "opt" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
-> compiled  ocamlfind.1.9.6
Processing 22/28: [ocamlfind: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/5.1/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.1/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/5.1/bin"
- install -d "/home/opam/.opam/5.1/man"
- /usr/bin/make install-config
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "`dirname \"/home/opam/.opam/5.1/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/5.1/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/5.1/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
- for p in findlib; do ( cd src/$p; /usr/bin/make install ); done
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- install -d "/home/opam/.opam/5.1/lib/findlib"
- install -d "/home/opam/.opam/5.1/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/5.1/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/home/opam/.opam/5.1/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- install -c $files "/home/opam/.opam/5.1/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/5.1/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/5.1/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/5.1/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/5.1/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/bin/make install-meta
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
- for x in bytes ; do install -d "/home/opam/.opam/5.1/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/5.1/lib/$x/META.tmp" && mv "/home/opam/.opam/5.1/lib/$x/META.tmp" "/home/opam/.opam/5.1/lib/$x/META"; done
- install -d "/home/opam/.opam/5.1/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/5.1/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/bin/make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/5.1/bin"
- /usr/bin/make install-doc
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "/home/opam/.opam/5.1/man/man1" "/home/opam/.opam/5.1/man/man3" "/home/opam/.opam/5.1/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.1/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/5.1/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6'
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
Processing 25/28: [mesh: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "mesh" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/mesh.0.9.5)
-> compiled  mesh.0.9.5
-> installed mesh.0.9.5
Processing 27/28: [mesh-graphics: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "mesh-graphics" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/mesh-graphics.0.9.5)
-> compiled  mesh-graphics.0.9.5
-> installed mesh-graphics.0.9.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 18:53.03 ---> saved as "aa23a2077c6e5158c66b7c59597b5e8c143c68f64577f8781d3147805c7dae79"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mesh-graphics:5b05a5f6c58e7f708a1ff2e9dc440b40,ocamlfind:7acc224f7ea353d15009ff0a0b5ad2c4,mesh:b367d6241d5b84d6aa288768d5af38a8,graphics:f5dd9ba9ca2efb7ae2f648fe42d3f45c,base-bytes:01dae3b68e54fa346967840aa65cd6f9"))
2024-08-27 18:53.04 ---> saved as "25eff6d40d8ce9ebe8a37414e49a96f2488e537f4e12053c8d62893b07695f99"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.173538') && (for DATA in prep/universes/01dae3b68e54fa346967840aa65cd6f9/base-bytes/base,base-bytes.base-01dae3b68e54fa346967840aa65cd6f9,base-bytes.base prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2,graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c,graphics.5.1.2 prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5,mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8,mesh.0.9.5 prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6,ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4,ocamlfind.1.9.6 prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5,mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/01dae3b68e54fa346967840aa65cd6f9/base-bytes/base,base-bytes.base-01dae3b68e54fa346967840aa65cd6f9,base-bytes.base prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2,graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c,graphics.5.1.2 prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5,mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8,mesh.0.9.5 prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6,ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4,ocamlfind.1.9.6 prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5,mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/01dae3b68e54fa346967840aa65cd6f9/base-bytes/base,base-bytes.base-01dae3b68e54fa346967840aa65cd6f9,base-bytes.base prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2,graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c,graphics.5.1.2 prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5,mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8,mesh.0.9.5 prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6,ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4,ocamlfind.1.9.6 prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5,mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.173538
prep/universes/01dae3b68e54fa346967840aa65cd6f9/base-bytes/base/opam
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/doc/
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/doc/graphics/
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/doc/graphics/CHANGES.md
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/doc/graphics/LICENSE
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/doc/graphics/README.md
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/graphics.ocamlobjinfo
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/META
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/dune-package
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/graphics.cmi
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/graphics.cmt
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/graphics.cmti
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/graphicsX11.cmi
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/graphicsX11.cmt
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/lib/graphics/graphicsX11.cmti
prep/universes/f5dd9ba9ca2efb7ae2f648fe42d3f45c/graphics/5.1.2/opam
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/doc/
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/doc/mesh/
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/doc/mesh/CHANGES.md
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/doc/mesh/LICENSE.md
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/doc/mesh/README.md
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh.ocamlobjinfo
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/META
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/dune-package
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh.cmi
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh.cmt
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh.cmti
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__.cmi
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__.cmt
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__MeshC.cmi
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__MeshC.cmt
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__MeshF.cmi
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__MeshF.cmt
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__Mesh_common.cmi
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/lib/mesh/mesh__Mesh_common.cmt
prep/universes/b367d6241d5b84d6aa288768d5af38a8/mesh/0.9.5/opam
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/bytes/
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/bytes/META
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/findlib.ocamlobjinfo
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/findlib_dynload.ocamlobjinfo
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/findlib_top.ocamlobjinfo
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/META
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/findlib.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/findlib_config.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_args.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_dynload.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_lint.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_meta.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_metascanner.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_metatoken.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_package_base.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_split.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/fl_topo.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/ocaml_args.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/lib/findlib/topfind.cmi
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/man/
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/man/man5/
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/man/man5/META.5
prep/universes/7acc224f7ea353d15009ff0a0b5ad2c4/ocamlfind/1.9.6/opam
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/doc/
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/doc/mesh-graphics/
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/doc/mesh-graphics/CHANGES.md
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/doc/mesh-graphics/LICENSE.md
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/doc/mesh-graphics/README.md
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.ocamlobjinfo
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/META
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/dune-package
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.cmi
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.cmt
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.cmti
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__.cmi
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__.cmt
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsC.cmi
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsC.cmt
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsF.cmi
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsF.cmt
prep/universes/5b05a5f6c58e7f708a1ff2e9dc440b40/mesh-graphics/0.9.5/opam
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
HASHES:base-bytes.base-01dae3b68e54fa346967840aa65cd6f9:f945d26373fec2693e9951ed55228555b8a1c6fd018949f1b0d67cfe56e05e91
HASHES:graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c:abedd2f51a0307e23bce7c15b4ca6b3315ae676515cafd4b1302340fe4eb30a8
HASHES:mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8:a585b13bc6c3b415d8801ae98bf149af4c844d4f729ea0865feff80bf6e0f648
HASHES:ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4:25576ddc83db21cae101a0efc6ddb8c649757363641c2c2dd913b1f7d9767113
HASHES:mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40:bc567abda2c7aa18d7a5dd1558c901a7ce056923c16a4cb172c5ef11d994b482
2024-08-27 18:53.08 ---> saved as "ec60c02accba37775aa64c7514872507c28c1c53044afbb586224eb56772b32f"
Job succeeded
2024-08-27 18:53.15: mesh-graphics.0.9.5-5b05a5f6c58e7f708a1ff2e9dc440b40 -> bc567abda2c7aa18d7a5dd1558c901a7ce056923c16a4cb172c5ef11d994b482
2024-08-27 18:53.15: ocamlfind.1.9.6-7acc224f7ea353d15009ff0a0b5ad2c4 -> 25576ddc83db21cae101a0efc6ddb8c649757363641c2c2dd913b1f7d9767113
2024-08-27 18:53.15: mesh.0.9.5-b367d6241d5b84d6aa288768d5af38a8 -> a585b13bc6c3b415d8801ae98bf149af4c844d4f729ea0865feff80bf6e0f648
2024-08-27 18:53.15: graphics.5.1.2-f5dd9ba9ca2efb7ae2f648fe42d3f45c -> abedd2f51a0307e23bce7c15b4ca6b3315ae676515cafd4b1302340fe4eb30a8
2024-08-27 18:53.15: base-bytes.base-01dae3b68e54fa346967840aa65cd6f9 -> f945d26373fec2693e9951ed55228555b8a1c6fd018949f1b0d67cfe56e05e91
2024-08-27 18:53.15: Job succeeded