Build:
  1. 0
2024-01-29 15:17.00: New job: Voodoo prep pardi.2.0.4; 3c0ff13813846fc8038a878117714feb
2024-01-29 15:17.00: Connecting to build cluster…
2024-01-29 15:17.00: Waiting for resource in pool OCluster
2024-01-29 15:57.39: Waiting for worker…
2024-01-29 16:00.15: Got resource from pool OCluster
2024-01-29 16:00.15: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy pardi.2.0.4 zmq.5.1.3 zarith.1.13 stdlib-shims.0.3.0 stdint.0.7.2 parany.10.0.2 ocamlfind.1.9.6 num.1.5 minicli.5.0.2 lz4.1.3.0 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 dolog.4.0.0 ctypes.0.21.1 csexp.1.5.2 cryptokit.1.19 cpu.2.0.0 conf-zmq.0.1 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-liblz4.1 conf-gmp-powm-sec.3 conf-gmp.4 conf-autoconf.0.1 camlp-streams.5.0.1 bigarray-compat.1.1.0 batteries.3.7.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u pardi:3c0ff13813846fc8038a878117714feb"))
 (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.567585') && (for DATA in prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4,pardi.2.0.4-3c0ff13813846fc8038a878117714feb,pardi.2.0.4; 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/3c0ff13813846fc8038a878117714feb/pardi/2.0.4,pardi.2.0.4-3c0ff13813846fc8038a878117714feb,pardi.2.0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4,pardi.2.0.4-3c0ff13813846fc8038a878117714feb,pardi.2.0.4; 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-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 16:00.15: RETRYING: 2024-01-29/151700-voodoo-prep-7c9c01 Number of retries: 0 (retriable error condition)
Building on c2-2.equinix.ci.dev
All commits already cached
Updating files:  35% (11629/32633)
Updating files:  36% (11748/32633)
Updating files:  37% (12075/32633)
Updating files:  38% (12401/32633)
Updating files:  39% (12727/32633)
Updating files:  40% (13054/32633)
Updating files:  41% (13380/32633)
Updating files:  42% (13706/32633)
Updating files:  43% (14033/32633)
Updating files:  44% (14359/32633)
Updating files:  45% (14685/32633)
Updating files:  46% (15012/32633)
Updating files:  47% (15338/32633)
Updating files:  48% (15664/32633)
Updating files:  49% (15991/32633)
Updating files:  50% (16317/32633)
Updating files:  51% (16643/32633)
Updating files:  52% (16970/32633)
Updating files:  53% (17296/32633)
Updating files:  54% (17622/32633)
Updating files:  55% (17949/32633)
Updating files:  56% (18275/32633)
Updating files:  57% (18601/32633)
Updating files:  58% (18928/32633)
Updating files:  59% (19254/32633)
Updating files:  60% (19580/32633)
Updating files:  60% (19880/32633)
Updating files:  61% (19907/32633)
Updating files:  62% (20233/32633)
Updating files:  63% (20559/32633)
Updating files:  64% (20886/32633)
Updating files:  65% (21212/32633)
Updating files:  66% (21538/32633)
Updating files:  67% (21865/32633)
Updating files:  68% (22191/32633)
Updating files:  69% (22517/32633)
Updating files:  70% (22844/32633)
Updating files:  71% (23170/32633)
Updating files:  72% (23496/32633)
Updating files:  73% (23823/32633)
Updating files:  74% (24149/32633)
Updating files:  75% (24475/32633)
Updating files:  76% (24802/32633)
Updating files:  77% (25128/32633)
Updating files:  78% (25454/32633)
Updating files:  79% (25781/32633)
Updating files:  79% (25874/32633)
Updating files:  80% (26107/32633)
Updating files:  81% (26433/32633)
Updating files:  82% (26760/32633)
Updating files:  83% (27086/32633)
Updating files:  84% (27412/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  98% (32290/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-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:55.19 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:55.19 ---> using "c7883df42ceae65bd3e6961bb0a9fb047e3c722ef2592ce50e7a291286a791da" 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 (916 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 (19.4 MB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18774 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 15:55.19 ---> using "572d8d1dd080f2806ee9655fd8ae308850a93e1bed30d8a3c9b6bf152f188e41" from cache

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

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

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.13.0
-> installed bos.0.2.1
-> 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 15:55.19 ---> using "57e703c5964f11b44b5a66913c65aa39edfd040976bda6e6a6f482688d006904" from cache

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

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

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 15:55.19 ---> using "0e7473dba8580427a37dff4af17f141bd04c6e407c92491e572938e6a94c6544" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 15:55.21 ---> using "1620efae1be93005367762055dd2b68db7a9fddcbca5e9cdf723f4aac3623bef" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 15:55.21 ---> using "259b35f2e4335cbf333b0148cad0da1f52b0c493b0115a48f43946bf7d84dcff" 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 15:55.21 ---> using "b372866020574f2da8dcc929ddcc984fa8f8551a97fd4086b55e93a3b2dce768" from cache

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

2024-01-29 15:55.21 ---> using "90624c9b95d781aedfc1aceb95d96950b008e8d21c6188ffe1d162291b214280" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 15:55.21 ---> using "8d8c3b46df780d8620c2dcd6f7bae2d4c75166f7cd00bf8e3a6a9a2af99e4494" 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 15:55.21 ---> using "e0d1dd30ad935792ce841f5f5132fbd22258b89d955891b59e423d0cc828a98f" 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 pardi.2.0.4 zmq.5.1.3 zarith.1.13 stdlib-shims.0.3.0 stdint.0.7.2 parany.10.0.2 ocamlfind.1.9.6 num.1.5 minicli.5.0.2 lz4.1.3.0 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 dolog.4.0.0 ctypes.0.21.1 csexp.1.5.2 cryptokit.1.19 cpu.2.0.0 conf-zmq.0.1 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-liblz4.1 conf-gmp-powm-sec.3 conf-gmp.4 conf-autoconf.0.1 camlp-streams.5.0.1 bigarray-compat.1.1.0 batteries.3.7.2 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 (591 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 pardi.2.0.4 zmq.5.1.3 zarith.1.13 stdlib-shims.0.3.0 stdint.0.7.2 parany.10.0.2 ocamlfind.1.9.6 num.1.5 minicli.5.0.2 lz4.1.3.0 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 dolog.4.0.0 ctypes.0.21.1 csexp.1.5.2 cryptokit.1.19 cpu.2.0.0 conf-zmq.0.1 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-liblz4.1 conf-gmp-powm-sec.3 conf-gmp.4 conf-autoconf.0.1 camlp-streams.5.0.1 bigarray-compat.1.1.0 batteries.3.7.2" 

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:
autoconf
debianutils
libgmp-dev
liblz4-dev
libzmq3-dev
pkg-config
zlib1g-dev
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install minicli           5.0.2
  - install stdint            0.7.2
  - install conf-gmp          4
  - install conf-pkg-config   3
  - install num               1.5
  - install bigarray-compat   1.1.0
  - install dolog             4.0.0
  - install csexp             1.5.2
  - install conf-which        1
  - install camlp-streams     5.0.1
  - install stdlib-shims      0.3.0
  - install zarith            1.13
  - install conf-gmp-powm-sec 3
  - install conf-zmq          0.1
  - install conf-zlib         1
  - install conf-liblz4       1
  - install dune-configurator 3.13.0
  - install conf-autoconf     0.1
  - install batteries         3.7.2
  - install integers          0.7.0
  - install zmq               5.1.3
  - install cryptokit         1.19
  - install cpu               2.0.0
  - install ctypes            0.21.1
  - install parany            10.0.2
  - install lz4               1.3.0
  - install pardi             2.0.4
===== 27 to install =====

The following system packages will first need to be installed:
    autoconf libgmp-dev liblz4-dev libzmq3-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "libgmp-dev" "liblz4-dev" "libzmq3-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18774 files and directories currently installed.)
- Preparing to unpack .../00-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../01-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../03-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../04-comerr-dev_2.1-1.47.0-2_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.0-2) ...
- Selecting previously unselected package libnorm1:amd64.
- Preparing to unpack .../05-libnorm1_1.5.9+dfsg-2_amd64.deb ...
- Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ...
- Selecting previously unselected package libpgm-5.3-0:amd64.
- Preparing to unpack .../06-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ...
- Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Selecting previously unselected package libsodium23:amd64.
- Preparing to unpack .../07-libsodium23_1.0.18-1_amd64.deb ...
- Unpacking libsodium23:amd64 (1.0.18-1) ...
- Selecting previously unselected package libzmq5:amd64.
- Preparing to unpack .../08-libzmq5_4.3.4-6_amd64.deb ...
- Unpacking libzmq5:amd64 (4.3.4-6) ...
- Selecting previously unselected package libpgm-dev:amd64.
- Preparing to unpack .../09-libpgm-dev_5.3.128~dfsg-2_amd64.deb ...
- Unpacking libpgm-dev:amd64 (5.3.128~dfsg-2) ...
- Selecting previously unselected package libsodium-dev:amd64.
- Preparing to unpack .../10-libsodium-dev_1.0.18-1_amd64.deb ...
- Unpacking libsodium-dev:amd64 (1.0.18-1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../11-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../12-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../13-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../14-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../15-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libnorm-dev:amd64.
- Preparing to unpack .../16-libnorm-dev_1.5.9+dfsg-2_amd64.deb ...
- Unpacking libnorm-dev:amd64 (1.5.9+dfsg-2) ...
- Selecting previously unselected package libgssrpc4:amd64.
- Preparing to unpack .../17-libgssrpc4_1.20.1-2+deb12u1_amd64.deb ...
- Unpacking libgssrpc4:amd64 (1.20.1-2+deb12u1) ...
- Selecting previously unselected package libkdb5-10:amd64.
- Preparing to unpack .../18-libkdb5-10_1.20.1-2+deb12u1_amd64.deb ...
- Unpacking libkdb5-10:amd64 (1.20.1-2+deb12u1) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../19-libkadm5srv-mit12_1.20.1-2+deb12u1_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.20.1-2+deb12u1) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../20-libkadm5clnt-mit12_1.20.1-2+deb12u1_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.20.1-2+deb12u1) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../21-krb5-multidev_1.20.1-2+deb12u1_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.20.1-2+deb12u1) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../22-libkrb5-dev_1.20.1-2+deb12u1_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.20.1-2+deb12u1) ...
- Selecting previously unselected package libmd-dev:amd64.
- Preparing to unpack .../23-libmd-dev_1.0.4-2_amd64.deb ...
- Unpacking libmd-dev:amd64 (1.0.4-2) ...
- Selecting previously unselected package libbsd-dev:amd64.
- Preparing to unpack .../24-libbsd-dev_0.11.7-2_amd64.deb ...
- Unpacking libbsd-dev:amd64 (0.11.7-2) ...
- Selecting previously unselected package libzmq3-dev:amd64.
- Preparing to unpack .../25-libzmq3-dev_4.3.4-6_amd64.deb ...
- Unpacking libzmq3-dev:amd64 (4.3.4-6) ...
- Selecting previously unselected package cppzmq-dev:amd64.
- Preparing to unpack .../26-cppzmq-dev_4.9.0-1_amd64.deb ...
- Unpacking cppzmq-dev:amd64 (4.9.0-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../27-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../28-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package liblz4-dev:amd64.
- Preparing to unpack .../29-liblz4-dev_1.9.4-1_amd64.deb ...
- Unpacking liblz4-dev:amd64 (1.9.4-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../30-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../31-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../32-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../33-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../34-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libsodium23:amd64 (1.0.18-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Setting up libnorm1:amd64 (1.5.9+dfsg-2) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libgssrpc4:amd64 (1.20.1-2+deb12u1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libpgm-dev:amd64 (5.3.128~dfsg-2) ...
- Setting up comerr-dev:amd64 (2.1-1.47.0-2) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up liblz4-dev:amd64 (1.9.4-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsodium-dev:amd64 (1.0.18-1) ...
- Setting up autoconf (2.71-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libmd-dev:amd64 (1.0.4-2) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libbsd-dev:amd64 (0.11.7-2) ...
- Setting up libkadm5clnt-mit12:amd64 (1.20.1-2+deb12u1) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libkdb5-10:amd64 (1.20.1-2+deb12u1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libzmq5:amd64 (4.3.4-6) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libkadm5srv-mit12:amd64 (1.20.1-2+deb12u1) ...
- Setting up krb5-multidev:amd64 (1.20.1-2+deb12u1) ...
- Setting up libnorm-dev:amd64 (1.5.9+dfsg-2) ...
- Setting up libkrb5-dev:amd64 (1.20.1-2+deb12u1) ...
- Setting up libzmq3-dev:amd64 (4.3.4-6) ...
- Setting up cppzmq-dev:amd64 (4.9.0-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/81:
Processing  2/81:
Processing  3/81:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  4/81:
Processing  5/81:
Processing  6/81:
Processing  7/81:
Processing  8/81:
Processing  9/81:
Processing 10/81:
Processing 11/81:
Processing 12/81:
Processing 13/81: [bigarray-compat: dune build]
Processing 14/81: [bigarray-compat: dune build] [conf-gmp: sh]
Processing 15/81: [bigarray-compat: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 16/81: [bigarray-compat: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved batteries.3.7.2  (cached)
Processing 17/81: [bigarray-compat: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 18/81: [bigarray-compat: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 19/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved cpu.2.0.0  (cached)
Processing 20/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
- 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 20/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-which: which which]
-> installed conf-pkg-config.3
Processing 21/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-which: which which]
Processing 22/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-which: which which]
Processing 23/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-which: which which] [conf-zlib: pkg-config zlib]
Processing 24/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-which: which which] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
- /usr/bin/which
-> compiled  conf-which.1
Processing 24/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
-> installed conf-which.1
Processing 25/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
Processing 26/81: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
-> retrieved cryptokit.1.19  (cached)
Processing 27/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
-> retrieved csexp.1.5.2  (cached)
Processing 28/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)]
Processing 29/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
-> retrieved ctypes.0.21.1  (cached)
Processing 30/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 30/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
-> installed conf-gmp.4
Processing 31/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
Processing 32/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp-powm-sec: sh] [conf-liblz4: pkg-config liblz4] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
-> compiled  conf-liblz4.1
Processing 32/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp-powm-sec: sh] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
-> installed conf-liblz4.1
Processing 33/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp-powm-sec: sh] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
-> compiled  conf-zlib.1
Processing 33/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp-powm-sec: sh] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
-> installed conf-zlib.1
Processing 34/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-autoconf: which autoconf] [conf-gmp-powm-sec: sh] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
Processing 34/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp-powm-sec: sh] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
-> installed conf-autoconf.0.1
Processing 35/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp-powm-sec: sh] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [csexp: dune build]
Processing 36/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp-powm-sec: sh] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cpu: autoconf] [csexp: dune build]
-> compiled  conf-zmq.0.1
Processing 36/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp-powm-sec: sh] [cpu: autoconf] [csexp: dune build]
-> installed conf-zmq.0.1
Processing 37/81: [dolog.4.0.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp-powm-sec: sh] [cpu: autoconf] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 38/81: [dolog.4.0.0: http] [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [conf-gmp-powm-sec: sh] [cpu: autoconf] [csexp: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp-powm-sec.3
Processing 38/81: [dolog.4.0.0: http] [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build]
-> installed conf-gmp-powm-sec.3
Processing 39/81: [dolog.4.0.0: http] [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build]
Processing 39/81: [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build]
-> retrieved dolog.4.0.0  (https://github.com/UnixJunkie/dolog/archive/v4.0.0.tar.gz)
Processing 40/81: [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build]
Processing 41/81: [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build]
-> retrieved minicli.5.0.2  (cached)
Processing 42/81: [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build]
Processing 43/81: [lz4.1.3.0: http] [bigarray-compat: dune build] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 43/81: [lz4.1.3.0: http] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
-> installed bigarray-compat.1.1.0
Processing 44/81: [lz4.1.3.0: http] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
Processing 44/81: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
-> retrieved num.1.5  (cached)
Processing 45/81: [parany.10.0.2: http] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
Processing 46/81: [parany.10.0.2: http] [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
-> compiled  csexp.1.5.2
Processing 46/81: [parany.10.0.2: http] [camlp-streams: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
-> installed csexp.1.5.2
Processing 47/81: [parany.10.0.2: http] [camlp-streams: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
-> retrieved lz4.1.3.0  (https://github.com/whitequark/ocaml-lz4/releases/download/v1.3.0/lz4-1.3.0.tbz)
Processing 48/81: [parany.10.0.2: http] [pardi.2.0.4: http] [camlp-streams: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
- configure.ac:8: warning: The macro `AC_HEADER_STDC' is obsolete.
- configure.ac:8: You should run autoupdate.
- ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
- configure.ac:8: the top level
Processing 48/81: [parany.10.0.2: http] [pardi.2.0.4: http] [camlp-streams: dune build] [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
Processing 48/81: [pardi.2.0.4: http] [camlp-streams: dune build] [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
-> retrieved parany.10.0.2  (https://github.com/UnixJunkie/parany/archive/v10.0.2.tar.gz)
Processing 49/81: [pardi.2.0.4: http] [camlp-streams: dune build] [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
-> compiled  camlp-streams.5.0.1
Processing 49/81: [pardi.2.0.4: http] [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
-> installed camlp-streams.5.0.1
Processing 50/81: [pardi.2.0.4: http] [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
-> retrieved stdint.0.7.2  (cached)
Processing 51/81: [pardi.2.0.4: http] [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-modern]
Processing 52/81: [pardi.2.0.4: http] [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-modern] [stdint: dune build]
-> compiled  dolog.4.0.0
Processing 52/81: [pardi.2.0.4: http] [cpu: autoheader] [minicli: dune build] [num: make opam-modern] [stdint: dune build]
-> installed dolog.4.0.0
Processing 53/81: [pardi.2.0.4: http] [cpu: autoheader] [minicli: dune build] [num: make opam-modern] [stdint: dune build]
-> compiled  minicli.5.0.2
Processing 53/81: [pardi.2.0.4: http] [cpu: autoheader] [num: make opam-modern] [stdint: dune build]
-> installed minicli.5.0.2
Processing 54/81: [pardi.2.0.4: http] [cpu: autoheader] [num: make opam-modern] [stdint: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 55/81: [pardi.2.0.4: http] [cpu: autoheader] [num: make opam-modern] [stdint: dune build]
Processing 56/81: [pardi.2.0.4: http] [cpu: autoheader] [num: make opam-modern] [stdint: dune build] [stdlib-shims: dune build]
-> retrieved zarith.1.13  (cached)
Processing 57/81: [pardi.2.0.4: http] [zmq.5.1.3: http] [cpu: autoheader] [num: make opam-modern] [stdint: dune build] [stdlib-shims: dune build]
Processing 58/81: [pardi.2.0.4: http] [zmq.5.1.3: http] [cpu: autoheader] [num: make opam-modern] [stdint: dune build] [stdlib-shims: dune build] [zarith: ./configure]
Processing 58/81: [zmq.5.1.3: http] [cpu: autoheader] [num: make opam-modern] [stdint: dune build] [stdlib-shims: dune build] [zarith: ./configure]
Processing 58/81: [zmq.5.1.3: http] [cpu: ./configure] [num: make opam-modern] [stdint: dune build] [stdlib-shims: dune build] [zarith: ./configure]
Processing 58/81: [cpu: ./configure] [num: make opam-modern] [stdint: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> retrieved zmq.5.1.3  (https://github.com/issuu/ocaml-zmq/releases/download/5.1.3/zmq-5.1.3.tbz)
-> retrieved pardi.2.0.4  (https://github.com/UnixJunkie/pardi/archive/v2.0.4.tar.gz)
-> compiled  stdlib-shims.0.3.0
Processing 58/81: [cpu: ./configure] [num: make opam-modern] [stdint: dune build] [zarith: ./configure]
-> installed stdlib-shims.0.3.0
Processing 59/81: [cpu: ./configure] [num: make opam-modern] [stdint: dune build] [zarith: ./configure]
Processing 60/81: [cpu: ./configure] [integers: dune build] [num: make opam-modern] [stdint: dune build] [zarith: ./configure]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 61/81: [cpu: ./configure] [dune-configurator: rm] [integers: dune build] [num: make opam-modern] [stdint: dune build] [zarith: ./configure]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/5.1/.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/5.1/.opam-switch/build/num.1.5/src'
- cp src/num-modern.install num.install
-> compiled  num.1.5
Processing 61/81: [cpu: ./configure] [dune-configurator: rm] [integers: dune build] [stdint: dune build] [zarith: ./configure]
-> installed num.1.5
Processing 62/81: [cpu: ./configure] [dune-configurator: rm] [integers: dune build] [stdint: dune build] [zarith: ./configure]
Processing 63/81: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm] [integers: dune build] [stdint: dune build] [zarith: ./configure]
-> compiled  stdint.0.7.2
Processing 63/81: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm] [integers: dune build] [zarith: ./configure]
-> installed stdint.0.7.2
Processing 64/81: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm] [integers: dune build] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/5.1/bin
- binary ocamlc: found in /home/opam/.opam/5.1/bin
- binary ocamldep: found in /home/opam/.opam/5.1/bin
- binary ocamlmklib: found in /home/opam/.opam/5.1/bin
- binary ocamldoc: found in /home/opam/.opam/5.1/bin
- binary ocamlopt: found in /home/opam/.opam/5.1/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/5.1/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/5.1/lib/ocaml  
-   libraries:             -lgmp 
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/5.1/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 64/81: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm] [integers: dune build] [zarith: make]
- checking for ocamlc... ocamlc
- OCaml version is 5.1.1
- OCaml library path is /home/opam/.opam/5.1/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... no
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for sched.h... yes
- checking for gcc options needed to detect all undeclared functions... none needed
- checking whether sched_setaffinity is declared... yes
- checking for mach/thread_policy.h... no
- checking whether thread_policy_set is declared... no
- configure: creating ./config.status
- config.status: creating src/config.h
Processing 64/81: [batteries: dune build] [cpu: dune build] [dune-configurator: rm] [integers: dune build] [zarith: make]
-> compiled  integers.0.7.0
Processing 64/81: [batteries: dune build] [cpu: dune build] [dune-configurator: rm] [zarith: make]
-> installed integers.0.7.0
Processing 65/81: [batteries: dune build] [cpu: dune build] [dune-configurator: rm] [zarith: make]
Processing 65/81: [batteries: dune build] [cpu: dune build] [dune-configurator: dune build] [zarith: make]
-> compiled  cpu.2.0.0
Processing 65/81: [batteries: dune build] [dune-configurator: dune build] [zarith: make]
-> installed cpu.2.0.0
Processing 66/81: [batteries: dune build] [dune-configurator: dune build] [zarith: make]
Processing 67/81: [batteries: dune build] [dune-configurator: dune build] [parany: dune build] [zarith: make]
-> compiled  parany.10.0.2
Processing 67/81: [batteries: dune build] [dune-configurator: dune build] [zarith: make]
-> installed parany.10.0.2
Processing 68/81: [batteries: dune build] [dune-configurator: dune build] [zarith: make]
-> compiled  dune-configurator.3.13.0
Processing 68/81: [batteries: dune build] [zarith: make]
-> installed dune-configurator.3.13.0
Processing 69/81: [batteries: dune build] [zarith: make]
Processing 70/81: [batteries: dune build] [ctypes: dune build] [zarith: make]
Processing 71/81: [batteries: dune build] [ctypes: dune build] [zarith: make] [zmq: dune build]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I zmq-deferred/src/.zmq_deferred.objs/byte -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/stdint -I zmq/src/.zmq.objs/byte -intf-suffix .ml -no-alias-deps -open Zmq_deferred -o zmq-deferred/src/.zmq_deferred.objs/byte/zmq_deferred__Socket.cmo -c -impl zmq-deferred/src/socket.ml)
- File "zmq-deferred/src/socket.ml", line 58, characters 12-27:
- 58 |             Queue.pop queue |> ignore
-                  ^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I zmq-deferred/src/.zmq_deferred.objs/byte -I zmq-deferred/src/.zmq_deferred.objs/native -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/stdint -I zmq/src/.zmq.objs/byte -I zmq/src/.zmq.objs/native -intf-suffix .ml -no-alias-deps -open Zmq_deferred -o zmq-deferred/src/.zmq_deferred.objs/native/zmq_deferred__Socket.cmx -c -impl zmq-deferred/src/socket.ml)
- File "zmq-deferred/src/socket.ml", line 58, characters 12-27:
- 58 |             Queue.pop queue |> ignore
-                  ^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- (cd _build/default/zmq/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -isystem /usr/include/mit-krb5 -I/usr/include/pgm-5.3 -I/usr/include/libxml2 -Wall -Wextra -O2 -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/stdint -o caml_zmq_stubs.o -c caml_zmq_stubs.c)
- In file included from caml_zmq_stubs.c:12:
- caml_zmq_stubs.c: In function 'caml_zmq_set_string_option':
- /home/opam/.opam/5.1/lib/ocaml/caml/mlvalues.h:329:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   329 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- caml_zmq_stubs.c:222:26: note: in expansion of macro 'String_val'
-   222 |     char *option_value = String_val(socket_option);
-       |                          ^~~~~~~~~~
- caml_zmq_stubs.c: In function 'caml_zmq_recv':
- /home/opam/.opam/5.1/lib/ocaml/caml/mlvalues.h:329:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   329 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:476:13: note: in expansion of macro 'String_val'
-   476 |     memcpy (String_val(message), zmq_msg_data (&msg), size);
-       |             ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:7:
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- caml_zmq_stubs.c: In function 'caml_z85_encode':
- /home/opam/.opam/5.1/lib/ocaml/caml/mlvalues.h:329:24: warning: passing argument 1 of 'zmq_z85_encode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   329 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:800:24: note: in expansion of macro 'String_val'
-   800 |     if (zmq_z85_encode(String_val(result), (uint8_t*) String_val(source), length) == NULL)
-       |                        ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:32:
- /usr/include/zmq.h:570:23: note: expected 'char *' but argument is of type 'const char *'
-   570 | zmq_z85_encode (char *dest_, const uint8_t *data_, size_t size_);
-       |                 ~~~~~~^~~~~
- caml_zmq_stubs.c: In function 'caml_curve_keypair':
- /home/opam/.opam/5.1/lib/ocaml/caml/mlvalues.h:329:24: warning: passing argument 1 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   329 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:828:36: note: in expansion of macro 'String_val'
-   828 |     int result = zmq_curve_keypair(String_val(public), String_val(secret));
-       |                                    ^~~~~~~~~~
- /usr/include/zmq.h:577:41: note: expected 'char *' but argument is of type 'const char *'
-   577 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_);
-       |                                   ~~~~~~^~~~~~~~~~~~~~~
- /home/opam/.opam/5.1/lib/ocaml/caml/mlvalues.h:329:24: warning: passing argument 2 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   329 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:828:56: note: in expansion of macro 'String_val'
-   828 |     int result = zmq_curve_keypair(String_val(public), String_val(secret));
-       |                                                        ^~~~~~~~~~
- /usr/include/zmq.h:577:64: note: expected 'char *' but argument is of type 'const char *'
-   577 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_);
-       |                                                          ~~~~~~^~~~~~~~~~~~~~~
-> compiled  zmq.5.1.3
Processing 71/81: [batteries: dune build] [ctypes: dune build] [zarith: make]
-> installed zmq.5.1.3
Processing 72/81: [batteries: dune build] [ctypes: dune build] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp  
- ocamlc -ccopt "-I/home/opam/.opam/5.1/lib/ocaml   -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp  
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp  
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 72/81: [batteries: dune build] [ctypes: dune build]
Processing 73/81: [batteries: dune build] [ctypes: dune build] [zarith: make install]
-> compiled  batteries.3.7.2
Processing 73/81: [ctypes: dune build] [zarith: make install]
Processing 73/81: [ctypes: dune install] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/5.1/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/q.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.h
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/5.1/lib/zarith/z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/libzarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zarith/META
-> installed zarith.1.13
Processing 73/81: [ctypes: dune install]
Processing 74/81: [cryptokit: dune build] [ctypes: dune install]
-> installed batteries.3.7.2
Processing 75/81: [cryptokit: dune build] [ctypes: dune install]
-> compiled  ctypes.0.21.1
Processing 75/81: [cryptokit: dune build]
-> installed ctypes.0.21.1
Processing 76/81: [cryptokit: dune build]
Processing 77/81: [cryptokit: dune build] [lz4: dune build]
-> compiled  lz4.1.3.0
Processing 77/81: [cryptokit: dune build]
-> installed lz4.1.3.0
Processing 78/81: [cryptokit: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "cryptokit" "-j" "255" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/cryptokit.1.19)
- (cd _build/default/src && config/flags.exe)
- ZLib: ............................... enabled
- Hardware support for AES and GCM: ... enabled
- getentropy():........................ enabled
-> compiled  cryptokit.1.19
-> installed cryptokit.1.19
Processing 80/81: [pardi: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "pardi" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/pardi.2.0.4)
-> compiled  pardi.2.0.4
-> installed pardi.2.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:57.52 ---> saved as "946e261272510d502903f9681dfefce8fbb4f4df0bc7471369767cb37cb5c495"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u pardi:3c0ff13813846fc8038a878117714feb"))
2024-01-29 15:57.56 ---> saved as "04504740eb4a4ee9b344ffc1289e476307edfe637a56e3e611cf5456d876f5b6"

/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.567585') && (for DATA in prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4,pardi.2.0.4-3c0ff13813846fc8038a878117714feb,pardi.2.0.4; 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/3c0ff13813846fc8038a878117714feb/pardi/2.0.4,pardi.2.0.4-3c0ff13813846fc8038a878117714feb,pardi.2.0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4,pardi.2.0.4-3c0ff13813846fc8038a878117714feb,pardi.2.0.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.567585
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/doc/
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/doc/pardi/
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/doc/pardi/README.md
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/lib/
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/lib/pardi/
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/lib/pardi/dune-package
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/lib/pardi/META
prep/universes/3c0ff13813846fc8038a878117714feb/pardi/2.0.4/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:pardi.2.0.4-3c0ff13813846fc8038a878117714feb:2698b3b141ffc1e2f21b5c2091371b0b1302fb6984c341b731f7d573bc93d778
2024-01-29 15:58.00 ---> saved as "dc26cb8d5b9c05aa41f0b7e7ba6cf9c9033d124e554b50dc028d41066e3c47f6"
Job succeeded
2024-01-29 16:04.13: pardi.2.0.4-3c0ff13813846fc8038a878117714feb -> 2698b3b141ffc1e2f21b5c2091371b0b1302fb6984c341b731f7d573bc93d778
2024-01-29 16:04.13: Job succeeded