Build:
  1. 0
2024-07-22 10:01.39: New job: Voodoo prep ctypes.0.20.2; 61c52a4ab2c115f236efcb6077187730
2024-07-22 10:01.39: Waiting for resource in pool OCluster
2024-07-22 10:03.26: Waiting for worker…
2024-07-22 10:03.26: Got resource from pool OCluster
2024-07-22 10:03.26: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:8a6efd5fb0d863c32cfa46d6aacec8fcf901656614539152a883bcd51f187afb)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:8a6efd5fb0d863c32cfa46d6aacec8fcf901656614539152a883bcd51f187afb)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy ctypes.0.20.2 stdlib-shims.0.3.0 ocamlfind.1.9.6 integers.0.7.0 dune.3.16.0 bigarray-compat.1.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ctypes:61c52a4ab2c115f236efcb6077187730,integers:ad3eabfd6233d599577fa975bd3633bb,bigarray-compat:b7767ca17942f3f605b3e1001f4c9761"))
 (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.539712') && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0,bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761,bigarray-compat.1.1.0 prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0,integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb,integers.0.7.0 prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2,ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730,ctypes.0.20.2; 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/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0,bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761,bigarray-compat.1.1.0 prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0,integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb,integers.0.7.0 prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2,ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730,ctypes.0.20.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0,bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761,bigarray-compat.1.1.0 prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0,integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb,integers.0.7.0 prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2,ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730,ctypes.0.20.2; 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 c26b22d6112eb3937759758c70406e114915a0bc --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-07-22 10:03.26: RETRYING: 2024-07-22/100139-voodoo-prep-43f343 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  70% (22305/31823)
Updating files:  71% (22595/31823)
Updating files:  72% (22913/31823)
Updating files:  73% (23231/31823)
Updating files:  74% (23550/31823)
Updating files:  75% (23868/31823)
Updating files:  76% (24186/31823)
Updating files:  77% (24504/31823)
Updating files:  78% (24822/31823)
Updating files:  79% (25141/31823)
Updating files:  80% (25459/31823)
Updating files:  81% (25777/31823)
Updating files:  82% (26095/31823)
Updating files:  83% (26414/31823)
Updating files:  84% (26732/31823)
Updating files:  85% (27050/31823)
Updating files:  86% (27368/31823)
Updating files:  87% (27687/31823)
Updating files:  88% (28005/31823)
Updating files:  89% (28323/31823)
Updating files:  90% (28641/31823)
Updating files:  91% (28959/31823)
Updating files:  92% (29278/31823)
Updating files:  93% (29596/31823)
Updating files:  94% (29914/31823)
Updating files:  95% (30232/31823)
Updating files:  96% (30551/31823)
Updating files:  97% (30869/31823)
Updating files:  98% (31187/31823)
Updating files:  99% (31505/31823)
Updating files: 100% (31823/31823)
Updating files: 100% (31823/31823), done.
HEAD is now at c26b22d611 Ctypes does not compile using msvc

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:8a6efd5fb0d863c32cfa46d6aacec8fcf901656614539152a883bcd51f187afb)
2024-07-22 09:55.51 ---> using "28ad58bf7993e46ce4045442efe4f2d9ff3dbae244d344f76a6289bfd00be635" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-07-22 09:55.51 ---> using "6df230b092aa13a09bd5a112c95314858a885aa6125b014b55b8fa389fe668fb" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [169 kB]
Fetched 272 kB in 0s (801 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 1 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 (7772 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18765 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-07-22 09:55.51 ---> using "4c26d4ae907b5a1cc5d45fd7d5a3f24e4ec1f2003d24f9ac313a41a839b3afe5" from cache

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

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

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

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-07-22 09:56.02 ---> saved as "7fa5d13367d9489b66dbb4b7c192c91864798fda1e7172375de545a592cfd13c"
2024-07-22 09:56.02 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:8a6efd5fb0d863c32cfa46d6aacec8fcf901656614539152a883bcd51f187afb)
2024-07-22 09:56.02 ---> using "28ad58bf7993e46ce4045442efe4f2d9ff3dbae244d344f76a6289bfd00be635" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-07-22 09:56.02 ---> using "6df230b092aa13a09bd5a112c95314858a885aa6125b014b55b8fa389fe668fb" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-07-22 09:56.22 ---> saved as "9c8947726044ba4c53672c976c98e8c63e0962743ff60694f1178c44625daca1"

/home/opam: (copy (src packages) (dst /src/packages))
2024-07-22 09:57.37 ---> saved as "9892083af4e88b176a99b4b69b2db4d42fcaaf9f138bedc6115f49016e342ee5"

/home/opam: (copy (src repo) (dst /src/repo))
2024-07-22 09:57.38 ---> saved as "53b89f99a8fda61481c0670aa6ab049ff861227d32b4595beac27ab469477333"

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-07-22 09:59.14 ---> saved as "55fde04ce27d9cae8b387373099392e4569531da6e87968835b2f5645a3ff469"

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

2024-07-22 09:59.36 ---> saved as "90ad7d221c22b262fec76a11d470919e73575ee0e390cfea901968092d5398d9"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-07-22 09:59.40 ---> saved as "c132795190c381eef62f721fc7c1931e69b4316ac939036d13deff3134b64ed5"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-22 10:00.13 ---> saved as "319c38ae530c234a4421dd206a02d9bc61e64af9316463f5cb76873689bde5c6"

/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 ctypes.0.20.2 stdlib-shims.0.3.0 ocamlfind.1.9.6 integers.0.7.0 dune.3.16.0 bigarray-compat.1.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [169 kB]
Fetched 272 kB in 0s (766 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
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 ctypes.0.20.2 stdlib-shims.0.3.0 ocamlfind.1.9.6 integers.0.7.0 dune.3.16.0 bigarray-compat.1.1.0" 

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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install bigarray-compat 1.1.0
  - install stdlib-shims    0.3.0
  - install integers        0.7.0
  - install ctypes          0.20.2
===== 4 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/12:
Processing  2/12:
Processing  3/12:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  4/12:
Processing  5/12: [bigarray-compat: dune build]
-> retrieved ctypes.0.20.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
Processing  6/12: [bigarray-compat: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing  6/12: [bigarray-compat: dune build]
-> installed stdlib-shims.0.3.0
Processing  7/12: [bigarray-compat: dune build]
Processing  8/12: [bigarray-compat: dune build] [integers: dune build]
-> compiled  bigarray-compat.1.1.0
Processing  8/12: [integers: dune build]
-> installed bigarray-compat.1.1.0
Processing  9/12: [integers: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "integers" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/integers.0.7.0)
-> compiled  integers.0.7.0
-> installed integers.0.7.0
Processing 11/12: [ctypes: touch libffi.config]
+ /usr/bin/touch "libffi.config" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2)
Processing 11/12: [ctypes: make ctypes-base]
+ /usr/bin/make "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2)
- ./src/discover/determine_as_needed_flags.sh >> asneeded.config
- ocamlfind  ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure
- ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log && false)
- ocamlfind  ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure
- ./gen_libffi_abi > src/ctypes-foreign/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign/libffi_abi.ml && cat gen_c_primitives.log && false)
- cp src/ctypes-foreign/dl.ml.unix src/ctypes-foreign/dl.ml
- cp src/ctypes-foreign/dl_stubs.c.unix src/ctypes-foreign/dl_stubs.c
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/lDouble.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/complexL.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_bigarray.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_static.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_type_printing.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_coerce.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- File "src/ctypes/ctypes_std_views.ml", line 77, characters 9-23:
- 77 |   | n -> Printf.kprintf failwith "size %d not supported for %s\n" n name
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- 
- File "src/ctypes/ctypes_std_views.ml", line 89, characters 9-23:
- 89 |   | n -> Printf.kprintf failwith "size %d not supported for %s\n" n name
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_types.mli
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/cstubs_internals.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes  src/ctypes/posixTypes.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -cclib -lctypes_stubs -dllib -lctypes_stubs  -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray-compat -package integers   -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/ldouble_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/raw_pointer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/tests" -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" /home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2/src/ctypes/type_info_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o  
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- File "src/ctypes/ctypes_std_views.ml", line 77, characters 9-23:
- 77 |   | n -> Printf.kprintf failwith "size %d not supported for %s\n" n name
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- 
- File "src/ctypes/ctypes_std_views.ml", line 89, characters 9-23:
- 89 |   | n -> Printf.kprintf failwith "size %d not supported for %s\n" n name
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers   -cclib -lctypes_stubs  -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package bigarray-compat -package integers   -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"    -package compiler-libs -package integers   -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package compiler-libs -package integers     -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package compiler-libs -package integers   -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx  -cclib -Wl,--no-as-needed
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- File "src/cstubs/cstubs_structs.ml", line 136, characters 6-20:
- 136 |       Printf.kprintf failwith "Cannot retrieve constants of type %s"
-             ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"   -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"    -package str -package integers   -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- File "src/cstubs/cstubs_structs.ml", line 136, characters 6-20:
- 136 |       Printf.kprintf failwith "Cannot retrieve constants of type %s"
-             ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers     -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/5.1/lib/integers"  -package str -package integers   -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx  -cclib -Wl,--no-as-needed
-> compiled  ctypes.0.20.2
Processing 12/12: [ctypes: make install]
+ /usr/bin/make "install" "XEN=disable" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.20.2)
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/5.1/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/5.1/lib/ctypes/META
- ocamlfind  install -add ctypes -optional META-install _build/ctypes.cma _build/dllctypes_stubs.so  _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a  _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h  _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/5.1/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional META-install _build/ctypes-top.cma   _build/ctypes-top.cmxa _build/ctypes-top.cmxs   _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi  _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti   _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional META-install _build/ctypes-foreign.cma _build/dllctypes-foreign_stubs.so  _build/ctypes-foreign.cmxa _build/ctypes-foreign.cmxs _build/libctypes-foreign_stubs.a  _build/ctypes-foreign.a src/ctypes-foreign/dl.mli src/ctypes-foreign/libffi_abi.mli src/ctypes-foreign/foreign.mli _build/src/ctypes-foreign/dl.cmi _build/src/ctypes-foreign/libffi_abi.cmi _build/src/ctypes-foreign/foreign.cmi  _build/src/ctypes-foreign/dl.cmt _build/src/ctypes-foreign/libffi_abi.cmt _build/src/ctypes-foreign/foreign.cmt _build/src/ctypes-foreign/dl.cmti _build/src/ctypes-foreign/libffi_abi.cmti _build/src/ctypes-foreign/foreign.cmti   _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/dl.mli
- ocamlfind  install -add ctypes -optional META-install _build/cstubs.cma   _build/cstubs.cmxa _build/cstubs.cmxs   _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi  _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti  /home/opam/.opam/5.1/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/5.1/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/5.1/lib/ctypes/cstubs.cma
-> installed ctypes.0.20.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-22 10:01.39 ---> saved as "4e189ca1dc7f57ea1a34430521a3d285f30f65734d6457162601f873cb8d1cc5"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ctypes:61c52a4ab2c115f236efcb6077187730,integers:ad3eabfd6233d599577fa975bd3633bb,bigarray-compat:b7767ca17942f3f605b3e1001f4c9761"))
2024-07-22 10:01.41 ---> saved as "2c0e24a04b80b3bb7cdb66661c47a5c24d0a59c0df865d99225bd10bb4c2981a"

