Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep zmq-lwt.5.1.1; 49ab3a21e6726447139e222cde3dd72e
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:20.12: Waiting for worker…
2024-09-12 20:20.12: Got resource from pool OCluster
2024-09-12 20:20.12: Using cache hint "docs-universe-prep-5.0.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
         (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.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy zmq-lwt.5.1.1 zmq.5.1.1 stdint.0.7.2 ocplib-endian.1.2 ocamlfind.1.9.6 lwt.5.6.1 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-zmq.0.1 conf-pkg-config.3 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u zmq-lwt:49ab3a21e6726447139e222cde3dd72e,zmq:293c136cf710d177cb86ce043af76615"))
 (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.701207') && (for DATA in prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1,zmq.5.1.1-293c136cf710d177cb86ce043af76615,zmq.5.1.1 prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1,zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e,zmq-lwt.5.1.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1,zmq.5.1.1-293c136cf710d177cb86ce043af76615,zmq.5.1.1 prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1,zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e,zmq-lwt.5.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1,zmq.5.1.1-293c136cf710d177cb86ce043af76615,zmq.5.1.1 prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1,zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e,zmq-lwt.5.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 20:20.12: RETRYING: 2024-09-12/083554-voodoo-prep-50ccdd Number of retries: 0 (retriable error condition)
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files:  78% (25093/32043)
Updating files:  79% (25314/32043)
Updating files:  80% (25635/32043)
Updating files:  81% (25955/32043)
Updating files:  82% (26276/32043)
Updating files:  83% (26596/32043)
Updating files:  84% (26917/32043)
Updating files:  85% (27237/32043)
Updating files:  86% (27557/32043)
Updating files:  87% (27878/32043)
Updating files:  88% (28198/32043)
Updating files:  89% (28519/32043)
Updating files:  90% (28839/32043)
Updating files:  91% (29160/32043)
Updating files:  92% (29480/32043)
Updating files:  93% (29800/32043)
Updating files:  94% (30121/32043)
Updating files:  95% (30441/32043)
Updating files:  96% (30762/32043)
Updating files:  97% (31082/32043)
Updating files:  98% (31403/32043)
Updating files:  99% (31723/32043)
Updating files: 100% (32043/32043)
Updating files: 100% (32043/32043), done.
HEAD is now at 0e1db1f417 Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933' locally
docker.io/ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933: Pulling from ocaml/opam
ec352867d6d9: Pulling fs layer
ec352867d6d9: Verifying Checksum
ec352867d6d9: Download complete
ec352867d6d9: Pull complete
Digest: sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
Status: Downloaded newer image for ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
2024-09-12 20:13.01 ---> using "3a3d00233f8a9261aad295b88d74e8ac843276009b6a3970e1f350da7f3d6884" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:13.01 ---> using "b169bc19aadea562ee9c86da8f393ca369caa4f6f0fe6704a16e0d43db0a2092" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1113 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 (15.0 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 ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 20:13.01 ---> using "8cc5850cd8f2dd698a585b6e7c8d189cdb247abf551c86d52f5acc0d5e64d6f4" from cache

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

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

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

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:13.01 ---> using "9c3436527eb0aafa9e477ec1e9b6b7a47f061e3ab1ac2877661eb31b58c6ed7f" from cache
2024-09-12 20:13.01 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933' locally
docker.io/ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933: Pulling from ocaml/opam
ec352867d6d9: Pulling fs layer
ec352867d6d9: Verifying Checksum
ec352867d6d9: Download complete
ec352867d6d9: Pull complete
Digest: sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
Status: Downloaded newer image for ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
2024-09-12 20:13.01 ---> using "3a3d00233f8a9261aad295b88d74e8ac843276009b6a3970e1f350da7f3d6884" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:13.01 ---> using "b169bc19aadea562ee9c86da8f393ca369caa4f6f0fe6704a16e0d43db0a2092" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:13.01 ---> using "9f629e8cfb37309fb7a1d4d8789cef3fda89ec12a328034c3a5fcc53f4ab95b0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:13.02 ---> using "8f754a199da98eb42e520eb0106a6fca0a9390a0a3cd49861179558779ab1cd0" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:13.02 ---> using "cf722bf0d66be6215c80acc341fe9e8c34274936dac9d9249f3367cab35822ab" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 20:13.02 ---> using "837a67a868b96b349976d24122d6fcb158bfcab9c8096f128c9f39ddc664fb2b" from cache

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

2024-09-12 20:13.02 ---> using "6a2509aba9edced6ef82ff558df14783737051cfd217cb2b9260f9689deec5ae" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:13.02 ---> using "3ecd73358cbd339eb16f5e6cda210dc6ad039daf705dd18b4eebe4b46cb28e17" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:13.02 ---> using "2e494615ab29fda2d8e4d7a974503313693107fdb6e70f63a0fdfef06c4e40ac" 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 zmq-lwt.5.1.1 zmq.5.1.1 stdint.0.7.2 ocplib-endian.1.2 ocamlfind.1.9.6 lwt.5.6.1 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-zmq.0.1 conf-pkg-config.3 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1193 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy zmq-lwt.5.1.1 zmq.5.1.1 stdint.0.7.2 ocplib-endian.1.2 ocamlfind.1.9.6 lwt.5.6.1 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-zmq.0.1 conf-pkg-config.3 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libzmq3-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install stdint            0.7.2
  - install csexp             1.5.2
  - install base-bytes        base
  - install conf-pkg-config   3
  - install cppo              1.7.0
  - install dune-configurator 3.16.0
  - install conf-zmq          0.1
  - install ocplib-endian     1.2
  - install zmq               5.1.1
  - install lwt               5.6.1
  - install zmq-lwt           5.1.1
===== 11 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libzmq3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package comerr-dev:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../00-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 .../01-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 .../02-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 .../03-libsodium23_1.0.18-1_amd64.deb ...
- Unpacking libsodium23:amd64 (1.0.18-1) ...
- Selecting previously unselected package libzmq5:amd64.
- Preparing to unpack .../04-libzmq5_4.3.4-6_amd64.deb ...
- Unpacking libzmq5:amd64 (4.3.4-6) ...
- Selecting previously unselected package libpgm-dev:amd64.
- Preparing to unpack .../05-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 .../06-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 .../07-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../08-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../09-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../10-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 .../11-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 .../12-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 .../13-libgssrpc4_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libgssrpc4:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkdb5-10:amd64.
- Preparing to unpack .../14-libkdb5-10_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkdb5-10:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../15-libkadm5srv-mit12_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../16-libkadm5clnt-mit12_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../17-krb5-multidev_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../18-libkrb5-dev_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libmd-dev:amd64.
- Preparing to unpack .../19-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 .../20-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 .../21-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 .../22-cppzmq-dev_4.9.0-1_amd64.deb ...
- Unpacking cppzmq-dev:amd64 (4.9.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../23-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../24-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../25-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../26-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-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 libgssrpc4:amd64 (1.20.1-2+deb12u2) ...
- Setting up libpkgconf3:amd64 (1.8.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 pkgconf-bin (1.8.1-1) ...
- Setting up libsodium-dev:amd64 (1.0.18-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+deb12u2) ...
- Setting up libkdb5-10:amd64 (1.20.1-2+deb12u2) ...
- 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+deb12u2) ...
- Setting up krb5-multidev:amd64 (1.20.1-2+deb12u2) ...
- Setting up libnorm-dev:amd64 (1.5.9+dfsg-2) ...
- Setting up libkrb5-dev:amd64 (1.20.1-2+deb12u2) ...
- 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+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-zmq.0.1  (cached)
Processing  4/33:
Processing  5/33:
Processing  6/33:
Processing  7/33:
Processing  8/33: [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing  9/33: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.7.0  (cached)
Processing 10/33: [conf-pkg-config: pkg-config]
Processing 11/33: [conf-pkg-config: pkg-config] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 12/33: [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 13/33: [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 14/33: [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 14/33: [cppo: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 15/33: [cppo: dune build] [csexp: dune build]
Processing 16/33: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> retrieved lwt.5.6.1  (cached)
Processing 17/33: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> retrieved ocplib-endian.1.2  (cached)
Processing 18/33: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 18/33: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
-> installed csexp.1.5.2
Processing 19/33: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
Processing 20/33: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [dune-configurator: rm]
-> retrieved stdint.0.7.2  (cached)
Processing 21/33: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [dune-configurator: rm] [stdint: dune build]
-> compiled  conf-zmq.0.1
Processing 21/33: [cppo: dune build] [dune-configurator: rm] [stdint: dune build]
-> installed conf-zmq.0.1
Processing 22/33: [cppo: dune build] [dune-configurator: rm] [stdint: dune build]
-> retrieved zmq.5.1.1  (cached)
-> retrieved zmq-lwt.5.1.1  (cached)
Processing 22/33: [cppo: dune build] [dune-configurator: dune build] [stdint: dune build]
-> compiled  cppo.1.7.0
Processing 22/33: [dune-configurator: dune build] [stdint: dune build]
-> installed cppo.1.7.0
Processing 23/33: [dune-configurator: dune build] [stdint: dune build]
Processing 24/33: [dune-configurator: dune build] [ocplib-endian: dune build] [stdint: dune build]
-> compiled  ocplib-endian.1.2
Processing 24/33: [dune-configurator: dune build] [stdint: dune build]
-> installed ocplib-endian.1.2
Processing 25/33: [dune-configurator: dune build] [stdint: dune build]
-> compiled  stdint.0.7.2
Processing 25/33: [dune-configurator: dune build]
-> installed stdint.0.7.2
Processing 26/33: [dune-configurator: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune-configurator.3.16.0)
-> compiled  dune-configurator.3.16.0
-> installed dune-configurator.3.16.0
Processing 28/33: [lwt: dune exec]
Processing 29/33: [lwt: dune exec] [zmq: dune build]
Processing 29/33: [lwt: dune build] [zmq: dune build]
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I zmq-deferred/src/.zmq_deferred.objs/byte -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/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.0/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.0/lib/ocaml/unix -I /home/opam/.opam/5.0/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.0/lib/ocaml -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/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.0/lib/ocaml/caml/mlvalues.h:307:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #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.0/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #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.0/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 1 of 'zmq_z85_encode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #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.0/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 1 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #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.0/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 2 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #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.1
Processing 29/33: [lwt: dune build]
-> installed zmq.5.1.1
Processing 30/33: [lwt: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "lwt" "-j" "39" (CWD=/home/opam/.opam/5.0/.opam-switch/build/lwt.5.6.1)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -w +A-29 -g -bin-annot -I src/core/.lwt.objs/byte -I /home/opam/.opam/5.0/lib/bytes -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/byte/lwt_stream.cmo -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -w +A-29 -g -I src/core/.lwt.objs/byte -I src/core/.lwt.objs/native -I /home/opam/.opam/5.0/lib/bytes -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/native/lwt_stream.cmx -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default/src/unix && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I. -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ocplib-endian -I /home/opam/.opam/5.0/lib/ocplib-endian/bigstring -I ../core -o unix_tcgetattr_job.o -c unix_tcgetattr_job.c)
- unix_tcgetattr_job.c: In function 'result_tcgetattr':
- unix_tcgetattr_job.c:37:43: warning: passing argument 2 of 'encode_terminal_status' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    37 |     encode_terminal_status(&job->termios, &Field(res, 0));
- In file included from unix_tcgetattr_job.c:17:
- unix_termios_conversion.h:27:69: note: expected 'value *' {aka 'long int *'} but argument is of type 'volatile value *' {aka 'volatile long int *'}
-    27 | void encode_terminal_status(struct termios *terminal_status, value *dst);
-       |                                                              ~~~~~~~^~~
- (cd _build/default/src/unix && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I. -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ocplib-endian -I /home/opam/.opam/5.0/lib/ocplib-endian/bigstring -I ../core -o unix_tcsetattr_job.o -c unix_tcsetattr_job.c)
- unix_tcsetattr_job.c: In function 'lwt_unix_tcsetattr_job':
- unix_tcsetattr_job.c:59:27: warning: passing argument 2 of 'memcpy' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    59 |     memcpy(&job->termios, &Field(termios, 0), NFIELDS * sizeof(value));
- In file included from /usr/include/x86_64-linux-gnu/sys/un.h:37,
-                  from /home/opam/.opam/5.0/lib/ocaml/caml/socketaddr.h:43,
-                  from lwt_unix.h:14,
-                  from unix_tcsetattr_job.c:14:
- /usr/include/string.h:43:70: note: expected 'const void * restrict' but argument is of type 'volatile value *' {aka 'volatile long int *'}
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                                               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
-> compiled  lwt.5.6.1
-> installed lwt.5.6.1
Processing 32/33: [zmq-lwt: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "zmq-lwt" "-j" "39" (CWD=/home/opam/.opam/5.0/.opam-switch/build/zmq-lwt.5.1.1)
-> compiled  zmq-lwt.5.1.1
-> installed zmq-lwt.5.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:14.32 ---> saved as "1c605c88ea4f21e2447c942780119664da0a624da8dd7b4ce3fea905846ccf3f"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u zmq-lwt:49ab3a21e6726447139e222cde3dd72e,zmq:293c136cf710d177cb86ce043af76615"))
2024-09-12 20:14.34 ---> saved as "920e94767bd1beb34bf20d678575519edd540987dcc75e1a842b9bf4425feeee"

/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.701207') && (for DATA in prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1,zmq.5.1.1-293c136cf710d177cb86ce043af76615,zmq.5.1.1 prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1,zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e,zmq-lwt.5.1.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1,zmq.5.1.1-293c136cf710d177cb86ce043af76615,zmq.5.1.1 prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1,zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e,zmq-lwt.5.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1,zmq.5.1.1-293c136cf710d177cb86ce043af76615,zmq.5.1.1 prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1,zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e,zmq-lwt.5.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.701207
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/doc/
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/doc/zmq/
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/doc/zmq/CHANGES.md
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/doc/zmq/LICENSE.md
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/doc/zmq/README.md
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/zmq.ocamlobjinfo
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/META
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred.ocamlobjinfo
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred.cmi
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred.cmt
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred__Deferred.cmi
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred__Deferred.cmt
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred__Socket.cmi
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred__Socket.cmt
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/deferred/zmq_deferred__Socket.cmti
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/dune-package
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/zmq.cmi
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/zmq.cmt
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/lib/zmq/zmq.cmti
prep/universes/293c136cf710d177cb86ce043af76615/zmq/5.1.1/opam
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/doc/
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/doc/zmq-lwt/
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/doc/zmq-lwt/CHANGES.md
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/doc/zmq-lwt/LICENSE.md
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/doc/zmq-lwt/README.md
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt.ocamlobjinfo
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/META
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/dune-package
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt.cmi
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt.cmt
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt__.cmi
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt__.cmt
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt__Deferred.cmi
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt__Deferred.cmt
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/lib/zmq-lwt/zmq_lwt__Deferred.cmti
prep/universes/49ab3a21e6726447139e222cde3dd72e/zmq-lwt/5.1.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:zmq.5.1.1-293c136cf710d177cb86ce043af76615:cd9a2bcd15f608f14afc5131fc2e9104e2cd83e195fb5948b2cfdeaccbe699bd
HASHES:zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e:b2ecb01f81d2fe3357d37ab6b111754cce4d01c891fa3edba222a93a5031ece3
2024-09-12 20:14.36 ---> saved as "a5edb9257641a19c932b17642eafc88abb126e0ea0be36b53d45a3e924ffa7d5"
Job succeeded
2024-09-12 20:22.04: zmq-lwt.5.1.1-49ab3a21e6726447139e222cde3dd72e -> b2ecb01f81d2fe3357d37ab6b111754cce4d01c891fa3edba222a93a5031ece3
2024-09-12 20:22.04: zmq.5.1.1-293c136cf710d177cb86ce043af76615 -> cd9a2bcd15f608f14afc5131fc2e9104e2cd83e195fb5948b2cfdeaccbe699bd
2024-09-12 20:22.04: Job succeeded