Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep ppx_cstubs.0.6.1; 05324f5446d05aae2b68ec18fed5352a
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:55.15: Waiting for worker…
2024-01-29 18:55.37: Got resource from pool OCluster
2024-01-29 18:55.37: 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:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc)
         (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:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy ppx_cstubs.0.6.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base result.1.5 re.1.11.0 ppxlib.0.31.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5 integers.0.4.0 either.1.0.0 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.17.1 csexp.1.5.2 cppo.1.6.9 containers.3.13.1 conf-pkg-config.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ppx_cstubs:05324f5446d05aae2b68ec18fed5352a"))
 (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.245683') && (for DATA in prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1,ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a,ppx_cstubs.0.6.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/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1,ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a,ppx_cstubs.0.6.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1,ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a,ppx_cstubs.0.6.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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --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-01-29 18:55.37: RETRYING: 2024-01-29/151903-voodoo-prep-c712f6 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  97% (31857/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.12@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.12@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc' locally
docker.io/ocaml/opam@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc: Pulling from ocaml/opam
7e2c3c5e86d8: Pulling fs layer
7e2c3c5e86d8: Verifying Checksum
7e2c3c5e86d8: Download complete
7e2c3c5e86d8: Pull complete
Digest: sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc
Status: Downloaded newer image for ocaml/opam@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc
2024-01-29 18:50.27 ---> using "a2d5a2baf79ec0da324a7bd46c61edcd83d921d65273fb94eab7eeb15c4d850c" from cache

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

/: (workdir /home/opam)

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

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

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

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

The following actions will be performed:
  - install ocamlbuild       0.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.13.0
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:50.27 ---> using "dc4a11432b20662f708ddb5d7b0c1c8ebdb143ba2d1bbea48c0c14e386a198c3" from cache

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

(from ocaml/opam:debian-12-ocaml-4.12@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.12@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc' locally
docker.io/ocaml/opam@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc: Pulling from ocaml/opam
7e2c3c5e86d8: Pulling fs layer
7e2c3c5e86d8: Verifying Checksum
7e2c3c5e86d8: Download complete
7e2c3c5e86d8: Pull complete
Digest: sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc
Status: Downloaded newer image for ocaml/opam@sha256:7fb083e3d06f1d99cfc5df954535acb2a21b472b14eab4268d593935d5d506dc
2024-01-29 18:50.27 ---> using "a2d5a2baf79ec0da324a7bd46c61edcd83d921d65273fb94eab7eeb15c4d850c" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:50.27 ---> using "011c5abee44d72459d84c80247fc103f98209bbe77deeab306a06ddd9942611e" from cache

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:50.28 ---> using "6fc19ecc6e5e7f31332cbf5c7984b0a3ca544a5c6e6b0f88cc98ac8859df9e32" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:50.28 ---> using "9bfe60c5298a5ee4743800da88cf55065a5e37bebbf99950e41a55b7493a28ea" 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-01-29 18:50.28 ---> using "81fd2e807e7675766a3993c34a2a670fdecf5af02a1ad9b8e5b9594f5a3bed8c" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:50.28 ---> using "c765ca1dfeb32611060fae28cddb9910ae44aef5e80b9ab254c5ad2027168822" 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.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:50.28 ---> using "4863a877ff18de97f7ed675fc96613012581397cee39886c9bf6566d8f9e2269" 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 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base result.1.5 re.1.11.0 ppxlib.0.31.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5 integers.0.4.0 either.1.0.0 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.17.1 csexp.1.5.2 cppo.1.6.9 containers.3.13.1 conf-pkg-config.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (833 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

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

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

<><> Carrying on to "opam depext -viy ppx_cstubs.0.6.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base result.1.5 re.1.11.0 ppxlib.0.31.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5 integers.0.4.0 either.1.0.0 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.17.1 csexp.1.5.2 cppo.1.6.9 containers.3.13.1 conf-pkg-config.3" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
pkg-config
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                1.6.9
  - install ppx_derivers        1.2.1
  - install conf-pkg-config     3
  - install either              1.0.0
  - install num                 1.5
  - install result              1.5
  - install seq                 base
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install integers            0.4.0
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install re                  1.11.0
  - install dune-configurator   3.13.0
  - install ctypes              0.17.1
  - install ppxlib              0.31.0
  - install containers          3.13.1
  - install ppx_cstubs          0.6.1
===== 18 to install =====

The following system packages will first need to be installed:
    pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/54:
Processing  3/54:
Processing  4/54:
Processing  5/54: [conf-pkg-config: pkg-config]
-> retrieved containers.3.13.1  (cached)
Processing  6/54: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.9  (cached)
Processing  7/54: [conf-pkg-config: pkg-config]
Processing  8/54: [conf-pkg-config: pkg-config] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing  9/54: [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 10/54: [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 10/54: [cppo: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 11/54: [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.17.1  (cached)
Processing 12/54: [cppo: dune build] [csexp: dune build]
-> retrieved either.1.0.0  (cached)
Processing 13/54: [cppo: dune build] [csexp: dune build]
Processing 14/54: [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved integers.0.4.0  (cached)
Processing 15/54: [cppo: dune build] [csexp: dune build] [either: dune build]
Processing 16/54: [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build]
-> retrieved num.1.5  (cached)
Processing 17/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build]
Processing 18/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 19/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy]
Processing 20/54: [ppx_cstubs.0.6.1: http] [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 21/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 22/54: [ppx_cstubs.0.6.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]
-> retrieved ppxlib.0.31.0  (cached)
Processing 23/54: [ppx_cstubs.0.6.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 23/54: [ppx_cstubs.0.6.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 24/54: [ppx_cstubs.0.6.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  ppx_derivers.1.2.1
Processing 24/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 25/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved re.1.11.0  (cached)
Processing 26/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved result.1.5  (cached)
Processing 27/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 28/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 29/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
Processing 30/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
-> installed seq.base
Processing 31/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
Processing 32/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [either: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build]
-> compiled  either.1.0.0
Processing 32/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [integers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build]
-> installed either.1.0.0
Processing 33/54: [ppx_cstubs.0.6.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: 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: 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: 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: 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: 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: 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: [ppx_cstubs.0.6.1: http] [cppo: dune build] [ctypes: make ctypes-base] [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.13.0  (cached)
Processing 39/54: [ppx_cstubs.0.6.1: http] [cppo: dune build] [ctypes: make ctypes-base] [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.6.9
Processing 39/54: [ppx_cstubs.0.6.1: http] [ctypes: make ctypes-base] [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.6.9
Processing 40/54: [ppx_cstubs.0.6.1: http] [ctypes: make ctypes-base] [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]
Processing 40/54: [ctypes: make ctypes-base] [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]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/num.1.5/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/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 40/54: [ctypes: make ctypes-base] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed num.1.5
Processing 41/54: [ctypes: make ctypes-base] [dune-configurator: rm] [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 41/54: [ctypes: make ctypes-base] [dune-configurator: rm] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 42/54: [ctypes: make ctypes-base] [dune-configurator: rm] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  result.1.5
Processing 42/54: [ctypes: make ctypes-base] [dune-configurator: rm] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 43/54: [ctypes: make ctypes-base] [dune-configurator: rm] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  re.1.11.0
Processing 43/54: [ctypes: make ctypes-base] [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed re.1.11.0
Processing 44/54: [ctypes: make ctypes-base] [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  sexplib0.v0.16.0
Processing 44/54: [ctypes: make ctypes-base] [dune-configurator: rm] [stdlib-shims: dune build]
-> installed sexplib0.v0.16.0
Processing 45/54: [ctypes: make ctypes-base] [dune-configurator: rm] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 45/54: [ctypes: make ctypes-base] [dune-configurator: rm]
-> installed stdlib-shims.0.3.0
Processing 46/54: [ctypes: make ctypes-base] [dune-configurator: rm]
Processing 47/54: [ctypes: make ctypes-base] [dune-configurator: rm] [ppxlib: dune build]
-> retrieved ppx_cstubs.0.6.1  (https://github.com/fdopen/ppx_cstubs/archive/0.6.1.tar.gz)
Processing 47/54: [ctypes: make ctypes-base] [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.13.0
Processing 47/54: [ctypes: make ctypes-base] [ppxlib: dune build]
-> installed dune-configurator.3.13.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-base/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign-base/libffi_abi.ml && cat gen_c_primitives.log || false)
- cp src/ctypes-foreign-base/dl.ml.unix src/ctypes-foreign-base/dl.ml
- cp src/ctypes-foreign-base/dl_stubs.c.unix src/ctypes-foreign-base/dl_stubs.c
- ocamlfind  ocamlc -package bigarray -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/ldouble_stubs.c
- In file included from /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c:12:
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c: In function 'ctypes_ldouble_of_string':
- /home/opam/.opam/4.12/lib/ocaml/caml/mlvalues.h:282:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   282 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c:395:15: note: in expansion of macro 'String_val'
-   395 |   char *str = String_val(v);
-       |               ^~~~~~~~~~
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/raw_pointer_stubs.c
- In file included from /home/opam/.opam/4.12/lib/ocaml/caml/memory.h:31,
-                  from /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:10:
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_string_of_array':
- /home/opam/.opam/4.12/lib/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   282 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:42:10: note: in expansion of macro 'String_val'
-    42 |   memcpy(String_val(dst), CTYPES_ADDR_OF_FATPTR(p), len);
-       |          ^~~~~~~~~~
- In file included from /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:8:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_cstring_of_string':
- /home/opam/.opam/4.12/lib/ocaml/caml/mlvalues.h:282:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   282 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:55:14: note: in expansion of macro 'String_val'
-    55 |   char *ss = String_val(s);
-       |              ^~~~~~~~~~
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -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.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/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.17.1/src/ctypes/type_info_stubs.c
- In file included from /home/opam/.opam/4.12/lib/ocaml/caml/memory.h:31,
-                  from /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:18:
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c: In function 'ctypes_string_of_prim':
- /home/opam/.opam/4.12/lib/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   282 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:182:10: note: in expansion of macro 'String_val'
-   182 |   memcpy(String_val(s), buf, len);
-       |          ^~~~~~~~~~
- In file included from /home/opam/.opam/4.12/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:15:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- 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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.12/lib/integers"  -package bigarray -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 -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 -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.17.1
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-base.cma _build/dllctypes-foreign-base_stubs.so  _build/ctypes-foreign-base.cmxa _build/ctypes-foreign-base.cmxs _build/libctypes-foreign-base_stubs.a  _build/ctypes-foreign-base.a src/ctypes-foreign-base/dl.mli src/ctypes-foreign-base/libffi_abi.mli _build/src/ctypes-foreign-base/dl.cmi _build/src/ctypes-foreign-base/libffi_abi.cmi  _build/src/ctypes-foreign-base/dl.cmt _build/src/ctypes-foreign-base/libffi_abi.cmt _build/src/ctypes-foreign-base/dl.cmti _build/src/ctypes-foreign-base/libffi_abi.cmti   _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx
- 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/ctypes-foreign-threaded.cma _build/dllctypes-foreign-threaded_stubs.so  _build/ctypes-foreign-threaded.cmxa _build/ctypes-foreign-threaded.cmxs _build/libctypes-foreign-threaded_stubs.a  _build/ctypes-foreign-threaded.a src/ctypes-foreign-threaded/foreign.mli _build/src/ctypes-foreign-threaded/foreign.cmi  _build/src/ctypes-foreign-threaded/foreign.cmt _build/src/ctypes-foreign-threaded/foreign.cmti   
- Installed /home/opam/.opam/4.12/lib/ctypes/foreign.mli
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-unthreaded.cma   _build/ctypes-foreign-unthreaded.cmxa _build/ctypes-foreign-unthreaded.cmxs   _build/ctypes-foreign-unthreaded.a src/ctypes-foreign-unthreaded/foreign.mli _build/src/ctypes-foreign-unthreaded/foreign.cmi  _build/src/ctypes-foreign-unthreaded/foreign.cmt _build/src/ctypes-foreign-unthreaded/foreign.cmti   
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.12/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.12/lib/ctypes/foreign.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.17.1
Processing 51/54: [ppxlib: dune build]
+ /home/opam/.opam/4.12/bin/dune "build" "-p" "ppxlib" "-j" "255" "@install" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ppxlib.0.31.0)
-> compiled  ppxlib.0.31.0
-> installed ppxlib.0.31.0
Processing 53/54: [ppx_cstubs: dune build]
+ /home/opam/.opam/4.12/bin/dune "build" "-p" "ppx_cstubs" "-j" "255" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ppx_cstubs.0.6.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/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/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
-> installed ppx_cstubs.0.6.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:51.52 ---> saved as "4661b52f25126a5ffafd7682afa8a187efd05d0c5dc040a09d7749d1d70d9034"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ppx_cstubs:05324f5446d05aae2b68ec18fed5352a"))
2024-01-29 18:51.54 ---> saved as "ca8e5735af88c1eeb5d6802f5b95eb891362902a44fd4b39d0520cf36653ca48"

/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.245683') && (for DATA in prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1,ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a,ppx_cstubs.0.6.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/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1,ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a,ppx_cstubs.0.6.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1,ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a,ppx_cstubs.0.6.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.245683
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/doc/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/doc/ppx_cstubs/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/doc/ppx_cstubs/CHANGES.md
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/doc/ppx_cstubs/LICENSE.txt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/doc/ppx_cstubs/README.md
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs.ocamlobjinfo
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/META
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/custom/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.ocamlobjinfo
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/custom/ppx_cstubs_custom.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/dune-package
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script.ocamlobjinfo
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Attributes.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ctypes_type_printing_fake.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Evil_hack.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Evil_hack.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Extract_c_ml.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_c.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Gen_ml.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Inline_lexer.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Keywords.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Keywords.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Lconst.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Lconst.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Lconst.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Main.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Marshal_types.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Marshal_types.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Mparsetree.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Mparsetree.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Myconst.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Myconst.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ocaml_config.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Options.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_cstubs_version.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_cstubs_version.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_main.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_main.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppx_main.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ppxc__script_real.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ptree.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ptree.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Ptree.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Run.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Script_result.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Std.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Toplevel.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/.private/ppxc__script__Uniq_ref.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__Merlin_state.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__Merlin_state.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__Merlin_state.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__Uniq_ids.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__Uniq_ids.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/internal/ppxc__script__Uniq_ids.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/merlin/
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/merlin/ppx_cstubs_merlin.ocamlobjinfo
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/merlin/ppx_cstubs_merlin.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/merlin/ppx_cstubs_merlin.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs__.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs__.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs__Ppx_cstubs_internals.cmi
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs__Ppx_cstubs_internals.cmt
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/lib/ppx_cstubs/ppx_cstubs__Ppx_cstubs_internals.cmti
prep/universes/05324f5446d05aae2b68ec18fed5352a/ppx_cstubs/0.6.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a:b98e1c990605491370389fad59af89e4a4433fe1fdf11c3e09515ecdc9267787
2024-01-29 18:51.55 ---> saved as "267c4f31609c462244bb2c5bedb633c98e027a2699a7eaa743e93efdf3472cbb"
Job succeeded
2024-01-29 18:57.21: ppx_cstubs.0.6.1-05324f5446d05aae2b68ec18fed5352a -> b98e1c990605491370389fad59af89e4a4433fe1fdf11c3e09515ecdc9267787
2024-01-29 18:57.21: Job succeeded