Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep ppx_cstubs.0.6.1.1; b64d039c6755a71c18fc9acc78c26a0c
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 19:59.22: Waiting for worker…
2024-09-12 20:02.07: Got resource from pool OCluster
2024-09-12 20:02.07: Using cache hint "docs-universe-prep-4.12.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
         (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.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
 (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 ppx_cstubs.0.6.1.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base result.1.5 re.1.12.0 ppxlib.0.33.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 integers.0.4.0 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.18.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 bigarray-compat.1.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ppx_cstubs:b64d039c6755a71c18fc9acc78c26a0c"))
 (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.282983') && (for DATA in prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1,ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c,ppx_cstubs.0.6.1.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1,ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c,ppx_cstubs.0.6.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1,ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c,ppx_cstubs.0.6.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 20:02.07: RETRYING: 2024-09-12/083553-voodoo-prep-ad2ce2 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  67% (21557/32058)
Updating files:  68% (21800/32058)
Updating files:  69% (22121/32058)
Updating files:  70% (22441/32058)
Updating files:  71% (22762/32058)
Updating files:  72% (23082/32058)
Updating files:  73% (23403/32058)
Updating files:  74% (23723/32058)
Updating files:  75% (24044/32058)
Updating files:  76% (24365/32058)
Updating files:  77% (24685/32058)
Updating files:  78% (25006/32058)
Updating files:  79% (25326/32058)
Updating files:  80% (25647/32058)
Updating files:  81% (25967/32058)
Updating files:  82% (26288/32058)
Updating files:  83% (26609/32058)
Updating files:  84% (26929/32058)
Updating files:  85% (27250/32058)
Updating files:  86% (27570/32058)
Updating files:  87% (27891/32058)
Updating files:  88% (28212/32058)
Updating files:  89% (28532/32058)
Updating files:  90% (28853/32058)
Updating files:  91% (29173/32058)
Updating files:  92% (29494/32058)
Updating files:  93% (29814/32058)
Updating files:  94% (30135/32058)
Updating files:  95% (30456/32058)
Updating files:  96% (30776/32058)
Updating files:  97% (31097/32058)
Updating files:  98% (31417/32058)
Updating files:  99% (31738/32058)
Updating files: 100% (32058/32058)
Updating files: 100% (32058/32058), done.
HEAD is now at ed8a57d12c Merge pull request #26441 from fpottier/opam-publish-cppo.1.7.0

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
2024-09-12 19:54.56 ---> using "a0a8682898bb49db5260f1010a21203113f4ec80738744ef2b3e1596002810e4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:54.56 ---> using "718c7d2ac79e971f215f51b0d20ca2dc70e679f48c106f59160c9e2122ed4cf4" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (793 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 (7018 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 ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 19:54.56 ---> using "38bb61e7206a36028d5330ad98263ecf3ca1d7c563e7234119156c11a3a26021" 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.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 19:54.56 ---> using "61b72249c5dbba17064e3aca14ba48c4cda860e3e5ef900dcbc9b90ff851760f" from cache
2024-09-12 19:54.56 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
2024-09-12 19:54.56 ---> using "a0a8682898bb49db5260f1010a21203113f4ec80738744ef2b3e1596002810e4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:54.56 ---> using "718c7d2ac79e971f215f51b0d20ca2dc70e679f48c106f59160c9e2122ed4cf4" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:54.56 ---> using "2d01e7a1fc04569db40105519ef73031ef0a417688efd7d9dcfee33af84e0b18" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 19:54.58 ---> using "fdd0a0476f70701749be1df36ce39de6aedb1004acb2adf56fa29c6167cfbbac" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:54.58 ---> using "455b1dcc183f192f3a7adf40c290bd8c5b7d1d89a16d6767ffe156042c0ac63e" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 19:54.58 ---> using "a04b7d8c18863b859e89eab0f510a2c04b5dade7cb407c649101394269ae0f48" from cache

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

2024-09-12 19:54.58 ---> using "e200d179b2ef5c5dc1ade9be7420365fdf63b107ca6c43325b1a581fcba55b78" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:54.58 ---> using "f0b0ecbf97da3c610a1e64a751dd19dcab8ac4ee984a22b56a70f4ddad83d72d" 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.16.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:54.58 ---> using "5f9123dc4c00e268b6789a7e432e571d9f0e1e533f3de37d407ee9b903c13c94" 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 ppx_cstubs.0.6.1.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base result.1.5 re.1.12.0 ppxlib.0.33.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 integers.0.4.0 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.18.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (856 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy ppx_cstubs.0.6.1.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base result.1.5 re.1.12.0 ppxlib.0.33.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 integers.0.4.0 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.18.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 bigarray-compat.1.1.0" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# 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 ppx_derivers        1.2.1
  - install either              1.0.0
  - install num                 1.5-1
  - install bigarray-compat     1.1.0
  - install result              1.5
  - install seq                 base
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install cppo                1.7.0
  - install integers            0.4.0
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install re                  1.12.0
  - install dune-configurator   3.16.0
  - install ctypes              0.18.0
  - install ppxlib              0.33.0
  - install containers          3.13.1
  - install ppx_cstubs          0.6.1.1
===== 18 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/54:
Processing  2/54:
Processing  3/54:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  4/54:
Processing  5/54: [bigarray-compat: dune build]
-> retrieved containers.3.13.1  (cached)
Processing  6/54: [bigarray-compat: dune build]
-> retrieved cppo.1.7.0  (cached)
Processing  7/54: [bigarray-compat: dune build]
Processing  8/54: [bigarray-compat: dune build] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing  9/54: [bigarray-compat: dune build] [cppo: dune build]
Processing 10/54: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.18.0  (cached)
Processing 11/54: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build]
-> retrieved either.1.0.0  (cached)
Processing 12/54: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build]
Processing 13/54: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved integers.0.4.0  (cached)
Processing 14/54: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build]
Processing 15/54: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build]
-> retrieved num.1.5-1  (cached)
Processing 16/54: [ppx_cstubs.0.6.1.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 17/54: [ppx_cstubs.0.6.1.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: patch]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 18/54: [ppx_cstubs.0.6.1.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: patch]
Processing 19/54: [ppx_cstubs.0.6.1.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: patch] [ocaml-compiler-libs: dune build]
Processing 19/54: [ppx_cstubs.0.6.1.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 20/54: [ppx_cstubs.0.6.1.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 21/54: [ppx_cstubs.0.6.1.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 21/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed bigarray-compat.1.1.0
Processing 22/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  csexp.1.5.2
Processing 22/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed csexp.1.5.2
Processing 23/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppxlib.0.33.0  (cached)
Processing 24/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  either.1.0.0
Processing 24/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed either.1.0.0
Processing 25/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 25/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 26/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved re.1.12.0  (cached)
Processing 27/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
Processing 28/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 29/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 30/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
Processing 31/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
-> installed seq.base
Processing 32/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
Processing 33/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 34/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build]
Processing 35/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 36/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  integers.0.4.0
Processing 36/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed integers.0.4.0
Processing 37/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 38/54: [ppx_cstubs.0.6.1.1: http] [cppo: dune build] [ctypes: touch libffi.config] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 38/54: [cppo: dune build] [ctypes: touch libffi.config] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 39/54: [cppo: dune build] [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  cppo.1.7.0
Processing 39/54: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed cppo.1.7.0
Processing 40/54: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 40/54: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 41/54: [ctypes: touch libffi.config] [dune-configurator: rm] [num: make opam-legacy] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/num.1.5-1/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5-1
Processing 41/54: [ctypes: touch libffi.config] [dune-configurator: rm] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed num.1.5-1
Processing 42/54: [ctypes: touch libffi.config] [dune-configurator: rm] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  result.1.5
Processing 42/54: [ctypes: touch libffi.config] [dune-configurator: rm] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 43/54: [ctypes: touch libffi.config] [dune-configurator: rm] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  re.1.12.0
Processing 43/54: [ctypes: touch libffi.config] [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed re.1.12.0
Processing 44/54: [ctypes: touch libffi.config] [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  sexplib0.v0.16.0
Processing 44/54: [ctypes: touch libffi.config] [dune-configurator: rm] [stdlib-shims: dune build]
-> installed sexplib0.v0.16.0
Processing 45/54: [ctypes: touch libffi.config] [dune-configurator: rm] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 45/54: [ctypes: touch libffi.config] [dune-configurator: rm]
-> installed stdlib-shims.0.3.0
Processing 46/54: [ctypes: touch libffi.config] [dune-configurator: rm]
Processing 47/54: [ctypes: touch libffi.config] [dune-configurator: rm] [ppxlib: dune build]
Processing 47/54: [ctypes: make ctypes-base] [dune-configurator: rm] [ppxlib: dune build]
-> retrieved ppx_cstubs.0.6.1.1  (https://github.com/fdopen/ppx_cstubs/archive/0.6.1.1.tar.gz)
Processing 47/54: [ctypes: make ctypes-base] [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.16.0
Processing 47/54: [ctypes: make ctypes-base] [ppxlib: dune build]
-> installed dune-configurator.3.16.0
Processing 48/54: [ctypes: make ctypes-base] [ppxlib: dune build]
Processing 49/54: [containers: dune build] [ctypes: make ctypes-base] [ppxlib: dune build]
-> compiled  containers.3.13.1
Processing 49/54: [ctypes: make ctypes-base] [ppxlib: dune build]
-> installed containers.3.13.1
Processing 50/54: [ctypes: make ctypes-base] [ppxlib: dune build]
- ./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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54:
- 189 |   let fill ({ alength; astart = (CPointer p as astart) } as arr) v =
-                                       ^^^^^^^^^^^^^^^^^^^^^^
- Warning 26 [unused-var]: unused variable astart.
- File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64:
- 189 |   let fill ({ alength; astart = (CPointer p as astart) } as arr) v =
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 26 [unused-var]: unused variable arr.
- 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/4.12/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/4.12/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/4.12/lib/integers"   -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers" /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.18.0/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54:
- 189 |   let fill ({ alength; astart = (CPointer p as astart) } as arr) v =
-                                       ^^^^^^^^^^^^^^^^^^^^^^
- Warning 26 [unused-var]: unused variable astart.
- File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64:
- 189 |   let fill ({ alength; astart = (CPointer p as astart) } as arr) v =
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 26 [unused-var]: unused variable arr.
- 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/4.12/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/4.12/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- 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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/lib/integers" -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/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
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/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
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/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
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- 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/4.12/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- 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/4.12/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/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
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/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
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.12/lib/ocaml, /home/opam/.opam/4.12/lib/ocaml/compiler-libs
- 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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/lib/integers"   -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- 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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/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/4.12/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- 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/4.12/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/4.12/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/4.12/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.18.0
Processing 50/54: [ppxlib: dune build]
Processing 51/54: [ppxlib: dune build] [ctypes: make install]
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.12/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.12/lib/ctypes/META
- ocamlfind  install -add ctypes -optional  _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/4.12/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.12/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.12/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.12/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.12/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _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/4.12/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional  _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/4.12/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/dl.mli
- ocamlfind  install -add ctypes -optional  _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/4.12/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/4.12/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.12/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.12/lib/ctypes/cstubs.cma
-> installed ctypes.0.18.0
Processing 51/54: [ppxlib: dune build]
+ /home/opam/.opam/4.12/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ppxlib.0.33.0)
-> compiled  ppxlib.0.33.0
-> installed ppxlib.0.33.0
Processing 53/54: [ppx_cstubs: dune build]
+ /home/opam/.opam/4.12/bin/dune "build" "-p" "ppx_cstubs" "-j" "39" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ppx_cstubs.0.6.1.1)
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -g -bin-annot -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/4.12/lib/bigarray-compat -I /home/opam/.opam/4.12/lib/bytes -I /home/opam/.opam/4.12/lib/containers -I /home/opam/.opam/4.12/lib/containers/monomorphic -I /home/opam/.opam/4.12/lib/ctypes -I /home/opam/.opam/4.12/lib/either -I /home/opam/.opam/4.12/lib/findlib -I /home/opam/.opam/4.12/lib/integers -I /home/opam/.opam/4.12/lib/num -I /home/opam/.opam/4.12/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.12/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/ppxlib -I /home/opam/.opam/4.12/lib/ppxlib/ast -I /home/opam/.opam/4.12/lib/ppxlib/astlib -I /home/opam/.opam/4.12/lib/ppxlib/print_diff -I /home/opam/.opam/4.12/lib/ppxlib/stdppx -I /home/opam/.opam/4.12/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.12/lib/re -I /home/opam/.opam/4.12/lib/re/perl -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/sexplib0 -I /home/opam/.opam/4.12/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/byte/ppxc__script__Ppx_main.cmo -c -impl src/internal/ppx_main.pp.ml)
- File "src/internal/ppx_main.ml", line 1623, characters 7-17:
- 1623 |     |> CCOpt.iter (Hashtbl.add htl_tdl_entries tdl_entry_id);
-               ^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -g -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/native -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/4.12/lib/bigarray-compat -I /home/opam/.opam/4.12/lib/bytes -I /home/opam/.opam/4.12/lib/containers -I /home/opam/.opam/4.12/lib/containers/monomorphic -I /home/opam/.opam/4.12/lib/ctypes -I /home/opam/.opam/4.12/lib/either -I /home/opam/.opam/4.12/lib/findlib -I /home/opam/.opam/4.12/lib/integers -I /home/opam/.opam/4.12/lib/num -I /home/opam/.opam/4.12/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.12/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/ppxlib -I /home/opam/.opam/4.12/lib/ppxlib/ast -I /home/opam/.opam/4.12/lib/ppxlib/astlib -I /home/opam/.opam/4.12/lib/ppxlib/print_diff -I /home/opam/.opam/4.12/lib/ppxlib/stdppx -I /home/opam/.opam/4.12/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.12/lib/re -I /home/opam/.opam/4.12/lib/re/perl -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/sexplib0 -I /home/opam/.opam/4.12/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -I src/runtime/.ppx_cstubs.objs/native -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/native/ppxc__script__Ppx_main.cmx -c -impl src/internal/ppx_main.pp.ml)
- File "src/internal/ppx_main.ml", line 1623, characters 7-17:
- 1623 |     |> CCOpt.iter (Hashtbl.add htl_tdl_entries tdl_entry_id);
-               ^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-> compiled  ppx_cstubs.0.6.1.1
-> installed ppx_cstubs.0.6.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:56.42 ---> saved as "8916543e365b08b2659602fd8d46bb4532969714f8ab33b81c3f3641128e712b"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ppx_cstubs:b64d039c6755a71c18fc9acc78c26a0c"))
2024-09-12 19:56.47 ---> saved as "82d52cb95d41728f98317b1af6a2089d7c14fe89824ec865edf8721a9f6b9b86"

/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.282983') && (for DATA in prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1,ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c,ppx_cstubs.0.6.1.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1,ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c,ppx_cstubs.0.6.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1,ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c,ppx_cstubs.0.6.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.282983
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/doc/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/doc/ppx_cstubs/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/doc/ppx_cstubs/CHANGES.md
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/doc/ppx_cstubs/LICENSE.txt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/doc/ppx_cstubs/README.md
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs.ocamlobjinfo
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/META
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/custom/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.ocamlobjinfo
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/dune-package
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script.ocamlobjinfo
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Evil_hack.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Evil_hack.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Keywords.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Keywords.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Lconst.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Lconst.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Lconst.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Marshal_types.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Marshal_types.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Mparsetree.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Mparsetree.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Myconst.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Myconst.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_cstubs_version.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_cstubs_version.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_main.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_main.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_main.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ptree.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ptree.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ptree.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__Merlin_state.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__Merlin_state.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__Merlin_state.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__Uniq_ids.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__Uniq_ids.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/internal/ppxc__script__Uniq_ids.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/merlin/
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/merlin/ppx_cstubs_merlin.ocamlobjinfo
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/merlin/ppx_cstubs_merlin.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/merlin/ppx_cstubs_merlin.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs__.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs__.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs__Ppx_cstubs_internals.cmi
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs__Ppx_cstubs_internals.cmt
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/lib/ppx_cstubs/ppx_cstubs__Ppx_cstubs_internals.cmti
prep/universes/b64d039c6755a71c18fc9acc78c26a0c/ppx_cstubs/0.6.1.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c:f247d18529d4d39e7f94d0ec163c55eddff48e6ae095cea79af04d51517f2433
2024-09-12 19:56.48 ---> saved as "dc3eb13c5a2d34ce79fecf12260c3e92ed563b13270dc6c2ecb82966f738908d"
Job succeeded
2024-09-12 20:05.10: ppx_cstubs.0.6.1.1-b64d039c6755a71c18fc9acc78c26a0c -> f247d18529d4d39e7f94d0ec163c55eddff48e6ae095cea79af04d51517f2433
2024-09-12 20:05.10: Job succeeded