Build:
  1. 0
2024-09-12 08:35.52: New job: Voodoo prep calculon-redis.0.5; b9859f134d1d207bf1134471001e2f52
2024-09-12 08:35.52: Waiting for resource in pool OCluster
2024-09-12 19:07.26: Waiting for worker…
2024-09-12 19:07.43: Got resource from pool OCluster
2024-09-12 19:07.43: 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 calculon-redis.0.5 yojson.1.7.0 uuidm.0.9.8 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 ssl.0.7.0 seq.base result.1.5 redis-lwt.0.7.1 redis.0.7.1 re.1.12.0 ocplib-endian.1.2 ocamlfind.1.9.6 ocamlbuild.0.15.0 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 lwt_ssl.1.2.0 lwt.5.7.0 iter.1.8 irc-client-lwt-ssl.0.6.2 irc-client-lwt.0.6.2 irc-client.0.6.2 ISO8601.0.2.6 host-arch-x86_64.1 easy-format.1.3.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 containers.2.8.1 conf-pkg-config.3 conf-libssl.4 camlp-streams.5.0.1 calculon-redis-lib.0.5 calculon.0.5 biniou.1.2.2 base-bytes.base atdgen-runtime.2.9.1 atdgen.2.9.1 atd.2.9.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u calculon-redis:b9859f134d1d207bf1134471001e2f52,redis-lwt:80fc5cda8ec9da94721957518482814e,redis:12a3ed054fbbb15c8d5c53834aaaa149,calculon-redis-lib:75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon:71db9c16f65d04166b7b2cc0fbdb7817"))
 (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.400566') && (for DATA in prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5,calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817,calculon.0.5 prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5,calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon-redis-lib.0.5 prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1,redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149,redis.0.7.1 prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1,redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e,redis-lwt.0.7.1 prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5,calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52,calculon-redis.0.5; 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/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5,calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817,calculon.0.5 prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5,calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon-redis-lib.0.5 prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1,redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149,redis.0.7.1 prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1,redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e,redis-lwt.0.7.1 prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5,calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52,calculon-redis.0.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5,calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817,calculon.0.5 prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5,calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon-redis-lib.0.5 prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1,redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149,redis.0.7.1 prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1,redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e,redis-lwt.0.7.1 prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5,calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52,calculon-redis.0.5; 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 ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 --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:07.43: RETRYING: 2024-09-12/083552-voodoo-prep-cf4b46 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  68% (21903/32058)
Updating files:  69% (22121/32058)
Updating files:  70% (22441/32058)
Updating files:  71% (22762/32058)
Updating files:  72% (23082/32058)
Updating files:  73% (23403/32058)
Updating files:  74% (23723/32058)
Updating files:  75% (24044/32058)
Updating files:  76% (24365/32058)
Updating files:  77% (24685/32058)
Updating files:  78% (25006/32058)
Updating files:  79% (25326/32058)
Updating files:  80% (25647/32058)
Updating files:  81% (25967/32058)
Updating files:  82% (26288/32058)
Updating files:  83% (26609/32058)
Updating files:  84% (26929/32058)
Updating files:  85% (27250/32058)
Updating files:  86% (27570/32058)
Updating files:  87% (27891/32058)
Updating files:  88% (28212/32058)
Updating files:  89% (28532/32058)
Updating files:  90% (28853/32058)
Updating files:  91% (29173/32058)
Updating files:  92% (29494/32058)
Updating files:  93% (29814/32058)
Updating files:  94% (30135/32058)
Updating files:  95% (30456/32058)
Updating files:  96% (30776/32058)
Updating files:  97% (31097/32058)
Updating files:  98% (31417/32058)
Updating files:  99% (31738/32058)
Updating files: 100% (32058/32058)
Updating files: 100% (32058/32058), done.
HEAD is now at ed8a57d12c Merge pull request #26441 from fpottier/opam-publish-cppo.1.7.0

(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:01.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:01.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:01.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:01.04 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 19:01.04 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache
2024-09-12 19:01.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:01.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:01.04 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 19:01.06 ---> using "74e370a60587d45ba6992798dba322745ea067642f877be0a758ded3ee5d84ac" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:01.06 ---> using "138eaf4eb62a17c062f9dc75a22dd7bcc81469dabe5db95130c3518672e1a2ac" 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:01.06 ---> using "74a339786cc301046539388a506e077e61d1881e80f75fc7d82e56a48de8dab8" 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:01.06 ---> using "43f0ca51ef58ec4f889647e04dee5625020942f29a2224de4004dda7cd52f9ee" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:01.06 ---> using "90b720a38aedfc1a141d274951ac2dbeac8fe9c3b05ef287f2f92d55bf8db54d" 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:01.06 ---> using "4c40eb53fb81581aa8e95b8edbb5db0e03421246b4d6de6c33200859e75d7330" 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 calculon-redis.0.5 yojson.1.7.0 uuidm.0.9.8 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 ssl.0.7.0 seq.base result.1.5 redis-lwt.0.7.1 redis.0.7.1 re.1.12.0 ocplib-endian.1.2 ocamlfind.1.9.6 ocamlbuild.0.15.0 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 lwt_ssl.1.2.0 lwt.5.7.0 iter.1.8 irc-client-lwt-ssl.0.6.2 irc-client-lwt.0.6.2 irc-client.0.6.2 ISO8601.0.2.6 host-arch-x86_64.1 easy-format.1.3.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 containers.2.8.1 conf-pkg-config.3 conf-libssl.4 camlp-streams.5.0.1 calculon-redis-lib.0.5 calculon.0.5 biniou.1.2.2 base-bytes.base atdgen-runtime.2.9.1 atdgen.2.9.1 atd.2.9.1 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 (803 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 calculon-redis.0.5 yojson.1.7.0 uuidm.0.9.8 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 ssl.0.7.0 seq.base result.1.5 redis-lwt.0.7.1 redis.0.7.1 re.1.12.0 ocplib-endian.1.2 ocamlfind.1.9.6 ocamlbuild.0.15.0 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 lwt_ssl.1.2.0 lwt.5.7.0 iter.1.8 irc-client-lwt-ssl.0.6.2 irc-client-lwt.0.6.2 irc-client.0.6.2 ISO8601.0.2.6 host-arch-x86_64.1 easy-format.1.3.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 containers.2.8.1 conf-pkg-config.3 conf-libssl.4 camlp-streams.5.0.1 calculon-redis-lib.0.5 calculon.0.5 biniou.1.2.2 base-bytes.base atdgen-runtime.2.9.1 atdgen.2.9.1 atd.2.9.1" 

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:
libssl-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ocamlbuild         0.15.0
  - install easy-format        1.3.4
  - install seq                base
  - install iter               1.8
  - install base-bytes         base
  - install ISO8601            0.2.6
  - install stdlib-shims       0.3.0
  - install menhirLib          20240715
  - install menhirCST          20240715
  - install conf-pkg-config    3
  - install menhirSdk          20240715
  - install stringext          1.6.0
  - install result             1.5
  - install csexp              1.5.2
  - install cppo               1.7.0
  - install camlp-streams      5.0.1
  - install topkg              1.0.7
  - install re                 1.12.0
  - install conf-libssl        4
  - install menhir             20240715
  - install irc-client         0.6.2
  - install dune-configurator  3.16.0
  - install ocplib-endian      1.2
  - install biniou             1.2.2
  - install uuidm              0.9.8
  - install ssl                0.7.0
  - install containers         2.8.1
  - install lwt                5.7.0
  - install yojson             1.7.0
  - install redis              0.7.1
  - install lwt_ssl            1.2.0
  - install irc-client-lwt     0.6.2
  - install atdgen-runtime     2.9.1
  - install atd                2.9.1
  - install redis-lwt          0.7.1
  - install irc-client-lwt-ssl 0.6.2
  - install atdgen             2.9.1
  - install calculon           0.5
  - install calculon-redis-lib 0.5
  - install calculon-redis     0.5
===== 40 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 ... 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 libssl-dev:amd64.
- Preparing to unpack .../libssl-dev_3.0.14-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.14-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.14-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+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/120:
Processing  2/120:
Processing  3/120:
-> retrieved atd.2.9.1  (cached)
Processing  4/120:
Processing  5/120:
Processing  6/120:
-> installed base-bytes.base
Processing  7/120:
-> retrieved atdgen.2.9.1  (cached)
Processing  8/120:
-> retrieved atdgen-runtime.2.9.1  (cached)
Processing  9/120:
-> retrieved biniou.1.2.2  (cached)
Processing 10/120:
-> retrieved calculon.0.5  (cached)
Processing 11/120:
-> retrieved calculon-redis.0.5  (cached)
-> retrieved conf-libssl.4  (cached)
Processing 12/120:
Processing 13/120:
Processing 14/120:
Processing 15/120: [conf-pkg-config: pkg-config]
-> retrieved calculon-redis-lib.0.5  (cached)
Processing 16/120: [conf-pkg-config: pkg-config]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 17/120: [conf-pkg-config: pkg-config]
Processing 18/120: [camlp-streams: dune build] [conf-pkg-config: pkg-config]
-> retrieved containers.2.8.1  (cached)
Processing 19/120: [camlp-streams: dune build] [conf-pkg-config: pkg-config]
- 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 19/120: [camlp-streams: dune build]
-> installed conf-pkg-config.3
Processing 20/120: [camlp-streams: dune build]
Processing 21/120: [camlp-streams: dune build] [conf-libssl: pkg-config openssl]
-> retrieved cppo.1.7.0  (cached)
Processing 22/120: [camlp-streams: dune build] [conf-libssl: pkg-config openssl]
Processing 23/120: [camlp-streams: dune build] [conf-libssl: pkg-config openssl] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 24/120: [camlp-streams: dune build] [conf-libssl: pkg-config openssl] [cppo: dune build]
Processing 25/120: [camlp-streams: dune build] [conf-libssl: pkg-config openssl] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libssl.4
Processing 25/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build]
-> installed conf-libssl.4
Processing 26/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build]
-> retrieved easy-format.1.3.4  (cached)
Processing 27/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build]
Processing 28/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved ISO8601.0.2.6  (cached)
Processing 29/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
Processing 30/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build]
-> retrieved irc-client.0.6.2  (cached)
Processing 31/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build]
-> retrieved irc-client-lwt.0.6.2  (cached)
Processing 32/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build]
-> retrieved irc-client-lwt-ssl.0.6.2  (cached)
Processing 33/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build]
-> retrieved iter.1.8  (cached)
Processing 34/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build]
Processing 35/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> retrieved lwt.5.7.0  (cached)
Processing 36/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> retrieved lwt_ssl.1.2.0  (cached)
Processing 37/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> retrieved menhir.20240715  (cached)
Processing 38/120: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> compiled  camlp-streams.5.0.1
Processing 38/120: [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> installed camlp-streams.5.0.1
Processing 39/120: [cppo: dune build] [csexp: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> compiled  csexp.1.5.2
Processing 39/120: [cppo: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> installed csexp.1.5.2
Processing 40/120: [cppo: dune build] [easy-format: dune build] [ISO8601: dune build] [iter: dune build]
-> compiled  easy-format.1.3.4
Processing 40/120: [cppo: dune build] [ISO8601: dune build] [iter: dune build]
-> installed easy-format.1.3.4
Processing 41/120: [cppo: dune build] [ISO8601: dune build] [iter: dune build]
Processing 42/120: [biniou: dune build] [cppo: dune build] [ISO8601: dune build] [iter: dune build]
-> retrieved menhirCST.20240715  (cached)
Processing 43/120: [biniou: dune build] [cppo: dune build] [ISO8601: dune build] [iter: dune build]
Processing 44/120: [biniou: dune build] [cppo: dune build] [ISO8601: dune build] [iter: dune build] [menhirCST: dune build]
-> compiled  ISO8601.0.2.6
Processing 44/120: [biniou: dune build] [cppo: dune build] [iter: dune build] [menhirCST: dune build]
-> installed ISO8601.0.2.6
Processing 45/120: [biniou: dune build] [cppo: dune build] [iter: dune build] [menhirCST: dune build]
-> retrieved menhirLib.20240715  (cached)
Processing 46/120: [biniou: dune build] [cppo: dune build] [iter: dune build] [menhirCST: dune build]
Processing 47/120: [biniou: dune build] [cppo: dune build] [iter: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20240715  (cached)
Processing 48/120: [biniou: dune build] [cppo: dune build] [iter: dune build] [menhirCST: dune build] [menhirLib: dune build]
Processing 49/120: [biniou: dune build] [cppo: dune build] [iter: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 50/120: [biniou: dune build] [cppo: dune build] [iter: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 51/120: [biniou: dune build] [cppo: dune build] [dune-configurator: rm] [iter: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> compiled  cppo.1.7.0
Processing 51/120: [biniou: dune build] [dune-configurator: rm] [iter: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed cppo.1.7.0
Processing 52/120: [biniou: dune build] [dune-configurator: rm] [iter: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> compiled  iter.1.8
Processing 52/120: [biniou: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed iter.1.8
Processing 53/120: [biniou: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> compiled  biniou.1.2.2
Processing 53/120: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed biniou.1.2.2
Processing 54/120: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> compiled  menhirCST.20240715
Processing 54/120: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build]
-> installed menhirCST.20240715
Processing 55/120: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocamlbuild.0.15.0  (cached)
Processing 56/120: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build]
Processing 57/120: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20240715
Processing 57/120: [dune-configurator: rm] [menhirSdk: dune build] [ocamlbuild: make configure.make]
-> installed menhirLib.20240715
Processing 58/120: [dune-configurator: rm] [menhirSdk: dune build] [ocamlbuild: make configure.make]
-> retrieved ocplib-endian.1.2  (cached)
Processing 59/120: [dune-configurator: rm] [menhirSdk: dune build] [ocamlbuild: make configure.make]
Processing 60/120: [dune-configurator: rm] [menhirSdk: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
-> compiled  menhirSdk.20240715
Processing 60/120: [dune-configurator: rm] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
-> installed menhirSdk.20240715
Processing 61/120: [dune-configurator: rm] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
Processing 62/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
-> retrieved re.1.12.0  (cached)
Processing 63/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
-> retrieved redis.0.7.1  (cached)
-> retrieved seq.base  (cached)
Processing 64/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
Processing 65/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
Processing 66/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
-> installed seq.base
Processing 67/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
Processing 68/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make configure.make] [ocplib-endian: dune build] [re: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.14"; \
- echo "BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/4.14/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/4.14/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.15.0"'; \
- ) > src/ocamlbuild_config.ml
Processing 68/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build]
-> retrieved redis-lwt.0.7.1  (cached)
Processing 69/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build]
-> retrieved result.1.5  (cached)
Processing 70/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build]
Processing 71/120: [dune-configurator: rm] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build]
Processing 71/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build]
-> retrieved ssl.0.7.0  (cached)
Processing 72/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 73/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build]
Processing 74/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build]
-> retrieved stringext.1.6.0  (cached)
Processing 75/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build]
Processing 76/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved topkg.1.0.7  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved yojson.1.7.0  (cached)
Processing 77/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
-> compiled  ocplib-endian.1.2
Processing 77/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [result: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
-> installed ocplib-endian.1.2
Processing 78/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [result: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 78/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [result: dune build] [stringext: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 79/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [result: dune build] [stringext: dune build] [yojson: dune build]
-> compiled  result.1.5
Processing 79/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [stringext: dune build] [yojson: dune build]
-> installed result.1.5
Processing 80/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [stringext: dune build] [yojson: dune build]
Processing 81/120: [dune-configurator: dune build] [irc-client: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [stringext: dune build] [yojson: dune build]
-> compiled  stringext.1.6.0
Processing 81/120: [dune-configurator: dune build] [irc-client: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [yojson: dune build]
-> installed stringext.1.6.0
Processing 82/120: [dune-configurator: dune build] [irc-client: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [yojson: dune build]
-> compiled  irc-client.0.6.2
Processing 82/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [yojson: dune build]
-> installed irc-client.0.6.2
Processing 83/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [yojson: dune build]
-> compiled  re.1.12.0
Processing 83/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
-> installed re.1.12.0
Processing 84/120: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
-> compiled  dune-configurator.3.16.0
Processing 84/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
-> installed dune-configurator.3.16.0
Processing 85/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
Processing 86/120: [containers: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
Processing 87/120: [containers: dune build] [lwt: dune exec] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
Processing 88/120: [containers: dune build] [lwt: dune exec] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build] [yojson: dune build]
-> compiled  yojson.1.7.0
Processing 88/120: [containers: dune build] [lwt: dune exec] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build]
-> installed yojson.1.7.0
Processing 89/120: [containers: dune build] [lwt: dune exec] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build]
Processing 90/120: [atdgen-runtime: dune build] [containers: dune build] [lwt: dune exec] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build]
-> compiled  atdgen-runtime.2.9.1
Processing 90/120: [containers: dune build] [lwt: dune exec] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build]
-> installed atdgen-runtime.2.9.1
Processing 91/120: [containers: dune build] [lwt: dune exec] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build]
Processing 91/120: [containers: dune build] [lwt: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ssl: dune build]
- (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 -o ssl_stubs.o -c ssl_stubs.c)
- ssl_stubs.c: In function 'ocaml_ssl_ctx_init_dh_from_file':
- ssl_stubs.c:1142:5: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-  1142 |     DH_free(dh);
-       |     ^~~~~~~
- In file included from /usr/include/openssl/dsa.h:51,
-                  from /usr/include/openssl/x509.h:37,
-                  from /usr/include/openssl/pem.h:23,
-                  from ssl_stubs.c:49:
- /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':
- ssl_stubs.c:1168:3: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-  1168 |   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:1176:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-  1176 |     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 'load_dh_param':
- ssl_stubs.c:2031:3: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-  2031 |   ret = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
-       |   ^~~
- /usr/include/openssl/pem.h:469:1: note: declared here
-   469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
-       | ^~~~~~~~~~~~~~~~~~~
-> compiled  ssl.0.7.0
Processing 91/120: [containers: dune build] [lwt: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed ssl.0.7.0
Processing 92/120: [containers: dune build] [lwt: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/monomorphic/.containers_monomorphic.objs/byte/cCMonomorphicShims_.cmo -c -impl src/monomorphic/CCMonomorphicShims_.ml)
- File "src/monomorphic/CCMonomorphicShims_.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsFormat_.cmo -c -impl src/core/CCShimsFormat_.ml)
- File "src/core/CCShimsFormat_.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsArrayLabels_.cmo -c -impl src/core/CCShimsArrayLabels_.ml)
- File "src/core/CCShimsArrayLabels_.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsArray_.cmo -c -impl src/core/CCShimsArray_.ml)
- File "src/core/CCShimsArray_.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsList_.cmo -c -impl src/core/CCShimsList_.ml)
- File "src/core/CCShimsList_.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsMkLet_.cmo -c -impl src/core/CCShimsMkLet_.ml)
- File "src/core/CCShimsMkLet_.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShims_.cmo -c -impl src/core/CCShims_.ml)
- File "src/core/CCShims_.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/containersLabels.cmo -c -impl src/core/containersLabels.ml)
- File "src/core/containersLabels.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/containers.cmo -c -impl src/core/containers.ml)
- File "src/core/containers.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -bin-annot -I src/data/.containers_data.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/data/.containers_data.objs/byte/cCBitField.cmi -c -intf src/data/CCBitField.mli)
- File "src/data/CCBitField.mli", line 63, characters 12-13:
- 63 | module Make(X : sig end) : S
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter X.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/sexp/.containers_sexp.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/sexp/.containers_sexp.objs/byte/cCSexp_intf.cmo -c -impl src/sexp/CCSexp_intf.ml)
- File "src/sexp/CCSexp_intf.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -bin-annot -I src/threads/.containers_thread.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/threads/.containers_thread.objs/byte/cCPool.cmi -c -intf src/threads/CCPool.mli)
- File "src/threads/CCPool.mli", line 22, characters 12-13:
- 22 | module Make(P : PARAM) : sig
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter P.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/sexp/.containers_sexp.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/sexp/.containers_sexp.objs/byte/cCSexp_lex.cmo -c -impl src/sexp/CCSexp_lex.ml)
- File "src/sexp/CCSexp_lex.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -bin-annot -I src/data/.containers_data.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -intf-suffix .ml -no-alias-deps -o src/data/.containers_data.objs/byte/cCGraph.cmo -c -impl src/data/CCGraph.ml)
- File "src/data/CCGraph.ml", line 429, characters 4-23:
- 429 |     mutable vertex: 'v;
-           ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field vertex is never mutated.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/top/.containers_top.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/data/.containers_data.objs/byte -I src/iter/.containers_iter.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -I src/sexp/.containers_sexp.objs/byte -I src/unix/.containers_unix.objs/byte -no-alias-deps -o src/top/.containers_top.objs/byte/containers_top.cmo -c -impl src/top/containers_top.ml)
- File "src/top/containers_top.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -O3 -unbox-closures -unbox-closures-factor 20 -color always -I src/data/.containers_data.objs/byte -I src/data/.containers_data.objs/native -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/core/.containers.objs/native -I src/monomorphic/.containers_monomorphic.objs/byte -I src/monomorphic/.containers_monomorphic.objs/native -intf-suffix .ml -no-alias-deps -o src/data/.containers_data.objs/native/cCGraph.cmx -c -impl src/data/CCGraph.ml)
- File "src/data/CCGraph.ml", line 429, characters 4-23:
- 429 |     mutable vertex: 'v;
-           ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field vertex is never mutated.
-> compiled  containers.2.8.1
Processing 92/120: [lwt: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed containers.2.8.1
Processing 93/120: [lwt: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +A-29 -g -bin-annot -I src/core/.lwt.objs/byte -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/byte/lwt_stream.cmo -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +A-29 -g -I src/core/.lwt.objs/byte -I src/core/.lwt.objs/native -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/native/lwt_stream.cmx -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
-> compiled  lwt.5.7.0
Processing 93/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed lwt.5.7.0
Processing 94/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 95/120: [irc-client-lwt: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 96/120: [irc-client-lwt: dune build] [lwt_ssl: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  irc-client-lwt.0.6.2
Processing 96/120: [lwt_ssl: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed irc-client-lwt.0.6.2
Processing 97/120: [lwt_ssl: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  lwt_ssl.1.2.0
Processing 97/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed lwt_ssl.1.2.0
Processing 98/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 99/120: [irc-client-lwt-ssl: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  irc-client-lwt-ssl.0.6.2
Processing 99/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed irc-client-lwt-ssl.0.6.2
Processing 100/120: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 101/120: [calculon: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.14/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
-> compiled  ocamlbuild.0.15.0
Processing 101/120: [calculon: dune build] [menhir: dune build]
-> installed ocamlbuild.0.15.0
Processing 102/120: [calculon: dune build] [menhir: dune build]
Processing 103/120: [calculon: dune build] [menhir: dune build] [topkg: ocaml build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Signal.cmo -c -impl src/core/Signal.ml)
- File "src/core/Signal.ml", line 13, characters 2-28:
- 13 |   mutable alive : keepalive;   (* keep some signal alive *)
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field alive is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/native/calculon__Signal.cmx -c -impl src/core/Signal.ml)
- File "src/core/Signal.ml", line 13, characters 2-28:
- 13 |   mutable alive : keepalive;   (* keep some signal alive *)
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field alive is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Plugin.cmi -c -intf src/core/Plugin.mli)
- File "src/core/Plugin.mli", line 6, characters 12-28:
- 6 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Plugin_factoids.cmi -c -intf src/core/Plugin_factoids.mli)
- File "src/core/Plugin_factoids.mli", line 12, characters 23-39:
- 12 | val factoids_of_json : Yojson.Safe.json -> (t, string) CCResult.t
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src/core/Plugin_factoids.mli", line 13, characters 28-44:
- 13 | val json_of_factoids : t -> Yojson.Safe.json
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Core.cmo -c -impl src/core/Core.ml)
- File "src/core/Core.ml", line 20, characters 11-21:
- 20 |   let open Pervasives in
-                 ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Plugin.cmo -c -impl src/core/Plugin.ml)
- File "src/core/Plugin.ml", line 3, characters 12-28:
- 3 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Plugin_history.cmo -c -impl src/core/Plugin_history.ml)
- File "src/core/Plugin_history.ml", line 15, characters 2-34:
- 15 |   actions: Plugin.action_callback;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field actions is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Plugin_vote.cmo -c -impl src/core/Plugin_vote.ml)
- File "src/core/Plugin_vote.ml", line 25, characters 4-21:
- 25 |     purpose : string; (* short description *)
-          ^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field purpose is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/Plugin_vote.ml", line 28, characters 4-32:
- 28 |     mutable quorum : int option; (* how many votes needed to reach quorum? *)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field quorum is never mutated.
- File "src/core/Plugin_vote.ml", line 95, characters 14-31:
- 95 | type poll = { purpose : string; creator : string; vote : Vote.t }
-                    ^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field purpose is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Plugin_social.cmo -c -impl src/core/Plugin_social.ml)
- File "src/core/Plugin_social.ml", line 5, characters 12-28:
- 5 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src/core/Plugin_social.ml", line 145, characters 10-30:
- 145 |   let s = Pervasives.mod_float f 60. |> int_of_float in
-                 ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/core/Plugin_social.ml", line 146, characters 10-30:
- 146 |   let m = Pervasives.mod_float (f /. 60.) 60. |> int_of_float in
-                 ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/core/Plugin_social.ml", line 147, characters 10-30:
- 147 |   let h = Pervasives.mod_float (f /. 3600.) 24. |> int_of_float in
-                 ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/core/Plugin_social.ml", line 200, characters 18-33:
- 200 |                if Pervasives.(<>) key msg.Core.nick && contact.ignore_user |> not then
-                         ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/core/.calculon.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/byte/calculon__Plugin_factoids.cmo -c -impl src/core/Plugin_factoids.ml)
- File "src/core/Plugin_factoids.ml", line 11, characters 12-28:
- 11 | type json = Yojson.Safe.json
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/native/calculon__Core.cmx -c -impl src/core/Core.ml)
- File "src/core/Core.ml", line 20, characters 11-21:
- 20 |   let open Pervasives in
-                 ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-29@8 -g -bin-annot -I src/extras/.calculon_extras.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/re/posix -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -I src/core/.calculon.objs/byte -intf-suffix .ml -no-alias-deps -open Calculon_extras -o src/extras/.calculon_extras.objs/byte/calculon_extras__Plugin_markcough.cmo -c -impl src/extras/Plugin_markcough.ml)
- File "src/extras/Plugin_markcough.ml", line 81, characters 4-19:
- 81 |     TokenMap.to_seq m
-          ^^^^^^^^^^^^^^^
- Alert deprecated: TokenMap.to_seq
- use to_iter instead
- File "src/extras/Plugin_markcough.ml", line 165, characters 9-24:
- 165 |         (TokenMap.to_seq m)
-                ^^^^^^^^^^^^^^^
- Alert deprecated: TokenMap.to_seq
- use to_iter instead
- File "src/extras/Plugin_markcough.ml", line 172, characters 9-24:
- 172 |         (TokenMap.to_seq m)
-                ^^^^^^^^^^^^^^^
- Alert deprecated: TokenMap.to_seq
- use to_iter instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/native/calculon__Plugin.cmx -c -impl src/core/Plugin.ml)
- File "src/core/Plugin.ml", line 3, characters 12-28:
- 3 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/native/calculon__Plugin_history.cmx -c -impl src/core/Plugin_history.ml)
- File "src/core/Plugin_history.ml", line 15, characters 2-34:
- 15 |   actions: Plugin.action_callback;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field actions is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/native/calculon__Plugin_vote.cmx -c -impl src/core/Plugin_vote.ml)
- File "src/core/Plugin_vote.ml", line 25, characters 4-21:
- 25 |     purpose : string; (* short description *)
-          ^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field purpose is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/Plugin_vote.ml", line 28, characters 4-32:
- 28 |     mutable quorum : int option; (* how many votes needed to reach quorum? *)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field quorum is never mutated.
- File "src/core/Plugin_vote.ml", line 95, characters 14-31:
- 95 | type poll = { purpose : string; creator : string; vote : Vote.t }
-                    ^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field purpose is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/native/calculon__Plugin_social.cmx -c -impl src/core/Plugin_social.ml)
- File "src/core/Plugin_social.ml", line 5, characters 12-28:
- 5 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src/core/Plugin_social.ml", line 145, characters 10-30:
- 145 |   let s = Pervasives.mod_float f 60. |> int_of_float in
-                 ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/core/Plugin_social.ml", line 146, characters 10-30:
- 146 |   let m = Pervasives.mod_float (f /. 60.) 60. |> int_of_float in
-                 ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/core/Plugin_social.ml", line 147, characters 10-30:
- 147 |   let h = Pervasives.mod_float (f /. 3600.) 24. |> int_of_float in
-                 ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/core/Plugin_social.ml", line 200, characters 18-33:
- 200 |                if Pervasives.(<>) key msg.Core.nick && contact.ignore_user |> not then
-                         ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Calculon -o src/core/.calculon.objs/native/calculon__Plugin_factoids.cmx -c -impl src/core/Plugin_factoids.ml)
- File "src/core/Plugin_factoids.ml", line 11, characters 12-28:
- 11 | type json = Yojson.Safe.json
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-42-44-48-29@8 -g -I src/extras/.calculon_extras.objs/byte -I src/extras/.calculon_extras.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/irc-client -I /home/opam/.opam/4.14/lib/irc-client-lwt -I /home/opam/.opam/4.14/lib/irc-client-lwt-ssl -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/re/posix -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/yojson -I src/core/.calculon.objs/byte -I src/core/.calculon.objs/native -intf-suffix .ml -no-alias-deps -open Calculon_extras -o src/extras/.calculon_extras.objs/native/calculon_extras__Plugin_markcough.cmx -c -impl src/extras/Plugin_markcough.ml)
- File "src/extras/Plugin_markcough.ml", line 81, characters 4-19:
- 81 |     TokenMap.to_seq m
-          ^^^^^^^^^^^^^^^
- Alert deprecated: TokenMap.to_seq
- use to_iter instead
- File "src/extras/Plugin_markcough.ml", line 165, characters 9-24:
- 165 |         (TokenMap.to_seq m)
-                ^^^^^^^^^^^^^^^
- Alert deprecated: TokenMap.to_seq
- use to_iter instead
- File "src/extras/Plugin_markcough.ml", line 172, characters 9-24:
- 172 |         (TokenMap.to_seq m)
-                ^^^^^^^^^^^^^^^
- Alert deprecated: TokenMap.to_seq
- use to_iter instead
-> compiled  calculon.0.5
Processing 103/120: [menhir: dune build] [topkg: ocaml build]
-> installed calculon.0.5
Processing 104/120: [menhir: dune build] [topkg: ocaml build]
- + ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- + ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- + ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- + ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- + ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- + ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- + ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- + ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- + ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- + ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- + ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- + ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- + ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- + ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- + ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- + ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- + ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- + ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- + ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- + ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- + ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- + ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- + ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- + ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- + ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- + ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- + ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- + ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- + ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- + ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- + ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- + ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- + ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- + ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- + ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- + ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- + ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml
- + ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.7
Processing 104/120: [menhir: dune build]
-> installed topkg.1.0.7
Processing 105/120: [menhir: dune build]
Processing 106/120: [menhir: dune build] [uuidm: ocaml build]
- + ocamlfind ocamldep -modules src/uuidm.ml > src/uuidm.ml.depends
- + ocamlfind ocamldep -modules src/uuidm.mli > src/uuidm.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uuidm.cmi src/uuidm.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/uuidm.cmx src/uuidm.ml
- + ocamlfind ocamlopt -a -I src src/uuidm.cmx -o src/uuidm.cmxa
- + ocamlfind ocamlopt -shared -linkall -I src src/uuidm.cmxa -o src/uuidm.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uuidm.cmo src/uuidm.ml
- + ocamlfind ocamlc -a -I src src/uuidm.cmo -o src/uuidm.cma
- # No parallelism done
-> compiled  uuidm.0.9.8
Processing 106/120: [menhir: dune build]
-> installed uuidm.0.9.8
Processing 107/120: [menhir: dune build]
Processing 108/120: [menhir: dune build] [redis: dune build]
-> compiled  redis.0.7.1
Processing 108/120: [menhir: dune build]
-> installed redis.0.7.1
Processing 109/120: [menhir: dune build]
Processing 110/120: [menhir: dune build] [redis-lwt: dune build]
-> compiled  redis-lwt.0.7.1
Processing 110/120: [menhir: dune build]
-> installed redis-lwt.0.7.1
Processing 111/120: [menhir: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhir.20240715)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20240715
-> installed menhir.20240715
Processing 113/120: [atd: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "atd" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/atd.2.9.1)
-> compiled  atd.2.9.1
-> installed atd.2.9.1
Processing 115/120: [atdgen: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "atdgen" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/atdgen.2.9.1)
-> compiled  atdgen.2.9.1
-> installed atdgen.2.9.1
Processing 117/120: [calculon-redis-lib: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "calculon-redis-lib" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/calculon-redis-lib.0.5)
-> compiled  calculon-redis-lib.0.5
-> installed calculon-redis-lib.0.5
Processing 119/120: [calculon-redis: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "calculon-redis" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/calculon-redis.0.5)
-> compiled  calculon-redis.0.5
-> installed calculon-redis.0.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:02.46 ---> saved as "43cc3adac35ac04d63477a551416ec7decdcafb5a637d508dddb54a284efb992"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u calculon-redis:b9859f134d1d207bf1134471001e2f52,redis-lwt:80fc5cda8ec9da94721957518482814e,redis:12a3ed054fbbb15c8d5c53834aaaa149,calculon-redis-lib:75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon:71db9c16f65d04166b7b2cc0fbdb7817"))
2024-09-12 19:02.48 ---> saved as "63d215a5cf3c9e26e69c5a12c8b8d0704baeebad24809037a843c870f020f469"

