Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep mesh-display.0.8.9; f198ff54b0b1f489f3cdc219151a2b7e
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:11.59: Waiting for worker…
2024-09-12 20:11.59: Got resource from pool OCluster
2024-09-12 20:11.59: Using cache hint "docs-universe-prep-4.11.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
         (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-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
 (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.16.0 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-display.0.8.9 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 mesh.0.8.9 jbuilder.1.0+beta20.2 graphics.5.1.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 configurator.v0.11.0 conf-pkg-config.3 conf-libX11.1 base-bytes.base base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u mesh-display:f198ff54b0b1f489f3cdc219151a2b7e,ocamlfind:e2d51f369168eed2d45e62255d2b8921,mesh:f77592fb9bd95af34273dfe135c964db,graphics:4a04e6b60f1a1b99d88da4c7e8390c35,base-bytes:2b40139a8fc1fe17a280cc92af25f559"))
 (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.428272') && (for DATA in prep/universes/2b40139a8fc1fe17a280cc92af25f559/base-bytes/base,base-bytes.base-2b40139a8fc1fe17a280cc92af25f559,base-bytes.base prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2,graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35,graphics.5.1.2 prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9,mesh.0.8.9-f77592fb9bd95af34273dfe135c964db,mesh.0.8.9 prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6,ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921,ocamlfind.1.9.6 prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9,mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e,mesh-display.0.8.9; 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/2b40139a8fc1fe17a280cc92af25f559/base-bytes/base,base-bytes.base-2b40139a8fc1fe17a280cc92af25f559,base-bytes.base prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2,graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35,graphics.5.1.2 prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9,mesh.0.8.9-f77592fb9bd95af34273dfe135c964db,mesh.0.8.9 prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6,ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921,ocamlfind.1.9.6 prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9,mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e,mesh-display.0.8.9; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2b40139a8fc1fe17a280cc92af25f559/base-bytes/base,base-bytes.base-2b40139a8fc1fe17a280cc92af25f559,base-bytes.base prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2,graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35,graphics.5.1.2 prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9,mesh.0.8.9-f77592fb9bd95af34273dfe135c964db,mesh.0.8.9 prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6,ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921,ocamlfind.1.9.6 prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9,mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e,mesh-display.0.8.9; 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 c51be289ddd662f5818b1250ca2f6eb519f0268f --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.11.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:11.59: RETRYING: 2024-09-12/083554-voodoo-prep-4c3744 Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  80% (25467/31551)
Updating files:  81% (25557/31551)
Updating files:  82% (25872/31551)
Updating files:  83% (26188/31551)
Updating files:  84% (26503/31551)
Updating files:  85% (26819/31551)
Updating files:  86% (27134/31551)
Updating files:  87% (27450/31551)
Updating files:  88% (27765/31551)
Updating files:  89% (28081/31551)
Updating files:  90% (28396/31551)
Updating files:  91% (28712/31551)
Updating files:  92% (29027/31551)
Updating files:  93% (29343/31551)
Updating files:  94% (29658/31551)
Updating files:  95% (29974/31551)
Updating files:  96% (30289/31551)
Updating files:  97% (30605/31551)
Updating files:  98% (30920/31551)
Updating files:  99% (31236/31551)
Updating files: 100% (31551/31551)
Updating files: 100% (31551/31551), done.
HEAD is now at c51be289dd Update Cygwin library depexts

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
2024-09-12 20:04.44 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:04.44 ---> using "0093d7b4c20be4dd707452f439cd49ab24236fab760f7f266c01bc0ee6cd14a1" 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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1100 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 (16.7 MB/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 ... 18733 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+deb12u8) ...
2024-09-12 20:04.44 ---> using "dfd4b37791106907970385fe62a1efa30f393e29bb49557aec08d4939964d28f" 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 jsonm.1.0.2
-> installed fpath.0.7.3
-> 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-09-12 20:04.44 ---> using "d65d5ed31040ffe11d9e2a12be532dfa11793930e7d989b6ba3e87a4792f8a37" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:04.44 ---> using "452314a0c194f85e51fffeb6293563780c98a1438fdc31741df4823e584ee9f9" from cache
2024-09-12 20:04.44 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
2024-09-12 20:04.44 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:04.44 ---> using "0093d7b4c20be4dd707452f439cd49ab24236fab760f7f266c01bc0ee6cd14a1" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:04.44 ---> using "2b0453ff944b8fee0761ccc2c65a37945587669066061243f0221d51360f5a60" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:04.45 ---> using "2b0a13488a9d34a027df9d7db6cfb28847e60bedea836b070a8f9b4d43129dff" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:04.45 ---> using "58433e81b0fe6f01951862a85078f049de5a3da63fac87a1ff7de52bbebcc07f" 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-09-12 20:05.44 ---> saved as "8e15d857604b81588f3d0cca5c971e7df93a1606f7a6971c6ec4d9017ce6f595"

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

2024-09-12 20:06.09 ---> saved as "39df0c85071c28ccd75956fff88429e7f19309ee47927b2f321ed1426d41dde2"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:06.09 ---> saved as "c995242363d2a1882fd4e7f1b5f565a6f17f6a3a7624216c299cf0abe2232895"

/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.16.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:06.57 ---> saved as "f6c557705fc45951d503e24b6ad0cc4ece2db265097c1904d7741ad409b3117f"

/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-display.0.8.9 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 mesh.0.8.9 jbuilder.1.0+beta20.2 graphics.5.1.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 configurator.v0.11.0 conf-pkg-config.3 conf-libX11.1 base-bytes.base base.v0.13.2 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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1098 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.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

<><> Carrying on to "opam depext -viy mesh-display.0.8.9 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 mesh.0.8.9 jbuilder.1.0+beta20.2 graphics.5.1.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 configurator.v0.11.0 conf-pkg-config.3 conf-libX11.1 base-bytes.base base.v0.13.2" 

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.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install   jbuilder          1.0+beta20.2
  - install   csexp             1.5.2
  - install   conf-pkg-config   3
  - install   sexplib0          v0.13.0
  - install   dune-configurator 3.16.0
  - install   conf-libX11       1
  - install   base              v0.13.2
  - install   graphics          5.1.2
  - install   stdio             v0.13.0
  - recompile ocamlfind         1.9.6
  - install   configurator      v0.11.0
  - install   base-bytes        base
  - install   mesh              0.8.9
  - install   mesh-display      0.8.9
===== 13 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 ... 18733 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+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/43:
Processing  2/43:
Processing  3/43:
Processing  4/43:
Processing  5/43:
Processing  6/43:
Processing  7/43: [conf-pkg-config: pkg-config]
-> retrieved base.v0.13.2  (cached)
Processing  8/43: [conf-pkg-config: pkg-config]
-> retrieved configurator.v0.11.0  (cached)
Processing  9/43: [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 10/43: [conf-pkg-config: pkg-config]
Processing 11/43: [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/43: [csexp: dune build]
-> installed conf-pkg-config.3
Processing 12/43: [csexp: dune build]
Processing 13/43: [conf-libX11: pkg-config x11] [csexp: dune build]
-> retrieved graphics.5.1.2  (cached)
Processing 14/43: [mesh.0.8.9: http] [conf-libX11: pkg-config x11] [csexp: dune build]
-> compiled  conf-libX11.1
Processing 14/43: [mesh.0.8.9: http] [csexp: dune build]
-> installed conf-libX11.1
Processing 15/43: [mesh.0.8.9: http] [csexp: dune build]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 16/43: [mesh.0.8.9: http] [mesh-display.0.8.9: http] [csexp: dune build]
Processing 17/43: [mesh.0.8.9: http] [mesh-display.0.8.9: http] [csexp: dune build] [jbuilder: ocaml configure.ml]
-> compiled  csexp.1.5.2
Processing 17/43: [mesh.0.8.9: http] [mesh-display.0.8.9: http] [jbuilder: ocaml configure.ml]
-> installed csexp.1.5.2
Processing 18/43: [mesh.0.8.9: http] [mesh-display.0.8.9: http] [jbuilder: ocaml configure.ml]
Processing 18/43: [mesh.0.8.9: http] [mesh-display.0.8.9: http] [jbuilder: ocaml bootstrap.ml]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 19/43: [mesh.0.8.9: http] [mesh-display.0.8.9: http] [jbuilder: ocaml bootstrap.ml]
Processing 20/43: [mesh.0.8.9: http] [mesh-display.0.8.9: http] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
Processing 20/43: [mesh-display.0.8.9: http] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
Processing 20/43: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved ocamlfind.1.9.6  (cached)
-> removed   ocamlfind.1.9.6
Processing 21/43: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
Processing 22/43: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved mesh.0.8.9  (https://github.com/Chris00/mesh/releases/download/0.8.9/mesh-0.8.9.tbz)
Processing 23/43: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved mesh-display.0.8.9  (https://github.com/Chris00/mesh/releases/download/0.8.9/mesh-0.8.9.tbz)
-> retrieved sexplib0.v0.13.0  (cached)
Processing 24/43: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [sexplib0: dune build]
Processing 24/43: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [sexplib0: dune build]
-> retrieved stdio.v0.13.0  (cached)
-> compiled  sexplib0.v0.13.0
Processing 24/43: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> installed sexplib0.v0.13.0
Processing 25/43: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> compiled  dune-configurator.3.16.0
Processing 25/43: [jbuilder: ocaml bootstrap.ml]
-> installed dune-configurator.3.16.0
Processing 26/43: [jbuilder: ocaml bootstrap.ml]
Processing 27/43: [base: dune build] [jbuilder: ocaml bootstrap.ml]
Processing 28/43: [base: dune build] [graphics: dune build] [jbuilder: ocaml bootstrap.ml]
-> compiled  graphics.5.1.2
Processing 28/43: [base: dune build] [jbuilder: ocaml bootstrap.ml]
-> installed graphics.5.1.2
Processing 29/43: [base: dune build] [jbuilder: ocaml bootstrap.ml]
[ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch
Processing 30/43: [base: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlfind: patch]
Processing 30/43: [base: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
- '/home/opam/.opam/4.11/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.11/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
- File "src/stdune/caml/result.ml", line 4, characters 7-17:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/stdune/caml/result.mli", line 6, characters 7-17:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/stdune/pp.ml", line 98, characters 7-18:
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/stdune/pp.ml", line 100, characters 7-19:
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "src/stdune/pp.ml", line 103, characters 18-48:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/stdune/pp.ml", line 105, characters 6-36:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/stdune/io.ml", line 1, characters 11-21:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/usexp/usexp.ml", line 209, characters 15-52:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/usexp/usexp.ml", line 210, characters 2-39:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/colors.ml", line 105, characters 18-48:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/colors.ml", line 107, characters 6-36:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
Processing 30/43: [base: dune build] [jbuilder: ./boot.exe 39] [ocamlfind: ./configure]
- 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...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: found
- threads: found (in +threads)
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- 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/4.11/lib/ocaml
-     Binaries:              /home/opam/.opam/4.11/bin
-     Manual pages:          /home/opam/.opam/4.11/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.11/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.11/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.11/bin
-     Manual pages:          /home/opam/.opam/4.11/man
-     topfind script:        /home/opam/.opam/4.11/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 30/43: [base: dune build] [jbuilder: ./boot.exe 39] [ocamlfind: make all]
- for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.11/.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/4.11/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.11/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
- 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
- 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
- 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
- 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/4.11/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/4.11/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/bin/make all-config
- make[1]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlfind.1.9.6'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.11/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/4.11/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/4.11/.opam-switch/build/ocamlfind.1.9.6'
Processing 30/43: [base: dune build] [jbuilder: ./boot.exe 39] [ocamlfind: make opt]
- for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.11/.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
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- 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
- 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 "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- 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/4.11/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
-> compiled  ocamlfind.1.9.6
Processing 30/43: [base: dune build] [jbuilder: ./boot.exe 39]
Processing 31/43: [base: dune build] [jbuilder: ./boot.exe 39] [ocamlfind: make install]
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.11/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.11/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/4.11/bin"
- install -d "/home/opam/.opam/4.11/man"
- /usr/bin/make install-config
- make[1]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlfind.1.9.6'
- install -d "`dirname \"/home/opam/.opam/4.11/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.11/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.11/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.11/.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/4.11/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- install -d "/home/opam/.opam/4.11/lib/findlib"
- install -d "/home/opam/.opam/4.11/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.11/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.11/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/4.11/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.11/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.11/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.11/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.11/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/bin/make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlfind.1.9.6'
- for x in bigarray bytes compiler-libs dynlink ocamldoc raw_spacetime stdlib str threads unix ; do install -d "/home/opam/.opam/4.11/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.11/lib/$x/META.tmp" && mv "/home/opam/.opam/4.11/lib/$x/META.tmp" "/home/opam/.opam/4.11/lib/$x/META"; done
- install -d "/home/opam/.opam/4.11/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.11/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.11/.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/4.11/bin"
- /usr/bin/make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlfind.1.9.6'
- install -d "/home/opam/.opam/4.11/man/man1" "/home/opam/.opam/4.11/man/man3" "/home/opam/.opam/4.11/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.11/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.11/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlfind.1.9.6'
-> installed ocamlfind.1.9.6
Processing 31/43: [base: dune build] [jbuilder: ./boot.exe 39]
Processing 32/43: [base: dune build] [jbuilder: ./boot.exe 39]
-> installed base-bytes.base
Processing 33/43: [base: dune build] [jbuilder: ./boot.exe 39]
-> compiled  base.v0.13.2
Processing 33/43: [jbuilder: ./boot.exe 39]
-> installed base.v0.13.2
Processing 34/43: [jbuilder: ./boot.exe 39]
Processing 35/43: [jbuilder: ./boot.exe 39] [stdio: dune build]
-> compiled  stdio.v0.13.0
Processing 35/43: [jbuilder: ./boot.exe 39]
-> installed stdio.v0.13.0
Processing 36/43: [jbuilder: ./boot.exe 39]
+ /home/opam/.opam/4.11/.opam-switch/build/jbuilder.1.0+beta20.2/./boot.exe "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/jbuilder.1.0+beta20.2)
-       ocamlc src/stdune/caml/.caml.objs/caml__Result.{cmi,cmti}
- File "src/stdune/caml/result.mli", line 6, characters 7-17:
- 6 |   open Pervasives
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/stdune/caml/.caml.objs/caml__Result.{cmx,o}
- File "src/stdune/caml/result.ml", line 4, characters 7-17:
- 4 |   open Pervasives
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o}
- File "src/stdune/io.ml", line 1, characters 11-21:
- 1 | module P = Pervasives
-                ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o}
- File "src/stdune/pp.ml", line 98, characters 7-18:
- 98 |        pp_open_tag ppf (embed_tag ~opening ~closing);
-             ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/stdune/pp.ml", line 100, characters 7-19:
- 100 |        pp_close_tag ppf ()
-              ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "src/stdune/pp.ml", line 103, characters 18-48:
- 103 |       let funcs = pp_get_formatter_tag_functions ppf () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/stdune/pp.ml", line 105, characters 6-36:
- 105 |       pp_set_formatter_tag_functions ppf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/usexp/.usexp.objs/usexp.{cmx,o}
- File "src/usexp/usexp.ml", line 209, characters 15-52:
- 209 |   let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
-                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/usexp/usexp.ml", line 210, characters 2-39:
- 210 |   Format.pp_set_formatter_tag_functions ppf
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/.jbuilder.objs/jbuilder__Colors.{cmx,o}
- File "src/colors.ml", line 105, characters 18-48:
- 105 |       let funcs = pp_get_formatter_tag_functions ppf () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/colors.ml", line 107, characters 6-36:
- 107 |       pp_set_formatter_tag_functions ppf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-> compiled  jbuilder.1.0+beta20.2
-> installed jbuilder.1.0+beta20.2
Processing 38/43: [configurator: jbuilder build]
+ /home/opam/.opam/4.11/bin/jbuilder "build" "-p" "configurator" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/configurator.v0.11.0)
-       ocamlc src/.configurator.objs/configurator.{cmo,cmt}
- File "src/configurator.ml", line 8, characters 20-35:
- 8 | module Pervasives = Caml.Pervasives
-                         ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/.configurator.objs/configurator.{cmx,o}
- File "src/configurator.ml", line 8, characters 20-35:
- 8 | module Pervasives = Caml.Pervasives
-                         ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  configurator.v0.11.0
-> installed configurator.v0.11.0
Processing 40/43: [mesh: jbuilder build]
+ /home/opam/.opam/4.11/bin/jbuilder "build" "-p" "mesh" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/mesh.0.8.9)
-> compiled  mesh.0.8.9
-> installed mesh.0.8.9
Processing 42/43: [mesh-display: jbuilder build]
+ /home/opam/.opam/4.11/bin/jbuilder "build" "-p" "mesh-display" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/mesh-display.0.8.9)
-> compiled  mesh-display.0.8.9
-> installed mesh-display.0.8.9
Done.

<><> configurator.v0.11.0 installed successfully ><><><><><><><><><><><><><><><>
=> configurator is deprecated. Please use dune-configurator in new code and consider switching to it in existing projects.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:09.38 ---> saved as "95f8d2f4ca9bd0e430d8d9d2eba8ff64e55351818b5f0d2961f97ae4cab1e900"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mesh-display:f198ff54b0b1f489f3cdc219151a2b7e,ocamlfind:e2d51f369168eed2d45e62255d2b8921,mesh:f77592fb9bd95af34273dfe135c964db,graphics:4a04e6b60f1a1b99d88da4c7e8390c35,base-bytes:2b40139a8fc1fe17a280cc92af25f559"))
2024-09-12 20:09.40 ---> saved as "e62532d9ddd05aecd67418870cb37eaf9c21180d2e1c19a8f1d64426f3c88823"

/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.428272') && (for DATA in prep/universes/2b40139a8fc1fe17a280cc92af25f559/base-bytes/base,base-bytes.base-2b40139a8fc1fe17a280cc92af25f559,base-bytes.base prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2,graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35,graphics.5.1.2 prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9,mesh.0.8.9-f77592fb9bd95af34273dfe135c964db,mesh.0.8.9 prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6,ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921,ocamlfind.1.9.6 prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9,mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e,mesh-display.0.8.9; 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/2b40139a8fc1fe17a280cc92af25f559/base-bytes/base,base-bytes.base-2b40139a8fc1fe17a280cc92af25f559,base-bytes.base prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2,graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35,graphics.5.1.2 prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9,mesh.0.8.9-f77592fb9bd95af34273dfe135c964db,mesh.0.8.9 prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6,ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921,ocamlfind.1.9.6 prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9,mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e,mesh-display.0.8.9; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2b40139a8fc1fe17a280cc92af25f559/base-bytes/base,base-bytes.base-2b40139a8fc1fe17a280cc92af25f559,base-bytes.base prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2,graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35,graphics.5.1.2 prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9,mesh.0.8.9-f77592fb9bd95af34273dfe135c964db,mesh.0.8.9 prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6,ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921,ocamlfind.1.9.6 prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9,mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e,mesh-display.0.8.9; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.428272
prep/universes/2b40139a8fc1fe17a280cc92af25f559/base-bytes/base/opam
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/doc/
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/doc/graphics/
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/doc/graphics/CHANGES.md
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/doc/graphics/LICENSE
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/doc/graphics/README.md
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/graphics.ocamlobjinfo
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/META
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/dune-package
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/graphics.cmi
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/graphics.cmt
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/graphics.cmti
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/graphicsX11.cmi
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/graphicsX11.cmt
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/lib/graphics/graphicsX11.cmti
prep/universes/4a04e6b60f1a1b99d88da4c7e8390c35/graphics/5.1.2/opam
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/doc/
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/doc/mesh/
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/doc/mesh/CHANGES.md
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/doc/mesh/LICENSE.md
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/doc/mesh/README.md
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh.ocamlobjinfo
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/META
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh.cmi
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh.cmt
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh.cmti
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__.cmi
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__.cmt
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__MeshC.cmi
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__MeshC.cmt
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__MeshF.cmi
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__MeshF.cmt
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__Mesh_common.cmi
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__Mesh_common.cmt
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__Mesh_utils.cmi
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/lib/mesh/mesh__Mesh_utils.cmt
prep/universes/f77592fb9bd95af34273dfe135c964db/mesh/0.8.9/opam
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/bigarray/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/bigarray/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/bytes/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/bytes/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/compiler-libs/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/compiler-libs/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/dynlink/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/dynlink/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/findlib.ocamlobjinfo
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/findlib_dynload.ocamlobjinfo
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/findlib_top.ocamlobjinfo
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/findlib.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/findlib_config.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_args.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_dynload.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_lint.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_meta.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_metascanner.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_metatoken.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_package_base.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_split.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/fl_topo.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/ocaml_args.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/findlib/topfind.cmi
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/ocamldoc/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/ocamldoc/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/raw_spacetime/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/raw_spacetime/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/stdlib/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/stdlib/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/str/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/str/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/threads/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/threads/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/unix/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/lib/unix/META
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/man/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/man/man5/
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/man/man5/META.5
prep/universes/e2d51f369168eed2d45e62255d2b8921/ocamlfind/1.9.6/opam
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/doc/
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/doc/mesh-display/
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/doc/mesh-display/CHANGES.md
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/doc/mesh-display/LICENSE.md
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/doc/mesh-display/README.md
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display.ocamlobjinfo
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/META
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display.cmi
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display.cmt
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display.cmti
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__.cmi
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__.cmt
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_common.cmi
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_common.cmt
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_displayC.cmi
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_displayC.cmt
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_displayF.cmi
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_displayF.cmt
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_utils.cmi
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/lib/mesh-display/mesh_display__Mesh_utils.cmt
prep/universes/f198ff54b0b1f489f3cdc219151a2b7e/mesh-display/0.8.9/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:base-bytes.base-2b40139a8fc1fe17a280cc92af25f559:3259bc3db8d3aa94e8669cd11808c9b42821478adae40ce433356a5b7ab938e2
HASHES:graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35:f456d19491bd2a6832e73ea2fa2767f431ee3e26892494686d8aaafeac2ac7eb
HASHES:mesh.0.8.9-f77592fb9bd95af34273dfe135c964db:176431a5129d0ce13dc6029e11814e6152c2b1e55a3ec4e5c62c935d2d435a4b
HASHES:ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921:663c7bcd9364d80f2715ce2518416ebb8c8b48aeef951428036799890414e877
HASHES:mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e:af72a18fa8deda6478c7901f597848bf3f87b3e537b7958223044a4eafaf58c7
2024-09-12 20:09.44 ---> saved as "f9477011171c09b2ad20e1e85f803855344bb276743615b5c7316260c93e7faa"
Job succeeded
2024-09-12 20:17.12: mesh-display.0.8.9-f198ff54b0b1f489f3cdc219151a2b7e -> af72a18fa8deda6478c7901f597848bf3f87b3e537b7958223044a4eafaf58c7
2024-09-12 20:17.12: ocamlfind.1.9.6-e2d51f369168eed2d45e62255d2b8921 -> 663c7bcd9364d80f2715ce2518416ebb8c8b48aeef951428036799890414e877
2024-09-12 20:17.12: mesh.0.8.9-f77592fb9bd95af34273dfe135c964db -> 176431a5129d0ce13dc6029e11814e6152c2b1e55a3ec4e5c62c935d2d435a4b
2024-09-12 20:17.12: graphics.5.1.2-4a04e6b60f1a1b99d88da4c7e8390c35 -> f456d19491bd2a6832e73ea2fa2767f431ee3e26892494686d8aaafeac2ac7eb
2024-09-12 20:17.12: base-bytes.base-2b40139a8fc1fe17a280cc92af25f559 -> 3259bc3db8d3aa94e8669cd11808c9b42821478adae40ce433356a5b7ab938e2
2024-09-12 20:17.12: Job succeeded