/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.539712') && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0,bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761,bigarray-compat.1.1.0 prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0,integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb,integers.0.7.0 prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2,ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730,ctypes.0.20.2; 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/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0,bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761,bigarray-compat.1.1.0 prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0,integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb,integers.0.7.0 prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2,ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730,ctypes.0.20.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0,bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761,bigarray-compat.1.1.0 prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0,integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb,integers.0.7.0 prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2,ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730,ctypes.0.20.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.539712
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/doc/
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/doc/bigarray-compat/
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/doc/bigarray-compat/CHANGES.md
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/doc/bigarray-compat/LICENSE.md
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/doc/bigarray-compat/README.md
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/lib/
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/lib/bigarray-compat/
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/lib/bigarray-compat/bigarray_compat.ocamlobjinfo
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/lib/bigarray-compat/META
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/lib/bigarray-compat/bigarray_compat.cmi
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/lib/bigarray-compat/bigarray_compat.cmt
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/lib/bigarray-compat/dune-package
prep/universes/b7767ca17942f3f605b3e1001f4c9761/bigarray-compat/1.1.0/opam
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/doc/
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/doc/integers/
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/doc/integers/CHANGES.md
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/doc/integers/LICENSE.md
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/doc/integers/README.md
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/integers.ocamlobjinfo
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/META
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/dune-package
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/signed.cmi
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/signed.cmt
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/signed.cmti
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/integers_top.ocamlobjinfo
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/install_integer_printers.cmi
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/install_integer_printers.cmt
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/install_integer_printers.cmti
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/integer_printers.cmi
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/integer_printers.cmt
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/top/integer_printers.cmti
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/unsigned.cmi
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/unsigned.cmt
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/lib/integers/unsigned.cmti
prep/universes/ad3eabfd6233d599577fa975bd3633bb/integers/0.7.0/opam
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs.ocamlobjinfo
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes-top.ocamlobjinfo
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes.ocamlobjinfo
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/META
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/complexL.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/complexL.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/complexL.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs_internals.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_primitive_types.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_static.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_structs.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_types.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/ctypes_types.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/lDouble.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/lDouble.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/lDouble.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/posixTypes.cmi
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/posixTypes.cmt
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/lib/ctypes/posixTypes.cmti
prep/universes/61c52a4ab2c115f236efcb6077187730/ctypes/0.20.2/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761:97251697b2e2ef84adde7fd4c942115297ec91e438c4e9f9646945541576fc04
HASHES:integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb:12bc3ed8b95892994837f3ab1ece7975304e5c98bd650f1bfa94e0c4c09a1ae4
HASHES:ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730:8963b5d4f6dc13907ed1365940b3430af83f2573250973c62020e8216e8a6726
2024-07-22 10:01.43 ---> saved as "aa03074f19af5eb37652446d86f8d7e1785549cf810adf7fe38650243aab1f6e"
Job succeeded
2024-07-22 10:09.31: ctypes.0.20.2-61c52a4ab2c115f236efcb6077187730 -> 8963b5d4f6dc13907ed1365940b3430af83f2573250973c62020e8216e8a6726
2024-07-22 10:09.31: integers.0.7.0-ad3eabfd6233d599577fa975bd3633bb -> 12bc3ed8b95892994837f3ab1ece7975304e5c98bd650f1bfa94e0c4c09a1ae4
2024-07-22 10:09.31: bigarray-compat.1.1.0-b7767ca17942f3f605b3e1001f4c9761 -> 97251697b2e2ef84adde7fd4c942115297ec91e438c4e9f9646945541576fc04
2024-07-22 10:09.31: Job succeeded