Build:
  1. 0
2024-01-29 15:19.05: New job: Voodoo prep ssl.0.5.4; 0acb79213f51f6c41d0618724384e9bd
2024-01-29 15:19.05: Waiting for resource in pool OCluster
2024-01-29 19:19.36: Waiting for worker…
2024-01-29 19:20.07: Got resource from pool OCluster
2024-01-29 19:20.07: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (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 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (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 ssl.0.5.4 ocamlfind.1.9.6 conf-which.1 conf-pkg-config.3 conf-libssl.4 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ssl:0acb79213f51f6c41d0618724384e9bd"))
 (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.936896') && (for DATA in prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4,ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd,ssl.0.5.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/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4,ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd,ssl.0.5.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4,ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd,ssl.0.5.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 e78a2d9d6ff36228b06634eba8a82e5b37ed79a8 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:20.07: RETRYING: 2024-01-29/151905-voodoo-prep-fa7b01 Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
HEAD is now at e78a2d9d6f conf-libssl: Add support for distributions derived from fedora

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:15.04 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

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

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

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

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

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:15.04 ---> using "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8" from cache
2024-01-29 19:15.04 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:15.04 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:15.04 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 19:15.04 ---> using "50a061015e57b489daec5893a083c81b93ec0b29b89dbcf9b55da6d4003431c6" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:16.08 ---> saved as "187008075f8358eef2a876cae92e02d0c00faa427b5cc1c334eba5a485bb177f"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:16.09 ---> saved as "221b2b23f8474417332e3c91b6b48e33124e14bb6773a4363c8eb1468618c82c"

/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 19:17.00 ---> saved as "cd7a14eb8ed34a373828ac77b02c73a4ef3f9003417950d1d96c6d5bd86223ee"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.14 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 19:17.16 ---> saved as "2ad00463288446ebc10dbe201111c362f9b1d7426f7588a3bd66ae0076af7e35"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:17.17 ---> saved as "94f23288c089b7c84a7adec8c2ca40d97601b44f86fffcaaf647a373242a25c7"

/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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:17.32 ---> saved as "7889a431e860f47aac36ec2c2c5d9435a8c839b2a2d6adaca484d2fa81a40412"

/home/opam: (env DUNE_CACHE disabled)

/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 ssl.0.5.4 ocamlfind.1.9.6 conf-which.1 conf-pkg-config.3 conf-libssl.4 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 [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 (1156 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 ssl.0.5.4 ocamlfind.1.9.6 conf-which.1 conf-pkg-config.3 conf-libssl.4 base-bytes.base" 

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:
debianutils
libssl-dev
pkg-config
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-which      1
  - install base-bytes      base
  - install conf-pkg-config 3
  - install conf-libssl     4
  - install ssl             0.5.4
===== 5 to install =====

The following system packages will first need to be installed:
    libssl-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" "libssl-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../libssl-dev_3.0.11-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  5/15:
Processing  6/15:
Processing  7/15: [conf-pkg-config: pkg-config]
Processing  8/15: [conf-pkg-config: pkg-config] [conf-which: which which]
-> installed base-bytes.base
Processing  9/15: [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved ssl.0.5.4  (cached)
- 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  9/15: [conf-which: which which]
-> installed conf-pkg-config.3
Processing 10/15: [conf-which: which which]
Processing 11/15: [conf-libssl: pkg-config openssl] [conf-which: which which]
- /usr/bin/which
-> compiled  conf-which.1
Processing 11/15: [conf-libssl: pkg-config openssl]
-> installed conf-which.1
Processing 12/15: [conf-libssl: pkg-config openssl]
+ /usr/bin/pkg-config "--print-errors" "--exists" "openssl" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-libssl.4)
-> compiled  conf-libssl.4
-> installed conf-libssl.4
Processing 14/15: [ssl: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4)
- configuring ocaml-ssl 0.5.4
- 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 we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for pthread_create in -lpthread... yes
- checking for ocamlc... /home/opam/.opam/4.14/bin/ocamlc
- ocaml version is 4.14.1
- ocaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... /home/opam/.opam/4.14/bin/ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... /home/opam/.opam/4.14/bin/ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... /home/opam/.opam/4.14/bin/ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... /home/opam/.opam/4.14/bin/ocamldep
- checking for ocamllex... /home/opam/.opam/4.14/bin/ocamllex
- checking for ocamlyacc... /home/opam/.opam/4.14/bin/ocamlyacc
- checking for ocamldoc... /home/opam/.opam/4.14/bin/ocamldoc
- checking for ocamlmktop... /home/opam/.opam/4.14/bin/ocamlmktop
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking for SSL_new in -lssl... yes
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking openssl/ssl.h usability... yes
- checking openssl/ssl.h presence... yes
- checking for openssl/ssl.h... yes
- checking for TLSv1_1_method in -lssl... yes
- checking for TLSv1_2_method in -lssl... yes
- checking for EC_KEY_free in -lcrypto... yes
- checking whether SSL_set_tlsext_host_name is declared... yes
- checking for ocamlfind... /home/opam/.opam/4.14/bin/ocamlfind
- checking for ocamlcp... /home/opam/.opam/4.14/bin/ocamlcp
- checking for latex... no
- checking for dvips... no
- checking for ps2pdf... no
- configure: creating ./config.status
- config.status: creating src/Makefile
- config.status: creating src/META
Processing 14/15: [ssl: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- making ._bcdi/ssl.di from ssl.mli
- making ._d/ssl.d from ssl.ml
- ocamlc -c -cc "gcc" -ccopt "-fPIC -g -O2 -DHAVE_TLS11 -DHAVE_TLS12 -DHAVE_EC -DHAVE_SNI -DCAML_NAME_SPACE -Wall -std=c99 \
- 			-DPIC   \
- 			    -o ssl_stubs.o " ssl_stubs.c 
- ssl_stubs.c: In function 'get_method':
- ssl_stubs.c:313:11: warning: 'TLSv1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   313 |           method = TLSv1_client_method();
-       |           ^~~~~~
- In file included from ssl_stubs.c:46:
- /usr/include/openssl/ssl.h:2017:50: note: declared here
-  2017 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:317:11: warning: 'TLSv1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   317 |           method = TLSv1_server_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2016:50: note: declared here
-  2016 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:321:11: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   321 |           method = TLSv1_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2015:50: note: declared here
-  2015 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */
-       |                                                  ^~~~~~~~~~~~
- ssl_stubs.c:331:11: warning: 'TLSv1_1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   331 |           method = TLSv1_1_client_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2025:50: note: declared here
-  2025 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_client_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:335:11: warning: 'TLSv1_1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   335 |           method = TLSv1_1_server_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2024:50: note: declared here
-  2024 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_server_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:339:11: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   339 |           method = TLSv1_1_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2023:50: note: declared here
-  2023 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */
-       |                                                  ^~~~~~~~~~~~~~
- ssl_stubs.c:350:11: warning: 'TLSv1_2_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   350 |           method = TLSv1_2_client_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2033:50: note: declared here
-  2033 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_client_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:354:11: warning: 'TLSv1_2_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   354 |           method = TLSv1_2_server_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2032:50: note: declared here
-  2032 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_server_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:358:11: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   358 |           method = TLSv1_2_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2031:50: note: declared here
-  2031 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */
-       |                                                  ^~~~~~~~~~~~~~
- In file included from /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:24,
-                  from ssl_stubs.c:36:
- ssl_stubs.c: In function 'ocaml_ssl_ctx_use_certificate':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:405:21: note: in expansion of macro 'String_val'
-   405 |   char *cert_name = String_val(cert);
-       |                     ^~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:406:24: note: in expansion of macro 'String_val'
-   406 |   char *privkey_name = String_val(privkey);
-       |                        ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_set_client_CA_list_from_file':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:521:20: note: in expansion of macro 'String_val'
-   521 |   char *filename = String_val(vfilename);
-       |                    ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_set_cipher_list':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:589:19: note: in expansion of macro 'String_val'
-   589 |   char *ciphers = String_val(ciphers_string);
-       |                   ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_init_dh_from_file':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:672:25: note: in expansion of macro 'String_val'
-   672 |   char *dh_cfile_path = String_val(dh_file_path);
-       |                         ^~~~~~~~~~
- ssl_stubs.c:686:5: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-   686 |     DH_free(dh);
-       |     ^~~~~~~
- In file included from /usr/include/openssl/dsa.h:51,
-                  from /usr/include/openssl/x509.h:37,
-                  from /usr/include/openssl/ssl.h:31:
- /usr/include/openssl/dh.h:204:28: note: declared here
-   204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
-       |                            ^~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_init_ec_from_named_curve':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:702:25: note: in expansion of macro 'String_val'
-   702 |   char *ec_curve_name = String_val(curve_name);
-       |                         ^~~~~~~~~~
- ssl_stubs.c:713:3: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-   713 |   ecdh = EC_KEY_new_by_curve_name(nid);
-       |   ^~~~
- In file included from /usr/include/openssl/x509.h:33:
- /usr/include/openssl/ec.h:998:31: note: declared here
-   998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
-       |                               ^~~~~~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:721:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-   721 |     EC_KEY_free(ecdh);
-       |     ^~~~~~~~~~~
- /usr/include/openssl/ec.h:1003:28: note: declared here
-  1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
-       |                            ^~~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_read_certificate':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:762:20: note: in expansion of macro 'String_val'
-   762 |   char *filename = String_val(vfilename);
-       |                    ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_write_certificate':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:787:20: note: in expansion of macro 'String_val'
-   787 |   char *filename = String_val(vfilename);
-       |                    ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_load_verify_locations':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:855:18: note: in expansion of macro 'String_val'
-   855 |   char *CAfile = String_val(ca_file);
-       |                  ^~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:856:18: note: in expansion of macro 'String_val'
-   856 |   char *CApath = String_val(ca_path);
-       |                  ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_set_client_SNI_hostname':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:926:20: note: in expansion of macro 'String_val'
-   926 |   char *hostname = String_val(vhostname);
-       |                    ^~~~~~~~~~
- ssl_stubs.c: In function 'load_dh_param':
- ssl_stubs.c:1348:3: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-  1348 |   ret=PEM_read_bio_DHparams(bio,NULL,NULL,NULL);
-       |   ^~~
- In file included from /usr/include/openssl/ssl.h:36:
- /usr/include/openssl/pem.h:469:1: note: declared here
-   469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
-       | ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c: At top level:
- ssl_stubs.c:196:13: warning: 'dyn_destroy_function' defined but not used [-Wunused-function]
-   196 | static void dyn_destroy_function(struct CRYPTO_dynlock_value *l, const char *file, int line)
-       |             ^~~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:188:13: warning: 'dyn_lock_function' defined but not used [-Wunused-function]
-   188 | static void dyn_lock_function(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)
-       |             ^~~~~~~~~~~~~~~~~
- ssl_stubs.c:176:37: warning: 'dyn_create_function' defined but not used [-Wunused-function]
-   176 | static struct CRYPTO_dynlock_value *dyn_create_function(const char *file, int line)
-       |                                     ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:171:22: warning: 'id_function' defined but not used [-Wunused-function]
-   171 | static unsigned long id_function(void)
-       |                      ^~~~~~~~~~~
- ssl_stubs.c:163:13: warning: 'locking_function' defined but not used [-Wunused-function]
-   163 | static void locking_function(int mode, int n, const char *file, int line)
-       |             ^~~~~~~~~~~~~~~~
- ar rcs libssl_stubs.a  ssl_stubs.o
- /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package bytes -c -thread ssl.mli
- /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package bytes -c -thread ssl.ml
- ocamlmklib                    \
- 			-o ssl_stubs  ssl_stubs.o -lssl -lcrypto \
- 			
- /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -thread -dllib dllssl_stubs.so              \
- 			-cclib -lssl_stubs -cclib -lssl -cclib -lcrypto  -o ssl.cma  ssl.cmo
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- making ._d/ssl_threads.d from ssl_threads.ml
- ar rcs libssl_threads_stubs.a  ssl_stubs.o
- /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package bytes -c -thread ssl_threads.mli
- /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package bytes -c -thread ssl_threads.ml
- ocamlmklib                    \
- 			-o ssl_threads_stubs  ssl_stubs.o -lssl -lcrypto \
- 			
- /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -thread -dllib dllssl_threads_stubs.so              \
- 			-cclib -lssl_threads_stubs -cclib -lssl -cclib -lcrypto  -o ssl_threads.cma  ssl.cmo ssl_threads.cmo
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- making ._ncdi/ssl.di from ssl.mli
- make[4]: 'libssl_stubs.a' is up to date.
- /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -package bytes -c -thread ssl.ml
- /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -thread              -cclib -lssl_stubs -cclib -lssl -cclib -lcrypto  \
- 			 -o ssl.cmxa ssl.cmx
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[4]: 'libssl_threads_stubs.a' is up to date.
- /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -package bytes -c -thread ssl_threads.ml
- /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -thread              -cclib -lssl_threads_stubs -cclib -lssl -cclib -lcrypto  \
- 			 -o ssl_threads.cmxa ssl.cmx ssl_threads.cmx
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
-> compiled  ssl.0.5.4
Processing 15/15: [ssl: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
- /home/opam/.opam/4.14/bin/ocamlfind install  ssl META ssl.mli ssl_threads.mli ssl.cmi ssl_threads.cmi ssl.cma ssl_threads.cma ssl.cmxa ssl_threads.cmxa ssl.cmx ssl_threads.cmx libssl_stubs.a libssl_threads_stubs.a ssl.a ssl_threads.a dllssl_stubs.so dllssl_threads_stubs.so
- Installed /home/opam/.opam/4.14/lib/ssl/ssl_threads.a
- Installed /home/opam/.opam/4.14/lib/ssl/ssl.a
- Installed /home/opam/.opam/4.14/lib/ssl/libssl_threads_stubs.a
- Installed /home/opam/.opam/4.14/lib/ssl/libssl_stubs.a
- Installed /home/opam/.opam/4.14/lib/ssl/ssl_threads.cmx
- Installed /home/opam/.opam/4.14/lib/ssl/ssl.cmx
- Installed /home/opam/.opam/4.14/lib/ssl/ssl_threads.cmxa
- Installed /home/opam/.opam/4.14/lib/ssl/ssl.cmxa
- Installed /home/opam/.opam/4.14/lib/ssl/ssl_threads.cma
- Installed /home/opam/.opam/4.14/lib/ssl/ssl.cma
- Installed /home/opam/.opam/4.14/lib/ssl/ssl_threads.cmi
- Installed /home/opam/.opam/4.14/lib/ssl/ssl.cmi
- Installed /home/opam/.opam/4.14/lib/ssl/ssl_threads.mli
- Installed /home/opam/.opam/4.14/lib/ssl/ssl.mli
- Installed /home/opam/.opam/4.14/lib/stublibs/dllssl_threads_stubs.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllssl_threads_stubs.so.owner
- Installed /home/opam/.opam/4.14/lib/stublibs/dllssl_stubs.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllssl_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/ssl/META
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ssl.0.5.4/src'
-> installed ssl.0.5.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:18.38 ---> saved as "6b3369adfe8f4eb3d72e2ca48a4499d7475252aec1f99d00ab255bf920fa50e5"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ssl:0acb79213f51f6c41d0618724384e9bd"))
2024-01-29 19:18.39 ---> saved as "afb874aa3165241b71ac81e9dc0f5769e6f0824eed5313182348a8d9ecc48e5f"

/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.936896') && (for DATA in prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4,ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd,ssl.0.5.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/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4,ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd,ssl.0.5.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4,ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd,ssl.0.5.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.936896
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/lib/
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/lib/ssl/
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/lib/ssl/ssl.ocamlobjinfo
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/lib/ssl/ssl_threads.ocamlobjinfo
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/lib/ssl/META
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/lib/ssl/ssl.cmi
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/lib/ssl/ssl_threads.cmi
prep/universes/0acb79213f51f6c41d0618724384e9bd/ssl/0.5.4/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd:fb5fd59bcfc1527a55e812bfbe6a2e6c664f3ef0210a9ddc57823063dd5e818a
2024-01-29 19:18.41 ---> saved as "be1e894a65c6c7be88a9f816af3829caf58b94714beaff71cca432f489a06b5b"
Job succeeded
2024-01-29 19:24.38: ssl.0.5.4-0acb79213f51f6c41d0618724384e9bd -> fb5fd59bcfc1527a55e812bfbe6a2e6c664f3ef0210a9ddc57823063dd5e818a
2024-01-29 19:24.38: Job succeeded