/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.400566') && (for DATA in prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5,calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817,calculon.0.5 prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5,calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon-redis-lib.0.5 prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1,redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149,redis.0.7.1 prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1,redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e,redis-lwt.0.7.1 prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5,calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52,calculon-redis.0.5; 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/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5,calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817,calculon.0.5 prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5,calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon-redis-lib.0.5 prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1,redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149,redis.0.7.1 prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1,redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e,redis-lwt.0.7.1 prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5,calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52,calculon-redis.0.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5,calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817,calculon.0.5 prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5,calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba,calculon-redis-lib.0.5 prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1,redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149,redis.0.7.1 prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1,redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e,redis-lwt.0.7.1 prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5,calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52,calculon-redis.0.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.400566
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/doc/
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/doc/calculon/
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/doc/calculon/CHANGELOG.md
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/doc/calculon/LICENSE
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/doc/calculon/README.md
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon.ocamlobjinfo
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/META
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Command.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Command.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Command.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Config.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Config.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Config.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Core.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Core.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Core.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Log.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Log.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Log.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Lwt_err.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Lwt_err.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Lwt_err.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_factoids.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_factoids.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_factoids.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_history.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_history.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_history.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_social.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_social.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_social.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_state.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_state.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_state.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_vote.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_vote.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Plugin_vote.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Prelude.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Prelude.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Prelude.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Run_main.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Run_main.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Run_main.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Signal.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Signal.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Signal.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Talk.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Talk.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/calculon__Talk.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/dune-package
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras.ocamlobjinfo
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras__Irclog.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras__Irclog.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras__Irclog.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras__Plugin_markcough.cmi
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras__Plugin_markcough.cmt
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/lib/calculon/extras/calculon_extras__Plugin_markcough.cmti
prep/universes/71db9c16f65d04166b7b2cc0fbdb7817/calculon/0.5/opam
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/doc/
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/doc/calculon-redis-lib/
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/doc/calculon-redis-lib/CHANGELOG.md
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/doc/calculon-redis-lib/LICENSE
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/doc/calculon-redis-lib/README.md
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib.ocamlobjinfo
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/META
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib.cmi
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib.cmt
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Client.cmi
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Client.cmt
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Client.cmti
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Message_j.cmi
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Message_j.cmt
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Message_j.cmti
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Message_t.cmi
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Message_t.cmt
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/calculon_redis_lib__Message_t.cmti
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/lib/calculon-redis-lib/dune-package
prep/universes/75a33e4b7d61739f3c4c7f9d5d6a7bba/calculon-redis-lib/0.5/opam
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/doc/
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/doc/redis/
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/doc/redis/CHANGES.md
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/doc/redis/LICENSE
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/doc/redis/README.md
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis.ocamlobjinfo
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/META
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/dune-package
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Cache.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Cache.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Cache.cmti
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Client.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Client.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Client.cmti
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Crc16.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Crc16.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Crc16.cmti
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Mutex.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Mutex.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Mutex.cmti
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Pool.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Pool.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Pool.cmti
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__S.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__S.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Utils.cmi
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Utils.cmt
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/lib/redis/redis__Utils.cmti
prep/universes/12a3ed054fbbb15c8d5c53834aaaa149/redis/0.7.1/opam
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/doc/
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/doc/redis-lwt/
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/doc/redis-lwt/CHANGES.md
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/doc/redis-lwt/LICENSE
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/doc/redis-lwt/README.md
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/redis-lwt/
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/redis-lwt/redis_lwt.ocamlobjinfo
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/redis-lwt/META
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/redis-lwt/dune-package
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/redis-lwt/redis_lwt.cmi
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/redis-lwt/redis_lwt.cmt
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/lib/redis-lwt/redis_lwt.cmti
prep/universes/80fc5cda8ec9da94721957518482814e/redis-lwt/0.7.1/opam
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/doc/
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/doc/calculon-redis/
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/doc/calculon-redis/CHANGELOG.md
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/doc/calculon-redis/LICENSE
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/doc/calculon-redis/README.md
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/calculon-redis/
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/calculon-redis/calculon_redis.ocamlobjinfo
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/calculon-redis/META
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/calculon-redis/calculon_redis.cmi
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/calculon-redis/calculon_redis.cmt
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/calculon-redis/calculon_redis.cmti
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/lib/calculon-redis/dune-package
prep/universes/b9859f134d1d207bf1134471001e2f52/calculon-redis/0.5/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.
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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817:20172e7b856af63423c498efdb760c99f33d2bc4435e5cc10ac9dbb0f0144381
HASHES:calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba:92d71c609a3607890b31cd3780868371a00ee04d1cc7ba49e948f8b8e78b8084
HASHES:redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149:63fce04b3f454d9d10950dc55da95a8c143dbbf24c8e4562e17164131fc1564d
HASHES:redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e:09a148e42d7c3c3fc6f81cbbf7a4c83d500daaecf26883985003a8e3fcd1b6eb
HASHES:calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52:0b06a20286d84525c1b357d3ab651178fed88ba44fcbf07836772fa1401a40ff
2024-09-12 19:02.50 ---> saved as "aaf13316f4eb6c3527065e46b0f787be1e9758974892c00a5ac255ccc30d2696"
Job succeeded
2024-09-12 19:10.26: calculon-redis.0.5-b9859f134d1d207bf1134471001e2f52 -> 0b06a20286d84525c1b357d3ab651178fed88ba44fcbf07836772fa1401a40ff
2024-09-12 19:10.26: redis-lwt.0.7.1-80fc5cda8ec9da94721957518482814e -> 09a148e42d7c3c3fc6f81cbbf7a4c83d500daaecf26883985003a8e3fcd1b6eb
2024-09-12 19:10.26: redis.0.7.1-12a3ed054fbbb15c8d5c53834aaaa149 -> 63fce04b3f454d9d10950dc55da95a8c143dbbf24c8e4562e17164131fc1564d
2024-09-12 19:10.26: calculon-redis-lib.0.5-75a33e4b7d61739f3c4c7f9d5d6a7bba -> 92d71c609a3607890b31cd3780868371a00ee04d1cc7ba49e948f8b8e78b8084
2024-09-12 19:10.26: calculon.0.5-71db9c16f65d04166b7b2cc0fbdb7817 -> 20172e7b856af63423c498efdb760c99f33d2bc4435e5cc10ac9dbb0f0144381
2024-09-12 19:10.26: Job succeeded