Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep molenc.8.0.2; b87ac0eff8fe7801d0cac0b69f8c0792
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 19:34.30: Waiting for worker…
2024-09-12 19:35.22: Got resource from pool OCluster
2024-09-12 19:35.22: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (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:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (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 molenc.8.0.2 stdlib-shims.0.3.0 sexplib0.v0.17.0 ppxlib.0.33.0 ppx_derivers.1.2.1 parany.10.0.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 minicli.5.0.2 extunix.0.4.2 dune-configurator.3.16.0 dune.3.16.0 dolog.4.0.0 dokeysto.4.0.1 csexp.1.5.2 cpu.2.0.0 cpm.12.2.0 conf-rdkit.1 conf-python-3.9.0.0 conf-autoconf.0.2 camlp-streams.5.0.1 bst.7.1.0 batteries.3.8.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u molenc:b87ac0eff8fe7801d0cac0b69f8c0792,parany:3556219ffb45f8abf5a8109cb489bf1f"))
 (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.365842') && (for DATA in prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2,parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f,parany.10.0.2 prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2,molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792,molenc.8.0.2; 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/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2,parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f,parany.10.0.2 prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2,molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792,molenc.8.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2,parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f,parany.10.0.2 prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2,molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792,molenc.8.0.2; 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 878dbea3ca0d3823089477f3d994023aa23bfc4d --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 19:35.22: RETRYING: 2024-09-12/083553-voodoo-prep-000639 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  71% (22705/31944)
Updating files:  72% (23000/31944)
Updating files:  73% (23320/31944)
Updating files:  74% (23639/31944)
Updating files:  75% (23958/31944)
Updating files:  76% (24278/31944)
Updating files:  77% (24597/31944)
Updating files:  78% (24917/31944)
Updating files:  79% (25236/31944)
Updating files:  80% (25556/31944)
Updating files:  81% (25875/31944)
Updating files:  82% (26195/31944)
Updating files:  83% (26514/31944)
Updating files:  84% (26833/31944)
Updating files:  85% (27153/31944)
Updating files:  86% (27472/31944)
Updating files:  87% (27792/31944)
Updating files:  88% (28111/31944)
Updating files:  89% (28431/31944)
Updating files:  90% (28750/31944)
Updating files:  91% (29070/31944)
Updating files:  92% (29389/31944)
Updating files:  93% (29708/31944)
Updating files:  94% (30028/31944)
Updating files:  95% (30347/31944)
Updating files:  96% (30667/31944)
Updating files:  97% (30986/31944)
Updating files:  98% (31306/31944)
Updating files:  99% (31625/31944)
Updating files: 100% (31944/31944)
Updating files: 100% (31944/31944), done.
HEAD is now at 878dbea3ca [new release] extunix (0.4.2)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 19:29.04 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:29.04 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" 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 (766 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 (7424 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 19:29.04 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" 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 dune.3.16.0
-> installed bos.0.2.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:29.04 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

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

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 19:29.04 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:29.04 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:29.05 ---> using "6bb8fe61bae5cc4ca852f1a71b880df4055e0524f14c4070faad9cafc2decccf" from cache

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

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

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

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

/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-09-12 19:29.05 ---> using "3c84fae7eb98e2ddebb6b567924abe196fc382d1533fc66881d49c6449ef7d90" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:29.05 ---> using "daf3e3d15be8c71fdfdce8f5e489a7ba673bc6b92c4386b82a29d433e3db4959" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:29.05 ---> using "286ad1e0c2ab28bc47a84fbea5be0b08682828443057a9935f78d04f82929c29" 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 molenc.8.0.2 stdlib-shims.0.3.0 sexplib0.v0.17.0 ppxlib.0.33.0 ppx_derivers.1.2.1 parany.10.0.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 minicli.5.0.2 extunix.0.4.2 dune-configurator.3.16.0 dune.3.16.0 dolog.4.0.0 dokeysto.4.0.1 csexp.1.5.2 cpu.2.0.0 cpm.12.2.0 conf-rdkit.1 conf-python-3.9.0.0 conf-autoconf.0.2 camlp-streams.5.0.1 bst.7.1.0 batteries.3.8.0 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 (946 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 molenc.8.0.2 stdlib-shims.0.3.0 sexplib0.v0.17.0 ppxlib.0.33.0 ppx_derivers.1.2.1 parany.10.0.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 minicli.5.0.2 extunix.0.4.2 dune-configurator.3.16.0 dune.3.16.0 dolog.4.0.0 dokeysto.4.0.1 csexp.1.5.2 cpu.2.0.0 cpm.12.2.0 conf-rdkit.1 conf-python-3.9.0.0 conf-autoconf.0.2 camlp-streams.5.0.1 bst.7.1.0 batteries.3.8.0 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:
autoconf
librdkit-dev
python3
python3-rdkit
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-python-3       9.0.0
  - install ppx_derivers        1.2.1
  - install minicli             5.0.2
  - install num                 1.5-1
  - install conf-autoconf       0.2
  - install dolog               4.0.0
  - install csexp               1.5.2
  - install conf-rdkit          1
  - install sexplib0            v0.17.0
  - install ocaml-compiler-libs v0.12.4
  - install base-bytes          base
  - install camlp-streams       5.0.1
  - install stdlib-shims        0.3.0
  - install cpu                 2.0.0
  - install dune-configurator   3.16.0
  - install batteries           3.8.0
  - install ppxlib              0.33.0
  - install parany              10.0.2
  - install cpm                 12.2.0
  - install bst                 7.1.0
  - install extunix             0.4.2
  - install dokeysto            4.0.1
  - install molenc              8.0.2
===== 23 to install =====

The following system packages will first need to be installed:
    autoconf librdkit-dev python3 python3-rdkit

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "librdkit-dev" "python3" "python3-rdkit"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.11-minimal: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 .../libpython3.11-minimal_3.11.2-6+deb12u3_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u3) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u3_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u3) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u3) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u3) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 19040 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u3_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u3) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u3_amd64.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u3) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (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 ... 19450 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../01-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../02-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../03-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../04-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package fonts-freefont-ttf.
- Preparing to unpack .../05-fonts-freefont-ttf_20120503-10_all.deb ...
- Unpacking fonts-freefont-ttf (20120503-10) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../06-libblas3_3.11.0-2_amd64.deb ...
- Unpacking libblas3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libboost-iostreams1.74.0:amd64.
- Preparing to unpack .../07-libboost-iostreams1.74.0_1.74.0+ds1-21_amd64.deb ...
- Unpacking libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ...
- Selecting previously unselected package libboost-python1.74.0.
- Preparing to unpack .../08-libboost-python1.74.0_1.74.0+ds1-21_amd64.deb ...
- Unpacking libboost-python1.74.0 (1.74.0+ds1-21) ...
- Selecting previously unselected package libboost-serialization1.74.0:amd64.
- Preparing to unpack .../09-libboost-serialization1.74.0_1.74.0+ds1-21_amd64.deb ...
- Unpacking libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../10-libpixman-1-0_0.42.2-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../11-libxcb-render0_1.15-1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../12-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../13-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../14-libcairo2_1.16.0-7_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-7) ...
- Selecting previously unselected package libcoordgen3:amd64.
- Preparing to unpack .../15-libcoordgen3_3.0.1-1_amd64.deb ...
- Unpacking libcoordgen3:amd64 (3.0.1-1) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../16-libgfortran5_12.2.0-14_amd64.deb ...
- Unpacking libgfortran5:amd64 (12.2.0-14) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../17-liblapack3_3.11.0-2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libmaeparser1:amd64.
- Preparing to unpack .../18-libmaeparser1_1.3.0-1_amd64.deb ...
- Unpacking libmaeparser1:amd64 (1.3.0-1) ...
- Selecting previously unselected package libpython3.11:amd64.
- Preparing to unpack .../19-libpython3.11_3.11.2-6+deb12u3_amd64.deb ...
- Unpacking libpython3.11:amd64 (3.11.2-6+deb12u3) ...
- Selecting previously unselected package librdkit1.
- Preparing to unpack .../20-librdkit1_202209.3-1_amd64.deb ...
- Unpacking librdkit1 (202209.3-1) ...
- Selecting previously unselected package librdkit-dev.
- Preparing to unpack .../21-librdkit-dev_202209.3-1_amd64.deb ...
- Unpacking librdkit-dev (202209.3-1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../22-python3-pkg-resources_66.1.1-1_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1) ...
- Selecting previously unselected package python3-numpy.
- Preparing to unpack .../23-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
- Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
- Selecting previously unselected package rdkit-data.
- Preparing to unpack .../24-rdkit-data_202209.3-1_all.deb ...
- Unpacking rdkit-data (202209.3-1) ...
- Selecting previously unselected package python3-rdkit.
- Preparing to unpack .../25-python3-rdkit_202209.3-1_amd64.deb ...
- Unpacking python3-rdkit (202209.3-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpixman-1-0:amd64 (0.42.2-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libxcb-render0:amd64 (1.15-1) ...
- Setting up libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u3) ...
- Setting up fonts-freefont-ttf (20120503-10) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up rdkit-data (202209.3-1) ...
- Setting up libcairo2:amd64 (1.16.0-7) ...
- Setting up libmaeparser1:amd64 (1.3.0-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libblas3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libgfortran5:amd64 (12.2.0-14) ...
- Setting up autoconf (2.71-3) ...
- Setting up libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ...
- Setting up libcoordgen3:amd64 (3.0.1-1) ...
- Setting up libboost-python1.74.0 (1.74.0+ds1-21) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up python3.11 (3.11.2-6+deb12u3) ...
- Setting up liblapack3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libpython3.11:amd64 (3.11.2-6+deb12u3) ...
- Setting up librdkit1 (202209.3-1) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up librdkit-dev (202209.3-1) ...
- Setting up python3-pkg-resources (66.1.1-1) ...
- Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
- Setting up python3-rdkit (202209.3-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/69:
Processing  3/69:
Processing  4/69:
Processing  5/69:
-> installed base-bytes.base
Processing  6/69:
-> retrieved batteries.3.8.0  (cached)
Processing  7/69:
-> retrieved conf-python-3.9.0.0  (cached)
Processing  8/69:
-> retrieved conf-rdkit.1  (cached)
Processing  9/69:
Processing 10/69:
Processing 11/69: [conf-autoconf: autoconf]
Processing 12/69: [conf-autoconf: autoconf] [conf-python-3: python3 test.py]
Processing 13/69: [conf-autoconf: autoconf] [conf-python-3: python3 test.py] [conf-rdkit: sh]
-> retrieved bst.7.1.0  (cached)
Processing 14/69: [conf-autoconf: autoconf] [conf-python-3: python3 test.py] [conf-rdkit: sh]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 15/69: [conf-autoconf: autoconf] [conf-python-3: python3 test.py] [conf-rdkit: sh]
Processing 16/69: [camlp-streams: dune build] [conf-autoconf: autoconf] [conf-python-3: python3 test.py] [conf-rdkit: sh]
-> retrieved cpm.12.2.0  (cached)
Processing 17/69: [camlp-streams: dune build] [conf-autoconf: autoconf] [conf-python-3: python3 test.py] [conf-rdkit: sh]
- autoconf (GNU Autoconf) 2.71
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
Processing 17/69: [camlp-streams: dune build] [conf-python-3: python3 test.py] [conf-rdkit: sh]
-> installed conf-autoconf.0.2
Processing 18/69: [camlp-streams: dune build] [conf-python-3: python3 test.py] [conf-rdkit: sh]
- python-3 OK
-> compiled  conf-python-3.9.0.0
Processing 18/69: [camlp-streams: dune build] [conf-rdkit: sh]
-> installed conf-python-3.9.0.0
Processing 19/69: [camlp-streams: dune build] [conf-rdkit: sh]
-> retrieved cpu.2.0.0  (cached)
Processing 20/69: [camlp-streams: dune build] [conf-rdkit: sh]
Processing 21/69: [camlp-streams: dune build] [conf-rdkit: sh] [cpu: autoconf]
Processing 21/69: [camlp-streams: dune build] [conf-rdkit: ./test] [cpu: autoconf]
-> retrieved csexp.1.5.2  (cached)
Processing 22/69: [camlp-streams: dune build] [conf-rdkit: ./test] [cpu: autoconf]
Processing 23/69: [camlp-streams: dune build] [conf-rdkit: ./test] [cpu: autoconf] [csexp: dune build]
-> retrieved dokeysto.4.0.1  (cached)
Processing 24/69: [camlp-streams: dune build] [conf-rdkit: ./test] [cpu: autoconf] [csexp: dune build]
-> retrieved dolog.4.0.0  (cached)
Processing 25/69: [camlp-streams: dune build] [conf-rdkit: ./test] [cpu: autoconf] [csexp: dune build]
Processing 26/69: [camlp-streams: dune build] [conf-rdkit: ./test] [cpu: autoconf] [csexp: dune build] [dolog: dune build]
- 2022.09.3
-> compiled  conf-rdkit.1
Processing 26/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build]
-> installed conf-rdkit.1
Processing 27/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build]
-> retrieved extunix.0.4.2  (cached)
Processing 28/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build]
-> retrieved minicli.5.0.2  (cached)
Processing 29/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build]
Processing 30/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
-> retrieved molenc.8.0.2  (cached)
Processing 31/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
-> retrieved num.1.5-1  (cached)
Processing 32/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 33/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: patch]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 34/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: patch]
Processing 35/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: patch] [ocaml-compiler-libs: dune build]
-> retrieved parany.10.0.2  (cached)
Processing 36/69: [camlp-streams: dune build] [cpu: autoconf] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: patch] [ocaml-compiler-libs: dune build]
- configure.ac:8: warning: The macro `AC_HEADER_STDC' is obsolete.
- configure.ac:8: You should run autoupdate.
- ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
- configure.ac:8: the top level
Processing 36/69: [camlp-streams: dune build] [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: patch] [ocaml-compiler-libs: dune build]
Processing 36/69: [camlp-streams: dune build] [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 37/69: [camlp-streams: dune build] [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 38/69: [camlp-streams: dune build] [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 39/69: [camlp-streams: dune build] [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 40/69: [camlp-streams: dune build] [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> compiled  camlp-streams.5.0.1
Processing 40/69: [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> installed camlp-streams.5.0.1
Processing 41/69: [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 42/69: [cpu: autoheader] [csexp: dune build] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  csexp.1.5.2
Processing 42/69: [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 43/69: [cpu: autoheader] [dolog: dune build] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.33.0  (cached)
-> compiled  dolog.4.0.0
Processing 43/69: [cpu: autoheader] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed dolog.4.0.0
Processing 44/69: [cpu: autoheader] [minicli: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  minicli.5.0.2
Processing 44/69: [cpu: autoheader] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed minicli.5.0.2
Processing 45/69: [cpu: autoheader] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 45/69: [cpu: ./configure] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 45/69: [cpu: ./configure] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 46/69: [cpu: ./configure] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 46/69: [cpu: ./configure] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 47/69: [cpu: ./configure] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 48/69: [cpu: ./configure] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 48/69: [cpu: ./configure] [dune-configurator: rm] [num: make opam-legacy] [sexplib0: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 49/69: [cpu: ./configure] [dune-configurator: rm] [num: make opam-legacy] [sexplib0: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5-1/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5-1
Processing 49/69: [cpu: ./configure] [dune-configurator: rm] [sexplib0: dune build]
-> installed num.1.5-1
Processing 50/69: [cpu: ./configure] [dune-configurator: rm] [sexplib0: dune build]
Processing 51/69: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm] [sexplib0: dune build]
-> compiled  sexplib0.v0.17.0
Processing 51/69: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm]
-> installed sexplib0.v0.17.0
Processing 52/69: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm]
Processing 53/69: [batteries: dune build] [cpu: ./configure] [dune-configurator: rm] [ppxlib: dune build]
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for sched.h... yes
- checking for gcc options needed to detect all undeclared functions... none needed
- checking whether sched_setaffinity is declared... yes
- checking for mach/thread_policy.h... no
- checking whether thread_policy_set is declared... no
- configure: creating ./config.status
- config.status: creating src/config.h
Processing 53/69: [batteries: dune build] [cpu: dune build] [dune-configurator: rm] [ppxlib: dune build]
Processing 53/69: [batteries: dune build] [cpu: dune build] [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  cpu.2.0.0
Processing 53/69: [batteries: dune build] [dune-configurator: dune build] [ppxlib: dune build]
-> installed cpu.2.0.0
Processing 54/69: [batteries: dune build] [dune-configurator: dune build] [ppxlib: dune build]
Processing 55/69: [batteries: dune build] [dune-configurator: dune build] [parany: dune build] [ppxlib: dune build]
-> compiled  parany.10.0.2
Processing 55/69: [batteries: dune build] [dune-configurator: dune build] [ppxlib: dune build]
-> installed parany.10.0.2
Processing 56/69: [batteries: dune build] [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.16.0
Processing 56/69: [batteries: dune build] [ppxlib: dune build]
-> installed dune-configurator.3.16.0
Processing 57/69: [batteries: dune build] [ppxlib: dune build]
-> compiled  batteries.3.8.0
Processing 57/69: [ppxlib: dune build]
-> installed batteries.3.8.0
Processing 58/69: [ppxlib: dune build]
Processing 59/69: [bst: dune build] [ppxlib: dune build]
Processing 60/69: [bst: dune build] [cpm: dune build] [ppxlib: dune build]
-> compiled  bst.7.1.0
Processing 60/69: [cpm: dune build] [ppxlib: dune build]
-> installed bst.7.1.0
Processing 61/69: [cpm: dune build] [ppxlib: dune build]
-> compiled  cpm.12.2.0
Processing 61/69: [ppxlib: dune build]
-> installed cpm.12.2.0
Processing 62/69: [ppxlib: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppxlib.0.33.0)
-> compiled  ppxlib.0.33.0
-> installed ppxlib.0.33.0
Processing 64/69: [extunix: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "extunix" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/extunix.0.4.2)
- (cd _build/default/src && ../discover/discover.exe)
- checking EVENTFD.............ok
- checking ATFILE..............ok
- checking DIRFD...............ok
- checking STATVFS.............ok
- checking FSTATVFS............ok
- checking SIOCGIFCONF.........ok
- checking IFADDRS.............ok
- checking INET_NTOA...........ok
- checking INET_NTOP...........ok
- checking UNAME...............ok
- checking FADVISE.............ok
- checking FALLOCATE...........ok
- checking TTY_IOCTL...........ok
- checking TTYNAME.............ok
- checking CTERMID.............ok
- checking GETTID..............ok
- checking PGID................ok
- checking SETREUID............ok
- checking FSYNC...............ok
- checking FDATASYNC...........ok
- checking SYNC................ok
- checking SYNCFS..............ok
- checking REALPATH............ok
- checking SIGNALFD............ok
- checking PTRACE..............ok
- checking RESOURCE............ok
- checking MLOCKALL............ok
- checking STRPTIME............ok
- checking STRTIME.............ok
- checking TIMEZONE............ok
- checking TIMEGM..............ok
- checking PTS.................ok
- checking FCNTL...............ok
- checking TCPGRP..............ok
- checking EXECINFO............ok
- checking SETENV..............ok
- checking CLEARENV............ok
- checking MKDTEMP.............ok
- checking MALLOC_INFO.........ok
- checking MALLOC_STATS........ok
- checking MEMALIGN............ok
- checking ENDIAN..............ok
- checking READ_CREDENTIALS....ok
- checking FEXECVE.............ok
- checking SENDMSG.............ok
- checking PREAD...............ok
- checking PWRITE..............ok
- checking READ................ok
- checking WRITE...............ok
- checking MKSTEMPS............ok
- checking MKOSTEMPS...........ok
- checking SETRESUID...........ok
- checking SYSCONF.............ok
- checking SPLICE..............ok
- checking TEE.................ok
- checking VMSPLICE............ok
- checking SOCKOPT.............ok
- checking TCP_KEEPIDLE........ok
- checking TCP_KEEPCNT.........ok
- checking TCP_KEEPINTVL.......ok
- checking SO_REUSEPORT........ok
- checking POLL................ok
- checking SYSINFO.............ok
- checking MCHECK..............ok
- checking MOUNT...............ok
- checking UNSHARE.............ok
- checking CHROOT..............ok
- checking SYSLOG..............ok
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o mman.o -c mman.c)
- mman.c: In function 'caml_extunix_mlockall':
- mman.c:11:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    11 |   int flags = caml_convert_flag_list(v_flags, mlockall_flags_table);
-       |                                               ^~~~~~~~~~~~~~~~~~~~
- In file included from config.h:26,
-                  from mman.c:2:
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o unshare.o -c unshare.c)
- unshare.c: In function 'caml_extunix_unshare':
- unshare.c:17:59: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    17 |   int p_cloneflags = caml_convert_flag_list(v_cloneflags, umountflags_table);
-       |                                                           ^~~~~~~~~~~~~~~~~
- In file included from config.h:26,
-                  from unshare.c:3:
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o mount.o -c mount.c)
- mount.c: In function 'caml_extunix_mount':
- mount.c:26:59: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    26 |   int p_mountflags = caml_convert_flag_list(v_mountflags, mountflags_table);
-       |                                                           ^~~~~~~~~~~~~~~~
- In file included from config.h:26,
-                  from mount.c:3:
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- mount.c: In function 'caml_extunix_umount2':
- mount.c:51:61: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    51 |   int p_umountflags = caml_convert_flag_list(v_umountflags, umountflags_table);
-       |                                                             ^~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o syslog.o -c syslog.c)
- syslog.c: In function 'caml_extunix_setlogmask':
- syslog.c:20:42: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    20 |   mask = caml_convert_flag_list(v_level, mask_table);
-       |                                          ^~~~~~~~~~
- In file included from config.h:26,
-                  from syslog.c:3:
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- syslog.c: In function 'caml_extunix_openlog':
- syslog.c:68:45: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    68 |   option = caml_convert_flag_list(v_option, option_table);
-       |                                             ^~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o splice.o -c splice.c)
- splice.c: In function 'caml_extunix_splice':
- splice.c:24:56: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    24 |   unsigned int flags = caml_convert_flag_list(v_flags, splice_flags_table);
-       |                                                        ^~~~~~~~~~~~~~~~~~
- In file included from config.h:26,
-                  from splice.c:5:
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- splice.c: In function 'caml_extunix_tee':
- splice.c:62:56: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    62 |   unsigned int flags = caml_convert_flag_list(v_flags, splice_flags_table);
-       |                                                        ^~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- splice.c: In function 'caml_extunixba_vmsplice':
- splice.c:87:56: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    87 |   unsigned int flags = caml_convert_flag_list(v_flags, splice_flags_table);
-       |                                                        ^~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o atfile.o -c atfile.c)
- atfile.c: In function 'stat_aux':
- atfile.c:56:52: warning: passing argument 2 of 'cst_to_constr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    56 |     caml_unix_cst_to_constr(buf->st_mode & S_IFMT, file_kind_table,
-       |                                                    ^~~~~~~~~~~~~~~
- atfile.c:15:41: note: expected 'int *' but argument is of type 'const int *'
-    15 | extern value cst_to_constr(int n, int * tbl, int size, int deflt);
-       |                                   ~~~~~~^~~
- atfile.c: In function 'caml_extunix_fstatat':
- atfile.c:76:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    76 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
-       |                                               ^~~~~~~~~~~~~~
- In file included from config.h:26,
-                  from atfile.c:3:
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- atfile.c: In function 'caml_extunix_unlinkat':
- atfile.c:94:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    94 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
-       |                                               ^~~~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- atfile.c: In function 'caml_extunix_linkat':
- atfile.c:129:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   129 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
-       |                                               ^~~~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- atfile.c: In function 'caml_extunix_fchownat':
- atfile.c:142:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
-       |                                               ^~~~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
- atfile.c: In function 'caml_extunix_fchmodat':
- atfile.c:155:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   155 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
-       |                                               ^~~~~~~~~~~~~~
- /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
-    60 | CAMLextern int caml_convert_flag_list (value, int *);
-       |                                               ^~~~~
-> compiled  extunix.0.4.2
-> installed extunix.0.4.2
Processing 66/69: [dokeysto: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "dokeysto" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dokeysto.4.0.1)
-> compiled  dokeysto.4.0.1
-> installed dokeysto.4.0.1
Processing 68/69: [molenc: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "molenc" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/molenc.8.0.2)
-> compiled  molenc.8.0.2
Processing 69/69: [molenc: cp]
+ /usr/bin/cp "bin/molenc_common.py" "/home/opam/.opam/4.14/bin/molenc_common.py" (CWD=/home/opam/.opam/4.14/.opam-switch/build/molenc.8.0.2)
+ /usr/bin/cp "bin/molenc_type_atoms.py" "/home/opam/.opam/4.14/bin/molenc_type_atoms.py" (CWD=/home/opam/.opam/4.14/.opam-switch/build/molenc.8.0.2)
+ /usr/bin/cp "bin/molenc_scan.py" "/home/opam/.opam/4.14/bin/molenc_scan.py" (CWD=/home/opam/.opam/4.14/.opam-switch/build/molenc.8.0.2)
+ /usr/bin/cp "bin/molenc.sh" "/home/opam/.opam/4.14/bin/molenc.sh" (CWD=/home/opam/.opam/4.14/.opam-switch/build/molenc.8.0.2)
+ /usr/bin/cp "bin/molenc_scan.sh" "/home/opam/.opam/4.14/bin/molenc_scan.sh" (CWD=/home/opam/.opam/4.14/.opam-switch/build/molenc.8.0.2)
-> installed molenc.8.0.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:30.57 ---> saved as "c1232395a0429e8a9aaa308e04581e5abe41f54f0e764550c53ba9a5958af48f"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u molenc:b87ac0eff8fe7801d0cac0b69f8c0792,parany:3556219ffb45f8abf5a8109cb489bf1f"))
2024-09-12 19:30.59 ---> saved as "fd591d64d20f97cc5de222e6e04460f942a10f37884c34ae1510a87f3ae797fd"

/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.365842') && (for DATA in prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2,parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f,parany.10.0.2 prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2,molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792,molenc.8.0.2; 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/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2,parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f,parany.10.0.2 prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2,molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792,molenc.8.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2,parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f,parany.10.0.2 prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2,molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792,molenc.8.0.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.365842
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/doc/
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/doc/parany/
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/doc/parany/LICENSE
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/doc/parany/README.md
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/parany/
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/parany/parany.ocamlobjinfo
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/parany/META
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/parany/dune-package
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/parany/parany.cmi
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/parany/parany.cmt
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/lib/parany/parany.cmti
prep/universes/3556219ffb45f8abf5a8109cb489bf1f/parany/10.0.2/opam
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/doc/
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/doc/molenc/
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/doc/molenc/LICENSE
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/doc/molenc/README.md
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc.ocamlobjinfo
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/META
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/dune-package
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Ap_types.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Ap_types.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Atom_env.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Atom_env.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Atom_pair.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Atom_pair.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Fingerprint.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Fingerprint.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__FpMol.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__FpMol.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__MSE_mol.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__MSE_mol.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Mini_mol.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Mini_mol.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__MyList.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__MyList.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Node.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Node.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Norm.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Norm.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__PiEltHA.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__PiEltHA.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Scale.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Scale.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Utls.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__Utls.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__WMH.cmi
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/lib/molenc/molenc__WMH.cmt
prep/universes/b87ac0eff8fe7801d0cac0b69f8c0792/molenc/8.0.2/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:parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f:ccd71e05b70615e8dbaa3cb8af900f3a610a10ad93e680e4344c1563ca0a0f0b
HASHES:molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792:984b797abdaace2f0d464aeaa8d2f934dcd38a68325e63f84fccd81510732a68
2024-09-12 19:31.00 ---> saved as "108bbad3ea967c053a2b943617642054d1a90b3ad77f430ec6baec7f320f4746"
Job succeeded
2024-09-12 19:38.33: molenc.8.0.2-b87ac0eff8fe7801d0cac0b69f8c0792 -> 984b797abdaace2f0d464aeaa8d2f934dcd38a68325e63f84fccd81510732a68
2024-09-12 19:38.33: parany.10.0.2-3556219ffb45f8abf5a8109cb489bf1f -> ccd71e05b70615e8dbaa3cb8af900f3a610a10ad93e680e4344c1563ca0a0f0b
2024-09-12 19:38.33: Job succeeded