Build:
  1. 0
2024-01-29 15:17.01: New job: Voodoo prep owl-top.1.1; 2706e293352cf140a4078fbc3a247a0e
2024-01-29 15:17.01: Connecting to build cluster…
2024-01-29 15:17.01: Waiting for resource in pool OCluster
2024-01-29 15:50.51: Waiting for worker…
2024-01-29 15:51.57: Got resource from pool OCluster
2024-01-29 15:51.57: 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:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
         (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:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
 (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.13.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 owl-top.1.1 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 owl-base.1.1 owl.1.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 npy.0.0.9 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.21.1 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-openblas.0.2.1 camlzip.1.11 bigarray-compat.1.1.0 base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u owl-top:2706e293352cf140a4078fbc3a247a0e,owl:4fac1a18e36fd9ce10dc9f1464e13d27,npy:8a50b368f9746239b802b466140170b0"))
 (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.659484') && (for DATA in prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9,npy.0.0.9-8a50b368f9746239b802b466140170b0,npy.0.0.9 prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1,owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27,owl.1.1 prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1,owl-top.1.1-2706e293352cf140a4078fbc3a247a0e,owl-top.1.1; 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/8a50b368f9746239b802b466140170b0/npy/0.0.9,npy.0.0.9-8a50b368f9746239b802b466140170b0,npy.0.0.9 prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1,owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27,owl.1.1 prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1,owl-top.1.1-2706e293352cf140a4078fbc3a247a0e,owl-top.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9,npy.0.0.9-8a50b368f9746239b802b466140170b0,npy.0.0.9 prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1,owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27,owl.1.1 prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1,owl-top.1.1-2706e293352cf140a4078fbc3a247a0e,owl-top.1.1; 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 0a1571099fd83155e0c22d5d989f3be3384bc384 --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-01-29 15:51.57: RETRYING: 2024-01-29/151701-voodoo-prep-524238 Number of retries: 0 (retriable error condition)
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  68% (22377/32647)
Updating files:  69% (22527/32647)
Updating files:  70% (22853/32647)
Updating files:  71% (23180/32647)
Updating files:  72% (23506/32647)
Updating files:  73% (23833/32647)
Updating files:  74% (24159/32647)
Updating files:  75% (24486/32647)
Updating files:  76% (24812/32647)
Updating files:  77% (25139/32647)
Updating files:  78% (25465/32647)
Updating files:  79% (25792/32647)
Updating files:  80% (26118/32647)
Updating files:  81% (26445/32647)
Updating files:  82% (26771/32647)
Updating files:  83% (27098/32647)
Updating files:  84% (27424/32647)
Updating files:  85% (27750/32647)
Updating files:  86% (28077/32647)
Updating files:  87% (28403/32647)
Updating files:  88% (28730/32647)
Updating files:  89% (29056/32647)
Updating files:  90% (29383/32647)
Updating files:  91% (29709/32647)
Updating files:  92% (30036/32647)
Updating files:  93% (30362/32647)
Updating files:  94% (30689/32647)
Updating files:  95% (31015/32647)
Updating files:  96% (31342/32647)
Updating files:  97% (31668/32647)
Updating files:  98% (31995/32647)
Updating files:  99% (32321/32647)
Updating files: 100% (32647/32647)
Updating files: 100% (32647/32647), done.
HEAD is now at 0a1571099f Merge pull request #25076 from dra27/macOS-conf-openblas

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:46.47 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:46.47 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (665 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 (8202 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 ... 18774 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+deb12u3) ...
2024-01-29 15:46.47 ---> using "7ddcb640c38cfbc1e37c67af4fc903b97d27a9281eec29c6dab72128dc188154" 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.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] 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.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.13.0
-> installed stdlib-shims.0.3.0
-> installed bos.0.2.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:46.47 ---> using "8bf85a2e14befffb455249f80f79ced81ee6f25f73d7d1afa334e830fff7f7c9" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 15:46.47 ---> using "c2623afe5b7018242824d3c5839aed49285ce388a16e4a5db95145b8b3b27a8b" from cache
2024-01-29 15:46.47 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:46.47 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:46.47 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 15:46.47 ---> using "83b634d60d015b5a14f94e478741eac47a8ab8180316937577ef8602f960fc56" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 15:46.59 ---> saved as "0705513c145a0012ceb5ffa7938cd9a1b05278243c6cc520469a1d42d3939333"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 15:46.59 ---> saved as "f6979d4e69058aefa6679de7b71f0ba5052e875fa03b1873cf42c9e8c6b91ce4"

/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 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-01-29 15:48.22 ---> saved as "f91cce00c96c874f18b342e287089ced04919dd89302ab4fbf397ac4af330c78"

/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-01-29 15:48.47 ---> saved as "d79db365431806c08f40a065b59f8b7ef5c7747b09912e1b7e0f91be64210722"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 15:48.47 ---> saved as "86f40b0ccfdce2b9ab04e3b8bda22adc7e95da32492b3137d88c01b7061f8154"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:49.30 ---> saved as "8e8cef66912ee719260a2d1543c495c9ea2e07b07c9a29c9b61ef4dc53af3492"

/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 owl-top.1.1 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 owl-base.1.1 owl.1.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 npy.0.0.9 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.21.1 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-openblas.0.2.1 camlzip.1.11 bigarray-compat.1.1.0 base.v0.16.3 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (721 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.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy owl-top.1.1 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 owl-base.1.1 owl.1.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 npy.0.0.9 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.21.1 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-openblas.0.2.1 camlzip.1.11 bigarray-compat.1.1.0 base.v0.16.3" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
liblapacke-dev
libopenblas-dev
pkg-config
zlib1g-dev
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-pkg-config     3
  - install owl-base            1.1
  - install bigarray-compat     1.1.0
  - install conf-openblas       0.2.1
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install conf-zlib           1
  - install dune-configurator   3.13.0
  - install integers            0.7.0
  - install camlzip             1.11
  - install base                v0.16.3
  - install ctypes              0.21.1
  - install npy                 0.0.9
  - install stdio               v0.16.0
  - install owl                 1.1
  - install owl-top             1.1
===== 18 to install =====

The following system packages will first need to be installed:
    liblapacke-dev libopenblas-dev pkg-config zlib1g-dev

<><> 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" "liblapacke-dev" "libopenblas-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libblas3: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 ... 18774 files and directories currently installed.)
- Preparing to unpack .../00-libblas3_3.11.0-2_amd64.deb ...
- Unpacking libblas3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../01-libblas-dev_3.11.0-2_amd64.deb ...
- Unpacking libblas-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../02-libgfortran5_12.2.0-14_amd64.deb ...
- Unpacking libgfortran5:amd64 (12.2.0-14) ...
- Selecting previously unselected package libopenblas0-pthread:amd64.
- Preparing to unpack .../03-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../04-liblapack3_3.11.0-2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libopenblas-pthread-dev:amd64.
- Preparing to unpack .../05-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../06-liblapack-dev_3.11.0-2_amd64.deb ...
- Unpacking liblapack-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libtmglib3:amd64.
- Preparing to unpack .../07-libtmglib3_3.11.0-2_amd64.deb ...
- Unpacking libtmglib3:amd64 (3.11.0-2) ...
- Selecting previously unselected package liblapacke:amd64.
- Preparing to unpack .../08-liblapacke_3.11.0-2_amd64.deb ...
- Unpacking liblapacke:amd64 (3.11.0-2) ...
- Selecting previously unselected package libtmglib-dev:amd64.
- Preparing to unpack .../09-libtmglib-dev_3.11.0-2_amd64.deb ...
- Unpacking libtmglib-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package liblapacke-dev:amd64.
- Preparing to unpack .../10-liblapacke-dev_3.11.0-2_amd64.deb ...
- Unpacking liblapacke-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libopenblas0:amd64.
- Preparing to unpack .../11-libopenblas0_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package libopenblas-dev:amd64.
- Preparing to unpack .../12-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../13-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../14-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../15-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../16-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../17-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libblas3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgfortran5:amd64 (12.2.0-14) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libblas-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- Setting up liblapack3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libtmglib3:amd64 (3.11.0-2) ...
- Setting up liblapack-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
- Setting up liblapacke:amd64 (3.11.0-2) ...
- Setting up libtmglib-dev:amd64 (3.11.0-2) ...
- Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode
- Setting up liblapacke-dev:amd64 (3.11.0-2) ...
- Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/54:
Processing  2/54:
Processing  3/54:
-> retrieved base.v0.16.3  (cached)
Processing  4/54:
Processing  5/54:
Processing  6/54:
Processing  7/54:
Processing  8/54: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config]
Processing  9/54: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 10/54: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
Processing 11/54: [bigarray-compat: dune build] [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
-> retrieved camlzip.1.11  (cached)
Processing 12/54: [bigarray-compat: dune build] [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 13/54: [bigarray-compat: dune build] [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
Processing 14/54: [bigarray-compat: dune build] [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config] [csexp: dune build]
- + printf opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}
Processing 14/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [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 14/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 15/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
Processing 16/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> retrieved ctypes.0.21.1  (cached)
Processing 17/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 18/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> compiled  conf-zlib.1
Processing 18/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
-> installed conf-zlib.1
Processing 19/54: [bigarray-compat: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
Processing 20/54: [bigarray-compat: dune build] [camlzip: make all] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
-> retrieved npy.0.0.9  (cached)
Processing 21/54: [bigarray-compat: dune build] [camlzip: make all] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 22/54: [bigarray-compat: dune build] [camlzip: make all] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
Processing 23/54: [bigarray-compat: dune build] [camlzip: make all] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build] [ocaml-compiler-libs: dune build]
- + cc test.c -lopenblas
-> compiled  conf-openblas.0.2.1
Processing 23/54: [bigarray-compat: dune build] [camlzip: make all] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> installed conf-openblas.0.2.1
Processing 24/54: [bigarray-compat: dune build] [camlzip: make all] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> compiled  csexp.1.5.2
Processing 24/54: [bigarray-compat: dune build] [camlzip: make all] [ocaml-compiler-libs: dune build]
-> installed csexp.1.5.2
Processing 25/54: [bigarray-compat: dune build] [camlzip: make all] [ocaml-compiler-libs: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 25/54: [camlzip: make all] [ocaml-compiler-libs: dune build]
-> installed bigarray-compat.1.1.0
Processing 26/54: [camlzip: make all] [ocaml-compiler-libs: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 27/54: [camlzip: make all] [ocaml-compiler-libs: dune build]
Processing 28/54: [camlzip: make all] [dune-configurator: rm] [ocaml-compiler-libs: dune build]
- ocamlfind ocamlc -g -safe-string -bin-annot -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o  -lz
- ocamlfind ocamlc -g -safe-string -bin-annot -c zlib.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c zlib.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -c zip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c zip.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ocamlfind ocamlc -g -safe-string -bin-annot -c gzip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo  -lz
- ocamlfind ocamlopt -safe-string -c zlib.ml
- ocamlfind ocamlopt -safe-string -c zip.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ocamlfind ocamlopt -safe-string -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx  -lz
- ocamlfind ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa libcamlzip.a
-> compiled  camlzip.1.11
Processing 28/54: [dune-configurator: rm] [ocaml-compiler-libs: dune build]
Processing 29/54: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [camlzip: make install]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 29/54: [dune-configurator: rm] [camlzip: make install]
Processing 29/54: [dune-configurator: dune build] [camlzip: make install]
- cp META-zip META && \
-         ocamlfind install zip META *.cma *.a *.mli *.cmi *.cmti *.cmt gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxs
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxa
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zlib.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.mli
- Installed /home/opam/.opam/5.1/lib/zip/gzip.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.a
- Installed /home/opam/.opam/5.1/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/5.1/lib/zip/zip.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/camlzip/META
-> installed camlzip.1.11
Processing 29/54: [dune-configurator: dune build]
Processing 30/54: [dune-configurator: dune build] [npy: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 31/54: [dune-configurator: dune build] [npy: dune build]
-> compiled  npy.0.0.9
Processing 31/54: [dune-configurator: dune build]
-> installed npy.0.0.9
Processing 32/54: [dune-configurator: dune build]
-> retrieved owl.1.1  (cached)
Processing 33/54: [dune-configurator: dune build]
-> retrieved owl-base.1.1  (cached)
Processing 34/54: [dune-configurator: dune build]
Processing 35/54: [dune-configurator: dune build] [owl-base: dune build]
-> retrieved owl-top.1.1  (cached)
Processing 36/54: [dune-configurator: dune build] [owl-base: dune build]
-> compiled  dune-configurator.3.13.0
Processing 36/54: [owl-base: dune build]
-> installed dune-configurator.3.13.0
Processing 37/54: [owl-base: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 38/54: [owl-base: dune build] [sexplib0: dune build]
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 39/54: [owl-base: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 39/54: [owl-base: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 40/54: [owl-base: dune build] [sexplib0: dune build]
Processing 41/54: [integers: dune build] [owl-base: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.16.0
Processing 41/54: [integers: dune build] [owl-base: dune build]
-> installed sexplib0.v0.16.0
Processing 42/54: [integers: dune build] [owl-base: dune build]
Processing 43/54: [base: dune build] [integers: dune build] [owl-base: dune build]
-> compiled  integers.0.7.0
Processing 43/54: [base: dune build] [owl-base: dune build]
-> installed integers.0.7.0
Processing 44/54: [base: dune build] [owl-base: dune build]
Processing 45/54: [base: dune build] [ctypes: dune build] [owl-base: dune build]
-> compiled  owl-base.1.1
Processing 45/54: [base: dune build] [ctypes: dune build]
-> installed owl-base.1.1
Processing 46/54: [base: dune build] [ctypes: dune build]
Processing 46/54: [base: dune build] [ctypes: dune install]
-> compiled  ctypes.0.21.1
Processing 46/54: [base: dune build]
-> installed ctypes.0.21.1
Processing 47/54: [base: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "base" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/base.v0.16.3)
-> compiled  base.v0.16.3
-> installed base.v0.16.3
Processing 49/54: [stdio: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "stdio" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/stdio.v0.16.0)
-> compiled  stdio.v0.16.0
-> installed stdio.v0.16.0
Processing 51/54: [owl: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "owl" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/owl.1.1)
-> compiled  owl.1.1
-> installed owl.1.1
Processing 53/54: [owl-top: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "owl-top" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/owl-top.1.1)
-> compiled  owl-top.1.1
-> installed owl-top.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:53.32 ---> saved as "8564dc0ada5e8817e95bb577bec4f03195c451b4fc240702a3ca1414b061e449"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u owl-top:2706e293352cf140a4078fbc3a247a0e,owl:4fac1a18e36fd9ce10dc9f1464e13d27,npy:8a50b368f9746239b802b466140170b0"))
2024-01-29 15:53.34 ---> saved as "b33d0fb149fa7889980b4e443415ab68d672c426ec4f1c734d034928dfe7e90c"

/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.659484') && (for DATA in prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9,npy.0.0.9-8a50b368f9746239b802b466140170b0,npy.0.0.9 prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1,owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27,owl.1.1 prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1,owl-top.1.1-2706e293352cf140a4078fbc3a247a0e,owl-top.1.1; 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/8a50b368f9746239b802b466140170b0/npy/0.0.9,npy.0.0.9-8a50b368f9746239b802b466140170b0,npy.0.0.9 prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1,owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27,owl.1.1 prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1,owl-top.1.1-2706e293352cf140a4078fbc3a247a0e,owl-top.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9,npy.0.0.9-8a50b368f9746239b802b466140170b0,npy.0.0.9 prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1,owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27,owl.1.1 prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1,owl-top.1.1-2706e293352cf140a4078fbc3a247a0e,owl-top.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.659484
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/doc/
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/doc/npy/
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/doc/npy/LICENSE
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/doc/npy/README.md
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/npy/
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/npy/npy.ocamlobjinfo
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/npy/META
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/npy/dune-package
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/npy/npy.cmi
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/npy/npy.cmt
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/lib/npy/npy.cmti
prep/universes/8a50b368f9746239b802b466140170b0/npy/0.0.9/opam
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/doc/
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/doc/owl/
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/doc/owl/CHANGES.md
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/doc/owl/LICENSE.md
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/doc/owl/README.md
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl.ocamlobjinfo
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/META
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/dune-package
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_algodiff.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_algodiff.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_algodiff_primal_ops.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_algodiff_primal_ops.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas_basic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas_basic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas_basic.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas_generated.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas_generated.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cblas_generated.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cluster.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_cluster.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_core_types.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_core_types.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dataset.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dataset.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_c.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_c.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_c.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_d.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_d.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_d.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_generic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_generic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_generic.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_intf.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_intf.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_s.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_s.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_s.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_z.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_z.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_matrix_z.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_a.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_a.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_a.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_c.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_c.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_c.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_d.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_d.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_d.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_generic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_generic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_generic.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_intf.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_intf.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_s.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_s.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_s.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_z.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_z.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_dense_ndarray_z.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_distribution.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_distribution.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_distribution.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_distribution_common.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_distribution_common.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_distribution_generic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_distribution_generic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_d.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_d.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_d.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_generic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_generic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_generic.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_s.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_s.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fft_s.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fftpack.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_fftpack.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_lapacke.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_lapacke.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_lapacke.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_lapacke_generated.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_lapacke_generated.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_lapacke_generated.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_c.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_c.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_c.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_d.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_d.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_d.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_generic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_generic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_generic.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_intf.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_intf.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_s.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_s.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_s.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_z.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_z.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_linalg_z.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_maths.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_maths.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_maths.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_maths_special.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_maths_special.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_matrix.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_matrix.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_matrix_check.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_matrix_check.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_matrix_swap.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_matrix_swap.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_contract.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_contract.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_conv.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_conv.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_fma.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_fma.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_maths.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_maths.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_pool.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_pool.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_repeat.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_repeat.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_slide.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_slide.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_sort.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_sort.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_transpose.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_transpose.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_upsampling.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_upsampling.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_utils.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_ndarray_utils.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_neural.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_neural.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_neural_parallel.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_neural_parallel.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_corpus.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_corpus.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_corpus.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_lda.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_lda.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_lda.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_similarity.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_similarity.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_tfidf.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_tfidf.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_tfidf.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_utils.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_utils.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_vocabulary.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_vocabulary.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_nlp_vocabulary.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_optimise.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_optimise.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_regression.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_regression.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_regression_generic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_regression_generic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_regression_generic_sig.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_regression_generic_sig.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_signal.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_signal.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_signal.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_slicing.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_slicing.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_slicing_basic.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_slicing_basic.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_slicing_fancy.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_slicing_fancy.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats.cmti
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_dist.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_dist.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_extend.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_extend.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_prng.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_prng.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_sampler.cmi
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/lib/owl/owl_stats_sampler.cmt
prep/universes/4fac1a18e36fd9ce10dc9f1464e13d27/owl/1.1/opam
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/doc/
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/doc/owl-top/
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/doc/owl-top/CHANGES.md
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/doc/owl-top/LICENSE.md
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/doc/owl-top/README.md
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/owl-top/
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/owl-top/owl_top.ocamlobjinfo
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/owl-top/META
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/owl-top/dune-package
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/owl-top/owl_top.cmi
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/owl-top/owl_top.cmt
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/lib/owl-top/owl_top.cmti
prep/universes/2706e293352cf140a4078fbc3a247a0e/owl-top/1.1/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.
HASHES:npy.0.0.9-8a50b368f9746239b802b466140170b0:4740957afb49b08f391d8c89359b44c829154db9b9a89fd04475a60d34f71d44
HASHES:owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27:4d62bf7ce931b1cbce9bf69085347005866099d6dc34c145004da27fe01207ac
HASHES:owl-top.1.1-2706e293352cf140a4078fbc3a247a0e:6c9592e41000d98d22b4f0b9037fc8140f64c997afdf7bce5b86e5c79f7cdb6d
2024-01-29 15:53.36 ---> saved as "4a8eb3e5bcc22f83af3a0375a5d5d13a23f126963d386c489bd3bb0a9676e208"
Job succeeded
2024-01-29 15:59.09: owl-top.1.1-2706e293352cf140a4078fbc3a247a0e -> 6c9592e41000d98d22b4f0b9037fc8140f64c997afdf7bce5b86e5c79f7cdb6d
2024-01-29 15:59.09: owl.1.1-4fac1a18e36fd9ce10dc9f1464e13d27 -> 4d62bf7ce931b1cbce9bf69085347005866099d6dc34c145004da27fe01207ac
2024-01-29 15:59.09: npy.0.0.9-8a50b368f9746239b802b466140170b0 -> 4740957afb49b08f391d8c89359b44c829154db9b9a89fd04475a60d34f71d44
2024-01-29 15:59.09: Job succeeded