Build:
  1. 0
2024-01-29 15:19.02: New job: Voodoo prep tezos-wasmer.17.3; 143dc6d10fb17468ca1206151de6e561
2024-01-29 15:19.02: Waiting for resource in pool OCluster
2024-01-29 18:48.53: Waiting for worker…
2024-01-29 18:49.17: Got resource from pool OCluster
2024-01-29 18:49.17: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (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.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (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.10.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 tezos-wasmer.17.3 tezos-rust-libs.1.5 stdlib-shims.0.3.0 sexplib0.v0.16.0 result.1.5 ppxlib.0.31.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 lwt.5.7.0 integers.0.7.0 dune-configurator.3.13.0 dune.3.10.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 cppo.1.6.9 conf-rust-2021.1 conf-pkg-config.3 conf-libffi.2.0.0 bigarray-compat.1.1.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u tezos-wasmer:143dc6d10fb17468ca1206151de6e561,tezos-rust-libs:2e1ed124b4e94e7554523cfbd2d110b2,result:bb710841daf43d76bbaeb057cabe6a87,ppx_deriving:e9874a20d0bebb270c1affdc5c18e96b,ctypes-foreign:b34d65168860bc1d6ce884b1dee744e9,ctypes:e4c55bd3a7bba5ae81d23806e8024ce9"))
 (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.061289') && (for DATA in prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1,ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9,ctypes.0.21.1 prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9,ctypes-foreign.0.21.1 prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1,ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b,ppx_deriving.5.2.1 prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5,result.1.5-bb710841daf43d76bbaeb057cabe6a87,result.1.5 prep/universes/2e1ed124b4e94e7554523cfbd2d110b2/tezos-rust-libs/1.5,tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2,tezos-rust-libs.1.5 prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3,tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561,tezos-wasmer.17.3; 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/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1,ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9,ctypes.0.21.1 prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9,ctypes-foreign.0.21.1 prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1,ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b,ppx_deriving.5.2.1 prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5,result.1.5-bb710841daf43d76bbaeb057cabe6a87,result.1.5 prep/universes/2e1ed124b4e94e7554523cfbd2d110b2/tezos-rust-libs/1.5,tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2,tezos-rust-libs.1.5 prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3,tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561,tezos-wasmer.17.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1,ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9,ctypes.0.21.1 prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9,ctypes-foreign.0.21.1 prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1,ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b,ppx_deriving.5.2.1 prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5,result.1.5-bb710841daf43d76bbaeb057cabe6a87,result.1.5 prep/universes/2e1ed124b4e94e7554523cfbd2d110b2/tezos-rust-libs/1.5,tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2,tezos-rust-libs.1.5 prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3,tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561,tezos-wasmer.17.3; 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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:49.17: RETRYING: 2024-01-29/151902-voodoo-prep-b7b2d9 Number of retries: 0 (retriable error condition)
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files:  50% (16476/32633)
Updating files:  51% (16643/32633)
Updating files:  52% (16970/32633)
Updating files:  53% (17296/32633)
Updating files:  54% (17622/32633)
Updating files:  55% (17949/32633)
Updating files:  56% (18275/32633)
Updating files:  57% (18601/32633)
Updating files:  58% (18928/32633)
Updating files:  59% (19254/32633)
Updating files:  60% (19580/32633)
Updating files:  61% (19907/32633)
Updating files:  62% (20233/32633)
Updating files:  63% (20559/32633)
Updating files:  64% (20886/32633)
Updating files:  65% (21212/32633)
Updating files:  66% (21538/32633)
Updating files:  67% (21865/32633)
Updating files:  68% (22191/32633)
Updating files:  69% (22517/32633)
Updating files:  70% (22844/32633)
Updating files:  71% (23170/32633)
Updating files:  72% (23496/32633)
Updating files:  73% (23823/32633)
Updating files:  74% (24149/32633)
Updating files:  75% (24475/32633)
Updating files:  76% (24802/32633)
Updating files:  77% (25128/32633)
Updating files:  78% (25454/32633)
Updating files:  79% (25781/32633)
Updating files:  80% (26107/32633)
Updating files:  81% (26433/32633)
Updating files:  82% (26760/32633)
Updating files:  83% (27086/32633)
Updating files:  84% (27412/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 18:44.19 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:44.19 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" 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 1s (281 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 (5657 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 ... 18743 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 18:44.19 ---> using "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f" 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 bos.0.2.1
-> installed dune.3.13.0
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed re.1.11.0
-> 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 18:44.19 ---> using "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 18:44.19 ---> using "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8" from cache
2024-01-29 18:44.19 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 18:44.19 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:44.19 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:44.19 ---> using "50a061015e57b489daec5893a083c81b93ec0b29b89dbcf9b55da6d4003431c6" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:44.21 ---> using "01aa3de5fbb7da6355a5a3f9fa1564dc626ae86abf688775884c1ab94bb65d0b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:44.21 ---> using "2f80ca12a98e6c8d13b2d4313d2e1042fd6f790370cc08f16159385ad3fc5996" 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 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 18:44.21 ---> using "5080f4d462ceb6f0e8f61edcf012437834ade0821fc592cdddca031349d9cf72" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.14 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 18:44.21 ---> using "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:44.21 ---> using "e11031127d8519055a60a4dd91b72f34724cc3bc999b18218ffd0ca30feb91a0" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.10.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.10.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.10.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.10.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:44.21 ---> using "baadedbb53e8a61a017168cc004a19c728ed8fdd01740e4b0897ea910eea48cc" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy tezos-wasmer.17.3 tezos-rust-libs.1.5 stdlib-shims.0.3.0 sexplib0.v0.16.0 result.1.5 ppxlib.0.31.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 lwt.5.7.0 integers.0.7.0 dune-configurator.3.13.0 dune.3.10.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 cppo.1.6.9 conf-rust-2021.1 conf-pkg-config.3 conf-libffi.2.0.0 bigarray-compat.1.1.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [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 (566 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 tezos-wasmer.17.3 tezos-rust-libs.1.5 stdlib-shims.0.3.0 sexplib0.v0.16.0 result.1.5 ppxlib.0.31.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 lwt.5.7.0 integers.0.7.0 dune-configurator.3.13.0 dune.3.10.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 cppo.1.6.9 conf-rust-2021.1 conf-pkg-config.3 conf-libffi.2.0.0 bigarray-compat.1.1.0 base-bytes.base" 

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:
cargo
libffi-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.10.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-rust-2021      1
  - install cppo                1.6.9
  - install ppx_derivers        1.2.1
  - install conf-pkg-config     3
  - install bigarray-compat     1.1.0
  - install result              1.5
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install base-bytes          base
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install tezos-rust-libs     1.5
  - install conf-libffi         2.0.0
  - install dune-configurator   3.13.0
  - install ocplib-endian       1.2
  - install ppxlib              0.31.0
  - install integers            0.7.0
  - install lwt                 5.7.0
  - install ppx_deriving        5.2.1
  - install ctypes              0.21.1
  - install ctypes-foreign      0.21.1
  - install tezos-wasmer        17.3
===== 22 to install =====

The following system packages will first need to be installed:
    cargo libffi-dev 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" "cargo" "libffi-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpipeline1: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 ... 18743 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6) ...
- Setting up python3.11-minimal (3.11.2-6) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 19072 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (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 ... 19482 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package libhttp-parser2.9:amd64.
- Preparing to unpack .../01-libhttp-parser2.9_2.9.4-5_amd64.deb ...
- Unpacking libhttp-parser2.9:amd64 (2.9.4-5) ...
- Selecting previously unselected package libmbedcrypto7:amd64.
- Preparing to unpack .../02-libmbedcrypto7_2.28.3-1_amd64.deb ...
- Unpacking libmbedcrypto7:amd64 (2.28.3-1) ...
- Selecting previously unselected package libmbedx509-1:amd64.
- Preparing to unpack .../03-libmbedx509-1_2.28.3-1_amd64.deb ...
- Unpacking libmbedx509-1:amd64 (2.28.3-1) ...
- Selecting previously unselected package libmbedtls14:amd64.
- Preparing to unpack .../04-libmbedtls14_2.28.3-1_amd64.deb ...
- Unpacking libmbedtls14:amd64 (2.28.3-1) ...
- Selecting previously unselected package libgit2-1.5:amd64.
- Preparing to unpack .../05-libgit2-1.5_1.5.1+ds-1_amd64.deb ...
- Unpacking libgit2-1.5:amd64 (1.5.1+ds-1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../06-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../07-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../08-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../09-libllvm14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libstd-rust-1.63:amd64.
- Preparing to unpack .../10-libstd-rust-1.63_1.63.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-1.63:amd64 (1.63.0+dfsg1-2) ...
- Selecting previously unselected package libstd-rust-dev:amd64.
- Preparing to unpack .../11-libstd-rust-dev_1.63.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-dev:amd64 (1.63.0+dfsg1-2) ...
- Selecting previously unselected package rustc.
- Preparing to unpack .../12-rustc_1.63.0+dfsg1-2_amd64.deb ...
- Unpacking rustc (1.63.0+dfsg1-2) ...
- Selecting previously unselected package cargo.
- Preparing to unpack .../13-cargo_0.66.0+ds1-1_amd64.deb ...
- Unpacking cargo (0.66.0+ds1-1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../14-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../15-libclang-cpp14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../16-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../17-libnss3_2%3a3.87.1-1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1) ...
- Selecting previously unselected package nss-plugin-pem:amd64.
- Preparing to unpack .../18-nss-plugin-pem_1.0.8+1-1_amd64.deb ...
- Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../19-libcurl3-nss_7.88.1-10+deb12u5_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u5) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../20-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../21-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../22-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../23-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../24-libpfm4_4.13.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../25-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../26-libtinfo-dev_6.4-4_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../27-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../28-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../29-libz3-dev_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../30-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../31-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../32-llvm-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-12) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../33-python3-pkg-resources_66.1.1-1_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../34-python3-pygments_2.14.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.14.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../35-python3-yaml_6.0-3+b2_amd64.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../36-llvm-14-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../37-llvm-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../38-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../39-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../40-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:amd64 (1.5.7-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libpfm4:amd64 (4.13.0-1) ...
- Setting up libmbedcrypto7:amd64 (2.28.3-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up binfmt-support (2.2.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-3) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libhttp-parser2.9:amd64 (2.9.4-5) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up libz3-dev:amd64 (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libmbedx509-1:amd64 (2.28.3-1) ...
- Setting up libmbedtls14:amd64 (2.28.3-1) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libnss3:amd64 (2:3.87.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libllvm14:amd64 (1:14.0.6-12) ...
- Setting up llvm-14-linker-tools (1:14.0.6-12) ...
- Setting up libgit2-1.5:amd64 (1.5.1+ds-1) ...
- Setting up python3-pkg-resources (66.1.1-1) ...
- Setting up libtinfo-dev:amd64 (6.4-4) ...
- Setting up libstd-rust-1.63:amd64 (1.63.0+dfsg1-2) ...
- Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Setting up python3-yaml (6.0-3+b2) ...
- Setting up libstd-rust-dev:amd64 (1.63.0+dfsg1-2) ...
- Setting up python3-pygments (2.14.0+dfsg-1) ...
- Setting up llvm-14-runtime (1:14.0.6-12) ...
- Setting up libclang-cpp14 (1:14.0.6-12) ...
- Setting up rustc (1.63.0+dfsg1-2) ...
- Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u5) ...
- Setting up llvm-14 (1:14.0.6-12) ...
- Setting up llvm-14-tools (1:14.0.6-12) ...
- Setting up cargo (0.66.0+ds1-1) ...
- Setting up llvm-14-dev (1:14.0.6-12) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/66:
Processing  3/66:
Processing  4/66:
Processing  5/66:
Processing  6/66:
Processing  7/66:
Processing  8/66:
Processing  9/66: [conf-pkg-config: pkg-config]
Processing 10/66: [conf-pkg-config: pkg-config] [conf-rust-2021: cargo]
-> installed base-bytes.base
Processing 11/66: [conf-pkg-config: pkg-config] [conf-rust-2021: cargo]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 12/66: [conf-pkg-config: pkg-config] [conf-rust-2021: cargo]
Processing 13/66: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-rust-2021: cargo]
-> retrieved cppo.1.6.9  (cached)
Processing 14/66: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-rust-2021: cargo]
Processing 15/66: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-rust-2021: cargo] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 16/66: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-rust-2021: cargo] [cppo: dune build]
Processing 17/66: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-rust-2021: cargo] [cppo: dune build] [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 17/66: [bigarray-compat: dune build] [conf-rust-2021: cargo] [cppo: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 18/66: [bigarray-compat: dune build] [conf-rust-2021: cargo] [cppo: dune build] [csexp: dune build]
Processing 19/66: [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [conf-rust-2021: cargo] [cppo: dune build] [csexp: dune build]
- cargo 1.65.0
Processing 19/66: [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.21.1  (cached)
Processing 20/66: [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes-foreign.0.21.1  (cached)
Processing 21/66: [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libffi.2.0.0
Processing 21/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
-> installed conf-libffi.2.0.0
Processing 22/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 23/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
-> retrieved lwt.5.7.0  (cached)
Processing 24/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 25/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build]
Processing 26/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocplib-endian.1.2  (cached)
Processing 27/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 28/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
Processing 29/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 30/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 31/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 32/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 33/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 34/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 35/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
Processing 36/66: [bigarray-compat: dune build] [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 36/66: [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed bigarray-compat.1.1.0
Processing 37/66: [conf-rust-2021: rustc 2021] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  csexp.1.5.2
Processing 37/66: [conf-rust-2021: rustc 2021] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 38/66: [conf-rust-2021: rustc 2021] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  conf-rust-2021.1
Processing 38/66: [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed conf-rust-2021.1
Processing 39/66: [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.31.0  (cached)
Processing 40/66: [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 41/66: [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  cppo.1.6.9
Processing 41/66: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed cppo.1.6.9
Processing 42/66: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 43/66: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ocplib-endian: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 43/66: [dune-configurator: rm] [ocplib-endian: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 44/66: [dune-configurator: rm] [ocplib-endian: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 44/66: [dune-configurator: rm] [ocplib-endian: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 45/66: [dune-configurator: rm] [ocplib-endian: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  result.1.5
Processing 45/66: [dune-configurator: rm] [ocplib-endian: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 46/66: [dune-configurator: rm] [ocplib-endian: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  sexplib0.v0.16.0
Processing 46/66: [dune-configurator: rm] [ocplib-endian: dune build] [stdlib-shims: dune build]
-> installed sexplib0.v0.16.0
Processing 47/66: [dune-configurator: rm] [ocplib-endian: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 47/66: [dune-configurator: rm] [ocplib-endian: dune build]
-> installed stdlib-shims.0.3.0
Processing 48/66: [dune-configurator: rm] [ocplib-endian: dune build]
Processing 49/66: [dune-configurator: rm] [integers: dune build] [ocplib-endian: dune build]
Processing 50/66: [dune-configurator: rm] [integers: dune build] [ocplib-endian: dune build] [ppxlib: dune build]
Processing 50/66: [dune-configurator: dune build] [integers: dune build] [ocplib-endian: dune build] [ppxlib: dune build]
-> retrieved tezos-wasmer.17.3  (cached)
-> compiled  ocplib-endian.1.2
Processing 50/66: [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build]
-> installed ocplib-endian.1.2
Processing 51/66: [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build]
-> compiled  integers.0.7.0
Processing 51/66: [dune-configurator: dune build] [ppxlib: dune build]
-> installed integers.0.7.0
Processing 52/66: [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.13.0
Processing 52/66: [ppxlib: dune build]
-> installed dune-configurator.3.13.0
Processing 53/66: [ppxlib: dune build]
Processing 54/66: [ctypes: dune build] [ppxlib: dune build]
Processing 55/66: [ctypes: dune build] [lwt: dune exec] [ppxlib: dune build]
-> retrieved tezos-rust-libs.1.5  (cached)
Processing 56/66: [ctypes: dune build] [lwt: dune exec] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 56/66: [ctypes: dune build] [lwt: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 56/66: [ctypes: dune install] [lwt: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  ctypes.0.21.1
Processing 56/66: [lwt: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ctypes.0.21.1
Processing 57/66: [lwt: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 58/66: [ctypes-foreign: dune build] [lwt: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +A-29 -g -bin-annot -I src/core/.lwt.objs/byte -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/byte/lwt_stream.cmo -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +A-29 -g -I src/core/.lwt.objs/byte -I src/core/.lwt.objs/native -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/native/lwt_stream.cmx -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
-> compiled  lwt.5.7.0
Processing 58/66: [ctypes-foreign: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed lwt.5.7.0
Processing 59/66: [ctypes-foreign: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 59/66: [ctypes-foreign: dune install] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  ctypes-foreign.0.21.1
Processing 59/66: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ctypes-foreign.0.21.1
Processing 60/66: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  ppxlib.0.31.0
Processing 60/66: [tezos-rust-libs: cargo build]
-> installed ppxlib.0.31.0
Processing 61/66: [tezos-rust-libs: cargo build]
Processing 62/66: [ppx_deriving: dune build] [tezos-rust-libs: cargo build]
-> compiled  ppx_deriving.5.2.1
Processing 62/66: [tezos-rust-libs: cargo build]
-> installed ppx_deriving.5.2.1
Processing 63/66: [tezos-rust-libs: cargo build]
+ /usr/bin/cargo "build" "--target-dir" "target-librustzcash" "--release" "--package" "librustzcash" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5)
- warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
- package:   /home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/librustzcash/Cargo.toml
- workspace: /home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/Cargo.toml
-    Compiling libc v0.2.139
-    Compiling cfg-if v1.0.0
-    Compiling version_check v0.9.4
-    Compiling autocfg v1.1.0
-    Compiling proc-macro2 v1.0.50
-    Compiling unicode-ident v1.0.6
-    Compiling quote v1.0.23
-    Compiling syn v1.0.107
-    Compiling typenum v1.16.0
-    Compiling memchr v2.5.0
-    Compiling subtle v2.4.1
-    Compiling once_cell v1.17.0
-    Compiling crossbeam-utils v0.8.14
-    Compiling arrayvec v0.7.2
-    Compiling radium v0.7.0
-    Compiling arrayref v0.3.6
-    Compiling byteorder v1.4.3
-    Compiling constant_time_eq v0.1.5
-    Compiling tap v1.0.1
-    Compiling funty v2.0.0
-    Compiling unicode-xid v0.2.4
-    Compiling scopeguard v1.1.0
-    Compiling ppv-lite86 v0.2.17
-    Compiling serde_derive v1.0.152
-    Compiling cc v1.0.79
-    Compiling cpufeatures v0.2.5
-    Compiling lazy_static v1.4.0
-    Compiling opaque-debug v0.3.0
-    Compiling serde v1.0.152
-    Compiling static_assertions v1.1.0
-    Compiling crunchy v0.2.2
-    Compiling either v1.8.1
-    Compiling log v0.4.17
-    Compiling rayon-core v1.10.2
-    Compiling thiserror v1.0.38
-    Compiling pin-project-lite v0.2.9
-    Compiling hex v0.4.3
-    Compiling toml_datetime v0.5.1
-    Compiling siphasher v0.3.10
-    Compiling itoa v1.0.5
-    Compiling futures-core v0.3.26
-    Compiling nonempty v0.7.0
-    Compiling fnv v1.0.7
-    Compiling bitflags v1.3.2
-    Compiling libm v0.2.6
-    Compiling smallvec v1.10.0
-    Compiling base64ct v1.0.1
-    Compiling tinyvec_macros v0.1.0
-    Compiling parking_lot_core v0.8.6
-    Compiling regex-syntax v0.6.28
-    Compiling block-padding v0.2.1
-    Compiling futures-task v0.3.26
-    Compiling futures-util v0.3.26
-    Compiling metrics v0.17.1
-    Compiling byte-slice-cast v1.2.2
-    Compiling bytes v1.4.0
-    Compiling futures-channel v0.3.26
-    Compiling spin v0.5.2
-    Compiling arrayvec v0.5.2
-    Compiling time-core v0.1.0
-    Compiling untrusted v0.7.1
-    Compiling httparse v1.8.0
-    Compiling overload v0.1.1
-    Compiling try-lock v0.2.4
-    Compiling endian-type v0.1.2
-    Compiling instant v0.1.12
-    Compiling pin-utils v0.1.0
-    Compiling rustc-hex v2.1.0
-    Compiling wyz v0.5.1
-    Compiling nu-ansi-term v0.46.0
-    Compiling tower-service v0.3.2
-    Compiling rand_core v0.5.1
-    Compiling atomic-shim v0.2.0
-    Compiling gimli v0.27.1
-    Compiling time-macros v0.2.6
-    Compiling tracing-core v0.1.30
-    Compiling thread_local v1.1.4
-    Compiling tinyvec v1.6.0
-    Compiling httpdate v1.0.2
-    Compiling anyhow v1.0.68
-    Compiling adler v1.0.2
-    Compiling sketches-ddsketch v0.1.3
-    Compiling ipnet v2.7.1
-    Compiling rustc-demangle v0.1.21
-    Compiling raw-cpuid v10.6.0
-    Compiling bech32 v0.8.1
-    Compiling sharded-slab v0.1.4
-    Compiling miniz_oxide v0.6.2
-    Compiling blake2b_simd v1.0.0
-    Compiling phf_shared v0.11.1
-    Compiling blake2s_simd v1.0.0
-    Compiling memuse v0.2.1
-    Compiling zcash_encoding v0.1.0
-    Compiling nibble_vec v0.1.0
-    Compiling generic-array v0.14.6
-    Compiling ahash v0.7.6
-    Compiling nom v5.1.2
-    Compiling blake2b_simd v0.5.11
-    Compiling memoffset v0.7.1
-    Compiling indexmap v1.9.2
-    Compiling crossbeam-epoch v0.9.13
-    Compiling num-traits v0.2.15
-    Compiling num-integer v0.1.45
-    Compiling num-bigint v0.4.3
-    Compiling lock_api v0.4.9
-    Compiling tokio v1.25.0
-    Compiling phf v0.11.1
-    Compiling radix_trie v0.2.1
-    Compiling uint v0.9.5
-    Compiling http v0.2.8
-    Compiling aho-corasick v0.7.20
-    Compiling object v0.30.3
-    Compiling want v0.3.0
-    Compiling f4jumble v0.1.0
-    Compiling bitvec v1.0.1
-    Compiling nom8 v0.2.0
-    Compiling crossbeam-channel v0.5.6
-    Compiling unicode-normalization v0.1.22
-    Compiling equihash v0.1.0
-    Compiling crossbeam-deque v0.8.2
-    Compiling secp256k1-sys v0.4.2
-    Compiling ring v0.16.20
-    Compiling backtrace v0.3.67
-    Compiling time v0.3.17
-    Compiling http-body v0.4.5
-    Compiling ordered-float v2.10.0
-    Compiling digest v0.9.0
-    Compiling cipher v0.3.0
-    Compiling block-buffer v0.9.0
-    Compiling universal-hash v0.4.1
-    Compiling aead v0.4.3
-    Compiling crypto-mac v0.11.1
-    Compiling crypto-common v0.1.6
-    Compiling block-buffer v0.10.3
-    Compiling poly1305 v0.7.2
-    Compiling sha2 v0.9.9
-    Compiling hmac v0.11.0
-    Compiling getrandom v0.2.8
-    Compiling block-modes v0.8.1
-    Compiling aes v0.7.5
-    Compiling digest v0.10.6
-    Compiling num_cpus v1.15.0
-    Compiling dirs-sys v0.3.7
-    Compiling socket2 v0.4.7
-    Compiling mio v0.8.5
-    Compiling quanta v0.9.3
-    Compiling nix v0.24.3
-    Compiling which v4.4.0
-    Compiling rand_core v0.6.4
-    Compiling regex-automata v0.1.10
-    Compiling regex v1.7.1
-    Compiling dirs v4.0.0
-    Compiling directories v4.0.1
-    Compiling dashmap v4.0.2
-    Compiling ripemd v0.1.3
-    Compiling rand_chacha v0.3.1
-    Compiling parking_lot v0.11.2
-    Compiling bs58 v0.4.0
-    Compiling hashbrown v0.12.3
-    Compiling password-hash v0.3.2
-    Compiling zcash_address v0.1.0
-    Compiling rand v0.8.5
-    Compiling hashbrown v0.11.2
-    Compiling rayon v1.6.1
-    Compiling pbkdf2 v0.9.0
-    Compiling matchers v0.1.0
-    Compiling addr2line v0.19.0
-    Compiling phf_generator v0.11.1
-    Compiling ff v0.12.1
-    Compiling phf_codegen v0.11.1
-    Compiling group v0.12.1
-    Compiling terminfo v0.7.5
-    Compiling pairing v0.22.0
-    Compiling bls12_381 v0.7.1
-    Compiling toml_edit v0.18.1
-    Compiling fpe v0.5.1
-    Compiling pasta_curves v0.4.1
-    Compiling fixed-hash v0.7.0
-    Compiling jubjub v0.9.0
-    Compiling synstructure v0.12.6
-    Compiling halo2_proofs v0.1.0
-    Compiling bellman v0.13.1
-    Compiling secp256k1 v0.21.3
-    Compiling proc-macro-crate v1.3.0
-    Compiling hdwallet v0.3.1
-    Compiling zeroize_derive v1.3.3
-    Compiling thiserror-impl v1.0.38
-    Compiling tracing-attributes v0.1.23
-    Compiling impl-trait-for-tuples v0.2.2
-    Compiling parity-scale-codec-derive v3.1.4
-    Compiling tokio-macros v1.8.2
-    Compiling metrics-macros v0.4.1
-    Compiling gumdrop_derive v0.8.1
-    Compiling zeroize v1.5.7
-    Compiling chacha20 v0.8.2
-    Compiling bip0039 v0.9.0
-    Compiling curve25519-dalek v3.2.0
-    Compiling secrecy v0.8.0
-    Compiling metrics-util v0.10.2
-    Compiling chacha20poly1305 v0.9.1
-    Compiling zcash_note_encryption v0.1.0
-    Compiling gumdrop v0.8.1
-    Compiling tracing v0.1.37
-    Compiling tracing-subscriber v0.3.16
-    Compiling halo2_gadgets v0.1.0
-    Compiling clearscreen v1.0.11
-    Compiling tracing-appender v0.2.2
-    Compiling hyper v0.14.23
-    Compiling metrics-exporter-prometheus v0.6.1
-    Compiling parity-scale-codec v3.3.0
-    Compiling incrementalmerkletree v0.3.0
-    Compiling reddsa v0.3.0
-    Compiling ed25519-zebra v3.1.0
-    Compiling impl-codec v0.6.0
-    Compiling orchard v0.1.0
-    Compiling primitive-types v0.11.1
-    Compiling zcash_history v0.3.0
-    Compiling zcash_primitives v0.6.0
-    Compiling zcash_proofs v0.6.0
-    Compiling librustzcash v0.2.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/librustzcash)
-     Finished release [optimized] target(s) in 1m 57s
+ /usr/bin/cargo "build" "--target-dir" "target-wasmer" "--release" "--package" "wasmer-c-api" "--no-default-features" "--features" "singlepass,cranelift,wat,middlewares,universal" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5)
- warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
- package:   /home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/librustzcash/Cargo.toml
- workspace: /home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/Cargo.toml
-    Compiling proc-macro2 v1.0.50
-    Compiling quote v1.0.23
-    Compiling unicode-ident v1.0.6
-    Compiling syn v1.0.107
-    Compiling libc v0.2.139
-    Compiling autocfg v1.1.0
-    Compiling version_check v0.9.4
-    Compiling cfg-if v1.0.0
-    Compiling serde v1.0.152
-    Compiling serde_derive v1.0.152
-    Compiling once_cell v1.17.0
-    Compiling memchr v2.5.0
-    Compiling fnv v1.0.7
-    Compiling bytecheck v0.6.9
-    Compiling ident_case v1.0.1
-    Compiling cc v1.0.79
-    Compiling rend v0.3.6
-    Compiling rustversion v1.0.11
-    Compiling target-lexicon v0.12.5
-    Compiling thiserror v1.0.38
-    Compiling log v0.4.17
-    Compiling gimli v0.27.1
-    Compiling smallvec v1.10.0
-    Compiling rkyv v0.7.39
-    Compiling adler v1.0.2
-    Compiling rustc-demangle v0.1.21
-    Compiling seahash v4.1.0
-    Compiling more-asserts v0.2.2
-    Compiling scopeguard v1.1.0
-    Compiling wasmparser v0.83.0
-    Compiling crossbeam-utils v0.8.14
-    Compiling lazy_static v1.4.0
-    Compiling crc32fast v1.3.2
-    Compiling leb128 v0.2.5
-    Compiling bitflags v1.3.2
-    Compiling either v1.8.1
-    Compiling cranelift-codegen-shared v0.82.3
-    Compiling pin-project-lite v0.2.9
-    Compiling remove_dir_all v0.5.3
-    Compiling fastrand v1.8.0
-    Compiling unicode-width v0.1.10
-    Compiling fallible-iterator v0.2.0
-    Compiling rayon-core v1.10.2
-    Compiling serde_json v1.0.91
-    Compiling stable_deref_trait v1.2.0
-    Compiling strsim v0.8.0
-    Compiling rustc-hash v1.1.0
-    Compiling cbindgen v0.19.0
-    Compiling vec_map v0.8.2
-    Compiling ansi_term v0.12.1
-    Compiling itoa v1.0.5
-    Compiling ryu v1.0.12
-    Compiling unicode-segmentation v1.10.1
-    Compiling cranelift-entity v0.82.3
-    Compiling byteorder v1.4.3
-    Compiling paste v1.0.11
-    Compiling wasmer-compiler-cranelift v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler-cranelift)
-    Compiling libloading v0.7.4
-    Compiling textwrap v0.11.0
-    Compiling miniz_oxide v0.6.2
-    Compiling tracing-core v0.1.30
-    Compiling cranelift-codegen-meta v0.82.3
-    Compiling wasm-encoder v0.22.0
-    Compiling ahash v0.7.6
-    Compiling proc-macro-error-attr v1.0.4
-    Compiling proc-macro-error v1.0.4
-    Compiling indexmap v1.9.2
-    Compiling corosensei v0.1.3
-    Compiling memoffset v0.6.5
-    Compiling memoffset v0.7.1
-    Compiling crossbeam-epoch v0.9.13
-    Compiling cranelift-bforest v0.82.3
-    Compiling regalloc v0.0.34
-    Compiling heck v0.3.3
-    Compiling crossbeam-channel v0.5.6
-    Compiling object v0.30.3
-    Compiling backtrace v0.3.67
-    Compiling wast v52.0.2
-    Compiling crossbeam-deque v0.8.2
-    Compiling getrandom v0.2.8
-    Compiling memmap2 v0.5.8
-    Compiling region v3.0.0
-    Compiling tempfile v3.3.0
-    Compiling num_cpus v1.15.0
-    Compiling which v4.4.0
-    Compiling atty v0.2.14
-    Compiling clap v2.34.0
-    Compiling hashbrown v0.12.3
-    Compiling hashbrown v0.11.2
-    Compiling rayon v1.6.1
-    Compiling cranelift-codegen v0.82.3
-    Compiling addr2line v0.19.0
-    Compiling wat v1.0.56
-    Compiling darling_core v0.14.2
-    Compiling ptr_meta_derive v0.1.4
-    Compiling bytecheck_derive v0.6.9
-    Compiling rkyv_derive v0.7.39
-    Compiling enum-iterator-derive v0.7.0
-    Compiling loupe-derive v0.1.3
-    Compiling thiserror-impl v1.0.38
-    Compiling tracing-attributes v0.1.23
-    Compiling wasmer-derive v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/derive)
-    Compiling dynasm v1.2.3
-    Compiling ptr_meta v0.1.4
-    Compiling enum-iterator v0.7.0
-    Compiling darling_macro v0.14.2
-    Compiling tracing v0.1.37
-    Compiling darling v0.14.2
-    Compiling enumset_derive v0.6.1
-    Compiling enumset v1.0.12
-    Compiling toml v0.5.11
-    Compiling serde_bytes v0.11.8
-    Compiling bincode v1.3.3
-    Compiling dynasmrt v1.2.3
-    Compiling loupe v0.1.3
-    Compiling object v0.28.4
-    Compiling gimli v0.26.2
-    Compiling wasmer-types v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/types)
-    Compiling wasmer-compiler v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler)
-    Compiling wasmer-artifact v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/artifact)
-    Compiling wasmer-object v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/object)
-    Compiling wasmer-compiler-singlepass v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler-singlepass)
-    Compiling wasmer-vm v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/vm)
-    Compiling wasmer-engine-universal-artifact v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/universal-artifact)
-    Compiling wasmer-c-api v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/c-api)
-    Compiling wasmer-engine v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/engine)
-    Compiling wasmer-engine-dylib v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/engine-dylib)
-    Compiling wasmer-engine-universal v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/engine-universal)
-    Compiling wasmer-engine-staticlib v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/engine-staticlib)
-    Compiling wasmer v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/api)
-    Compiling wasmer-middlewares v2.3.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/middlewares)
-    Compiling cranelift-frontend v0.82.3
-     Finished release [optimized] target(s) in 1m 35s
-> compiled  tezos-rust-libs.1.5
Processing 64/66: [tezos-rust-libs: mkdir]
+ /usr/bin/mkdir "-p" "/home/opam/.opam/4.14/lib/tezos-rust-libs" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5)
+ /usr/bin/mkdir "-p" "/home/opam/.opam/4.14/lib/tezos-rust-libs/rust" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5)
Processing 64/66: [tezos-rust-libs: cp]
+ /usr/bin/cp "librustzcash/include/librustzcash.h" "target-librustzcash/release/librustzcash.a" "wasmer-2.3.0/lib/c-api/wasm.h" "wasmer-2.3.0/lib/c-api/wasmer.h" "target-wasmer/release/libwasmer.a" "/home/opam/.opam/4.14/lib/tezos-rust-libs" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5)
+ /usr/bin/cp "librustzcash/include/rust/types.h" "/home/opam/.opam/4.14/lib/tezos-rust-libs/rust" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.5)
-> installed tezos-rust-libs.1.5
Processing 65/66: [tezos-wasmer: rm vendors]
+ /usr/bin/rm "-r" "vendors" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-wasmer.17.3)
Processing 65/66: [tezos-wasmer: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "tezos-wasmer" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-wasmer.17.3)
-> compiled  tezos-wasmer.17.3
-> installed tezos-wasmer.17.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:50.40 ---> saved as "ff1021be533c28801856d232804aaa9e9371d97548d7d9c1660361342907ec20"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u tezos-wasmer:143dc6d10fb17468ca1206151de6e561,tezos-rust-libs:2e1ed124b4e94e7554523cfbd2d110b2,result:bb710841daf43d76bbaeb057cabe6a87,ppx_deriving:e9874a20d0bebb270c1affdc5c18e96b,ctypes-foreign:b34d65168860bc1d6ce884b1dee744e9,ctypes:e4c55bd3a7bba5ae81d23806e8024ce9"))
2024-01-29 18:50.45 ---> saved as "7c4d081edfcba72626e8324b5641aa3262c8c4110602e9341b2f300ec4f3c4dd"

/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.061289') && (for DATA in prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1,ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9,ctypes.0.21.1 prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9,ctypes-foreign.0.21.1 prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1,ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b,ppx_deriving.5.2.1 prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5,result.1.5-bb710841daf43d76bbaeb057cabe6a87,result.1.5 prep/universes/2e1ed124b4e94e7554523cfbd2d110b2/tezos-rust-libs/1.5,tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2,tezos-rust-libs.1.5 prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3,tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561,tezos-wasmer.17.3; 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/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1,ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9,ctypes.0.21.1 prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9,ctypes-foreign.0.21.1 prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1,ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b,ppx_deriving.5.2.1 prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5,result.1.5-bb710841daf43d76bbaeb057cabe6a87,result.1.5 prep/universes/2e1ed124b4e94e7554523cfbd2d110b2/tezos-rust-libs/1.5,tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2,tezos-rust-libs.1.5 prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3,tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561,tezos-wasmer.17.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1,ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9,ctypes.0.21.1 prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9,ctypes-foreign.0.21.1 prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1,ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b,ppx_deriving.5.2.1 prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5,result.1.5-bb710841daf43d76bbaeb057cabe6a87,result.1.5 prep/universes/2e1ed124b4e94e7554523cfbd2d110b2/tezos-rust-libs/1.5,tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2,tezos-rust-libs.1.5 prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3,tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561,tezos-wasmer.17.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.061289
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/doc/
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/doc/ctypes/
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/doc/ctypes/CHANGES.md
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/doc/ctypes/LICENSE
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/doc/ctypes/README.md
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes.ocamlobjinfo
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/META
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/complexL.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/complexL.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/complexL.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/cstubs_internals.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/cstubs_internals.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/cstubs_internals.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_bigarray.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_bigarray.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_bigarray.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_bigarray_stubs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_bigarray_stubs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_coerce.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_coerce.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_coerce.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_memory.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_memory.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_memory_stubs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_memory_stubs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_primitive_types.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_primitive_types.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_primitive_types.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_primitives.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_primitives.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_ptr.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_ptr.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_roots_stubs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_roots_stubs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_static.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_static.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_static.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_std_view_stubs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_std_view_stubs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_std_views.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_std_views.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_structs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_structs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_structs.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_structs_computed.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_structs_computed.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_structs_computed.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_type_printing.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_type_printing.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_type_printing.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_types.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_types.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_value_printing.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_value_printing.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_value_printing_stubs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/ctypes_value_printing_stubs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/dune-package
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/lDouble.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/lDouble.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/lDouble.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/posixTypes.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/posixTypes.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/posixTypes.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/ctypes_stubs.ocamlobjinfo
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_analysis.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_analysis.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_analysis.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_c_language.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_c_language.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_emit_c.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_emit_c.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_errors.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_errors.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_errors.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_c.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_c.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_c.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_ml.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_ml.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_ml.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_inverted.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_inverted.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_inverted.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_public_name.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_public_name.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_public_name.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_structs.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_structs.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/cstubs_structs.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/ctypes_path.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/ctypes_path.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/stubs/ctypes_path.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top.ocamlobjinfo
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Ctypes_printers.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Ctypes_printers.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Ctypes_printers.cmti
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Install_ctypes_printers.cmi
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Install_ctypes_printers.cmt
prep/universes/e4c55bd3a7bba5ae81d23806e8024ce9/ctypes/0.21.1/opam
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/doc/
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/doc/ctypes-foreign/
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/doc/ctypes-foreign/CHANGES.md
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/doc/ctypes-foreign/LICENSE
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/doc/ctypes-foreign/README.md
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_foreign.ocamlobjinfo
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/.private/
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/.private/ctypes_foreign_threaded_stubs.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/.private/ctypes_foreign_threaded_stubs.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/META
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_closure_properties.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_closure_properties.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_closure_properties.cmti
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi.cmti
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi_stubs.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi_stubs.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_foreign_basis.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_foreign_basis.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_weak_ref.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_weak_ref.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_weak_ref.cmti
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/dl.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/dl.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/dl.cmti
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/dune-package
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/foreign.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/foreign.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/foreign.cmti
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/libffi_abi.cmi
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/libffi_abi.cmt
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/lib/ctypes-foreign/libffi_abi.cmti
prep/universes/b34d65168860bc1d6ce884b1dee744e9/ctypes-foreign/0.21.1/opam
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/doc/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/doc/ppx_deriving/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/doc/ppx_deriving/CHANGELOG.md
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/doc/ppx_deriving/LICENSE.txt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/doc/ppx_deriving/README.md
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/META
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/api/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving_api.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmti
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/create/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/dune-package
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/enum/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/eq/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/fold/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/iter/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/make/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/map/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/ord/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmti
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/show/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/std/
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.ocamlobjinfo
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.cmi
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.cmt
prep/universes/e9874a20d0bebb270c1affdc5c18e96b/ppx_deriving/5.2.1/opam
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/doc/
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/doc/result/
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/doc/result/CHANGES.md
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/doc/result/LICENSE.md
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/doc/result/README.md
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/lib/
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/lib/result/
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/lib/result/result.ocamlobjinfo
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/lib/result/META
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/lib/result/dune-package
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/lib/result/result.cmi
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/lib/result/result.cmt
prep/universes/bb710841daf43d76bbaeb057cabe6a87/result/1.5/opam
prep/universes/2e1ed124b4e94e7554523cfbd2d110b2/tezos-rust-libs/1.5/opam
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/doc/
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/doc/tezos-wasmer/
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/doc/tezos-wasmer/CHANGES.rst
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/doc/tezos-wasmer/LICENSE
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/doc/tezos-wasmer/README.md
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer.ocamlobjinfo
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/META
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/dune-package
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer.cmti
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api_funcs_desc.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api_funcs_desc.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api_types.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api_types.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api_types_desc.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Api_types_desc.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Config.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Config.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Engine.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Engine.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Error.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Error.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Export_type.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Export_type.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Exports.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Exports.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Extern.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Extern.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Function.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Function.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Function_type.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Function_type.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Import_type.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Import_type.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Instance.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Instance.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Memory.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Memory.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Module.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Module.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Ref.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Ref.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Store.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Store.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Trap.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Trap.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Utils.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Utils.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Utils.cmti
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Value.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Value.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Value_type.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Value_type.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Vectors.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Vectors.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__c_generated_functions__Api_funcs_desc__Functions.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__c_generated_functions__Api_funcs_desc__Functions.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__c_generated_types.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__c_generated_types.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__function_gen__Api_funcs_desc__Functions.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__function_gen__Api_funcs_desc__Functions.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__type_gen.cmi
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/lib/tezos-wasmer/tezos_wasmer__Wasmer__type_gen.cmt
prep/universes/143dc6d10fb17468ca1206151de6e561/tezos-wasmer/17.3/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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9:d2bdfa76b53df88ef747def3c50e67acb6f2273f8decffc7ea3a2f792642178c
HASHES:ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9:e40d41028e34d4728da3800f40e04b48ea9dee2b596930b32bbb93be03a043ea
HASHES:ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b:982d0fa0b4bad75504e7476f8a69ba73b33077722ef9e07c062bb262922650db
HASHES:result.1.5-bb710841daf43d76bbaeb057cabe6a87:8e944cb772ff2369b1db0956b4b94c69efa32e1b6d90b0a08bfe290db8fed609
HASHES:tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2:b536f344636cc5c67783305c51edec98f9dc2ba40b557e221618abb6bd929bd7
HASHES:tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561:c4dda93d31d85ed7fccb174af99a6fee9176ac936bc2d814a8ef5605e111ca3f
2024-01-29 18:50.54 ---> saved as "eba26d854d908dc98753990315765560abb950bc29b99d103927a5402b6d5e79"
Job succeeded
2024-01-29 18:57.20: tezos-wasmer.17.3-143dc6d10fb17468ca1206151de6e561 -> c4dda93d31d85ed7fccb174af99a6fee9176ac936bc2d814a8ef5605e111ca3f
2024-01-29 18:57.20: tezos-rust-libs.1.5-2e1ed124b4e94e7554523cfbd2d110b2 -> b536f344636cc5c67783305c51edec98f9dc2ba40b557e221618abb6bd929bd7
2024-01-29 18:57.20: result.1.5-bb710841daf43d76bbaeb057cabe6a87 -> 8e944cb772ff2369b1db0956b4b94c69efa32e1b6d90b0a08bfe290db8fed609
2024-01-29 18:57.20: ppx_deriving.5.2.1-e9874a20d0bebb270c1affdc5c18e96b -> 982d0fa0b4bad75504e7476f8a69ba73b33077722ef9e07c062bb262922650db
2024-01-29 18:57.20: ctypes-foreign.0.21.1-b34d65168860bc1d6ce884b1dee744e9 -> e40d41028e34d4728da3800f40e04b48ea9dee2b596930b32bbb93be03a043ea
2024-01-29 18:57.20: ctypes.0.21.1-e4c55bd3a7bba5ae81d23806e8024ce9 -> d2bdfa76b53df88ef747def3c50e67acb6f2273f8decffc7ea3a2f792642178c
2024-01-29 18:57.20: Job succeeded