Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep camomile.0.8.5; 7a2a14be30e4b90b7496c47ce6342ea8
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:12.43: Waiting for worker…
2024-09-12 21:21.12: Got resource from pool OCluster
2024-09-12 21:21.12: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
         (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.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
 (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 camomile.0.8.5 ocamlfind.1.9.6 dune.3.16.0 cppo.1.7.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u camomile:7a2a14be30e4b90b7496c47ce6342ea8,cppo:6189b191d20ba919189a4b94e55e3be3"))
 (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.737223') && (for DATA in prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0,cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3,cppo.1.7.0 prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5,camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8,camomile.0.8.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/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0,cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3,cppo.1.7.0 prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5,camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8,camomile.0.8.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0,cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3,cppo.1.7.0 prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5,camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8,camomile.0.8.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 5ee688bb15d6f6e2321121b77eb06b2139310f2b --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 21:21.12: RETRYING: 2024-09-12/083555-voodoo-prep-44db5c Number of retries: 0 (retriable error condition)
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
Updating files:  64% (20767/32082)
Updating files:  65% (20854/32082)
Updating files:  66% (21175/32082)
Updating files:  67% (21495/32082)
Updating files:  68% (21816/32082)
Updating files:  69% (22137/32082)
Updating files:  70% (22458/32082)
Updating files:  71% (22779/32082)
Updating files:  72% (23100/32082)
Updating files:  73% (23420/32082)
Updating files:  74% (23741/32082)
Updating files:  75% (24062/32082)
Updating files:  76% (24383/32082)
Updating files:  77% (24704/32082)
Updating files:  78% (25024/32082)
Updating files:  79% (25345/32082)
Updating files:  80% (25666/32082)
Updating files:  81% (25987/32082)
Updating files:  82% (26308/32082)
Updating files:  83% (26629/32082)
Updating files:  84% (26949/32082)
Updating files:  85% (27270/32082)
Updating files:  86% (27591/32082)
Updating files:  87% (27912/32082)
Updating files:  88% (28233/32082)
Updating files:  89% (28553/32082)
Updating files:  90% (28874/32082)
Updating files:  91% (29195/32082)
Updating files:  92% (29516/32082)
Updating files:  93% (29837/32082)
Updating files:  94% (30158/32082)
Updating files:  95% (30478/32082)
Updating files:  96% (30799/32082)
Updating files:  97% (31120/32082)
Updating files:  98% (31441/32082)
Updating files:  99% (31762/32082)
Updating files: 100% (32082/32082)
Updating files: 100% (32082/32082), done.
HEAD is now at 5ee688bb15 Windows support for ocaml-secondary-compiler.4.14.2

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 21:13.58 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

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

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.16.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.7.0  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.6  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.6  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.7.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed seq.0.3.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed rresult.0.6.0
-> installed cppo.1.7.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:13.58 ---> using "92b96a9320a3c564e921cf6f693e681f388ab6efdb6d4fb243d4b61a1bead82f" from cache

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

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 21:13.58 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 21:13.58 ---> using "21dd1d46569643818950834cd483e48a237692c6efc675d8e7e354e7f652bc6b" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:14.00 ---> using "bdd649aab34b1134d0a1d1f4d8a1c472f6b3d197803cfa06f8fa38e9beaa03c1" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:14.00 ---> using "8530c0e970da716a7118739cf17c14b0aadb6194090b6192d0fa9760246cd64d" 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 21:14.00 ---> using "0d790a0e0ac9d70553b28b185b8ae8478a30cbfaf5251ca59249220b072d1554" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.05. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.05 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 21:14.00 ---> using "10bf5ec698ab45f335272c3fafbe10a1b88385b7a9f24da315145070c5eef4ef" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:14.00 ---> using "35a4c8191d89e46ab11a70ddbd50646a393279028012b633e37c2d525e25da58" 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 ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.16.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:14.00 ---> using "d493f1ac3b1f6be40b0289b7ce7f81b7848f398d9b55f1132ed99f623c7a33d9" 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 camomile.0.8.5 ocamlfind.1.9.6 dune.3.16.0 cppo.1.7.0 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 (1050 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 camomile.0.8.5 ocamlfind.1.9.6 dune.3.16.0 cppo.1.7.0" 

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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo     1.7.0
  - install camomile 0.8.5
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6: [camomile.0.8.5: http]
Processing  2/6: [camomile.0.8.5: http]
-> retrieved cppo.1.7.0  (cached)
Processing  3/6: [camomile.0.8.5: http] [cppo: dune build]
Processing  3/6: [cppo: dune build]
Processing  3/6: [camomile.0.8.5/4.05-typing-fix.patch: dl] [cppo: dune build]
-> compiled  cppo.1.7.0
Processing  3/6: [camomile.0.8.5/4.05-typing-fix.patch: dl]
-> installed cppo.1.7.0
Processing  4/6: [camomile.0.8.5/4.05-typing-fix.patch: dl]
Processing  4/6: [camomile.0.8.5/cmx.patch: dl]
Processing  4/6: [camomile.0.8.5/cmxs.patch: dl]
Processing  4/6: [camomile.0.8.5/no-camlp4.patch: dl]
-> retrieved camomile.0.8.5  (https://github.com/yoriyuki/Camomile/releases/download/rel-0.8.5/camomile-0.8.5.tar.bz2)
[camomile: patch] applying cmxs.patch
Processing  5/6: [camomile: patch]
[camomile: patch] applying no-camlp4.patch
[camomile: patch] applying cmx.patch
[camomile: patch] applying 4.05-typing-fix.patch
Processing  5/6: [camomile: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/camomile.0.8.5/./configure "--prefix" "/home/opam/.opam/4.05" (CWD=/home/opam/.opam/4.05/.opam-switch/build/camomile.0.8.5)
- checking for cppo... cppo
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for fgrep... /usr/bin/grep -F
- checking for ocamlc... ocamlc
- ocaml version is 4.05.0
- ocaml library path is /home/opam/.opam/4.05/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... ocamldep
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for ocamlweb... true
- checking for camlp4o... no
- checking for ocamlfind... install-with-ocamlfind
- checking for ocamldoc... ocamldoc
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
- config.status: creating META
Processing  5/6: [camomile: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/camomile.0.8.5)
- echo '(* This file is automatically generated *)' > camomileDefaultConfig.ml
- echo 'let datadir = Filename.concat (Filename.concat "/home/opam/.opam/4.05/share" "camomile") "database"' >> camomileDefaultConfig.ml
- echo 'let localedir = Filename.concat (Filename.concat "/home/opam/.opam/4.05/share" "camomile") "locales"' >> camomileDefaultConfig.ml
- echo 'let charmapdir = Filename.concat (Filename.concat "/home/opam/.opam/4.05/share" "camomile") "charmaps"' >> camomileDefaultConfig.ml
- echo 'let unimapdir = Filename.concat (Filename.concat "/home/opam/.opam/4.05/share" "camomile") "mappings"' >> camomileDefaultConfig.ml
- ocamldep -slash -I internal -I public -I toolslib -I . *.ml *.mli \
- internal/*.ml internal/*.mli \
- public/*.ml public/*.mli \
- mappings/*.ml mappings/*.mli \
- toolslib/*.ml toolslib/*.mli \
- > .depend
- ocamldep -slash -I internal -I public -I toolslib -I . \
- tools/tools/parse_unidata.ml tools/parse_uniset.ml tools/camomilecharmap.ml tools/parse_specialcasing.ml tools/parse_casefolding.ml tools/parse_scripts.ml tools/parse_allkeys.ml mappings/gen_mappings.ml tools/parse_age.ml tools/camomilelocaledef.ml tools/camomilestringprep.ml >> .depend
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uChar.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/unicodeString.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . -impl public/unicodeString.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . configInt.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . -impl configInt.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/avlTree.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iSet.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uSet.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrParserType.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . -impl internal/uReStrParserType.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/database.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/database.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileDefaultConfig.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bitsvect.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bitsvect.ml
- File "internal/bitsvect.ml", line 74, characters 2-24:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/bitsvect.ml", line 79, characters 2-28:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/bitsvect.ml", line 112, characters 14-25:
- Warning 3: deprecated: String.copy
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bytesvect.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bytesvect.ml
- File "internal/bytesvect.ml", line 59, characters 2-21:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/bytesvect.ml", line 90, characters 14-25:
- Warning 3: deprecated: String.copy
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/avlTree.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iSet.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iMap.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iMap.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/tbl31.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/tbl31.ml
- File "internal/tbl31.ml", line 329, characters 4-28:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/tbl31.ml", line 382, characters 36-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/tbl31.ml", line 389, characters 36-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/byte_labeled_dag.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/byte_labeled_dag.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/xArray.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/xArray.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/oOChannel.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/oOChannel.ml
- File "public/oOChannel.ml", line 81, characters 3-21:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/oOChannel.ml", line 119, characters 6-19:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uChar.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uSet.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uMap.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uMap.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharTbl.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharTbl.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uText.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uText.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/xString.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/xString.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/subText.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/subText.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uLine.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uLine.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/locale.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/locale.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/hangul.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/hangul.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unidata.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unidata.ml
- File "internal/unidata.ml", line 303, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/charmap.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/charmap.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unimap.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unimap.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/charEncoding.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/charEncoding.ml
- File "public/charEncoding.ml", line 334, characters 4-17:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 410, characters 6-30:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 416, characters 6-19:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1018, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1041, characters 32-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1052, characters 2-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1113, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1196, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1209, characters 37-55:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1220, characters 7-44:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1260, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1351, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1365, characters 39-57:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1376, characters 7-44:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1398, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1483, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1500, characters 32-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1502, characters 21-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1517, characters 29-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1519, characters 7-44:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1560, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF8.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF8.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF16.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF16.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCS4.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCS4.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uPervasives.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uPervasives.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharInfo.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharInfo.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uNF.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uNF.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCol.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCol.ml
- File "public/uCol.ml", line 142, characters 4-25:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/uCol.ml", line 143, characters 4-21:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/caseMap.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/caseMap.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uRe.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uRe.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrParser.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrParser.ml
- ocamllex.opt internal/uReStrLexer.mll
- 75 states, 2792 transitions, table size 11618 bytes
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrLexer.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uReStr.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uReStr.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/stringPrep_data.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/stringPrep_data.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/stringPrep.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/stringPrep.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibrary.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibrary.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDefault.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDefault.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDyn.mli
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDyn.ml
- ocamlc.opt -a -o camomile.cma public/unicodeString.cmo configInt.cmo internal/uReStrParserType.cmo internal/database.cmo camomileDefaultConfig.cmo internal/bitsvect.cmo internal/bytesvect.cmo internal/avlTree.cmo internal/iSet.cmo internal/iMap.cmo internal/tbl31.cmo internal/byte_labeled_dag.cmo internal/xArray.cmo public/oOChannel.cmo public/uChar.cmo public/uSet.cmo public/uMap.cmo public/uCharTbl.cmo public/uText.cmo public/xString.cmo public/subText.cmo public/uLine.cmo public/locale.cmo internal/hangul.cmo internal/unidata.cmo internal/charmap.cmo internal/unimap.cmo public/charEncoding.cmo public/uTF8.cmo public/uTF16.cmo public/uCS4.cmo public/uPervasives.cmo public/uCharInfo.cmo public/uNF.cmo public/uCol.cmo public/caseMap.cmo public/uRe.cmo internal/uReStrParser.cmo internal/uReStrLexer.cmo public/uReStr.cmo internal/stringPrep_data.cmo public/stringPrep.cmo camomileLibrary.cmo camomileLibraryDefault.cmo camomileLibraryDyn.cmo
- ocamlc.opt -a -o camomileLibrary.cma public/unicodeString.cmo configInt.cmo internal/uReStrParserType.cmo internal/database.cmo camomileDefaultConfig.cmo internal/bitsvect.cmo internal/bytesvect.cmo internal/avlTree.cmo internal/iSet.cmo internal/iMap.cmo internal/tbl31.cmo internal/byte_labeled_dag.cmo internal/xArray.cmo public/oOChannel.cmo public/uChar.cmo public/uSet.cmo public/uMap.cmo public/uCharTbl.cmo public/uText.cmo public/xString.cmo public/subText.cmo public/uLine.cmo public/locale.cmo internal/hangul.cmo internal/unidata.cmo internal/charmap.cmo internal/unimap.cmo public/charEncoding.cmo public/uTF8.cmo public/uTF16.cmo public/uCS4.cmo public/uPervasives.cmo public/uCharInfo.cmo public/uNF.cmo public/uCol.cmo public/caseMap.cmo public/uRe.cmo internal/uReStrParser.cmo internal/uReStrLexer.cmo public/uReStr.cmo internal/stringPrep_data.cmo public/stringPrep.cmo camomileLibrary.cmo
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -impl public/unicodeString.mli
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -impl configInt.mli
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -impl internal/uReStrParserType.mli
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/database.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . camomileDefaultConfig.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/bitsvect.ml
- File "internal/bitsvect.ml", line 74, characters 2-24:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/bitsvect.ml", line 79, characters 2-28:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/bitsvect.ml", line 112, characters 14-25:
- Warning 3: deprecated: String.copy
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/bytesvect.ml
- File "internal/bytesvect.ml", line 59, characters 2-21:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/bytesvect.ml", line 90, characters 14-25:
- Warning 3: deprecated: String.copy
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/avlTree.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/iSet.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/iMap.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/tbl31.ml
- File "internal/tbl31.ml", line 329, characters 4-28:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/tbl31.ml", line 382, characters 36-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "internal/tbl31.ml", line 389, characters 36-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/byte_labeled_dag.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/xArray.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/oOChannel.ml
- File "public/oOChannel.ml", line 81, characters 3-21:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/oOChannel.ml", line 119, characters 6-19:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uChar.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uSet.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uMap.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharTbl.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uText.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/xString.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/subText.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uLine.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/locale.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/hangul.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/unidata.ml
- File "internal/unidata.ml", line 303, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/charmap.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/unimap.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/charEncoding.ml
- File "public/charEncoding.ml", line 334, characters 4-17:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 410, characters 6-30:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 416, characters 6-19:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1018, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1041, characters 32-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1052, characters 2-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1113, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1196, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1209, characters 37-55:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1220, characters 7-44:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1260, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1351, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1365, characters 39-57:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1376, characters 7-44:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1398, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1483, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "public/charEncoding.ml", line 1500, characters 32-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1502, characters 21-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1517, characters 29-47:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1519, characters 7-44:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/charEncoding.ml", line 1560, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF8.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF16.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uCS4.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uPervasives.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharInfo.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uNF.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uCol.ml
- File "public/uCol.ml", line 142, characters 4-25:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "public/uCol.ml", line 143, characters 4-21:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/caseMap.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uRe.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrParser.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrLexer.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/uReStr.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . internal/stringPrep_data.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . public/stringPrep.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibrary.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDefault.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDyn.ml
- ocamlopt.opt -a -o camomile.cmxa public/unicodeString.cmx configInt.cmx internal/uReStrParserType.cmx internal/database.cmx camomileDefaultConfig.cmx internal/bitsvect.cmx internal/bytesvect.cmx internal/avlTree.cmx internal/iSet.cmx internal/iMap.cmx internal/tbl31.cmx internal/byte_labeled_dag.cmx internal/xArray.cmx public/oOChannel.cmx public/uChar.cmx public/uSet.cmx public/uMap.cmx public/uCharTbl.cmx public/uText.cmx public/xString.cmx public/subText.cmx public/uLine.cmx public/locale.cmx internal/hangul.cmx internal/unidata.cmx internal/charmap.cmx internal/unimap.cmx public/charEncoding.cmx public/uTF8.cmx public/uTF16.cmx public/uCS4.cmx public/uPervasives.cmx public/uCharInfo.cmx public/uNF.cmx public/uCol.cmx public/caseMap.cmx public/uRe.cmx internal/uReStrParser.cmx internal/uReStrLexer.cmx public/uReStr.cmx internal/stringPrep_data.cmx public/stringPrep.cmx camomileLibrary.cmx camomileLibraryDefault.cmx camomileLibraryDyn.cmx
- ocamlopt.opt -shared -linkall -o camomile.cmxs camomile.cmxa
- ocamlopt.opt -a -o camomileLibrary.cmxa public/unicodeString.cmx configInt.cmx internal/uReStrParserType.cmx internal/database.cmx camomileDefaultConfig.cmx internal/bitsvect.cmx internal/bytesvect.cmx internal/avlTree.cmx internal/iSet.cmx internal/iMap.cmx internal/tbl31.cmx internal/byte_labeled_dag.cmx internal/xArray.cmx public/oOChannel.cmx public/uChar.cmx public/uSet.cmx public/uMap.cmx public/uCharTbl.cmx public/uText.cmx public/xString.cmx public/subText.cmx public/uLine.cmx public/locale.cmx internal/hangul.cmx internal/unidata.cmx internal/charmap.cmx internal/unimap.cmx public/charEncoding.cmx public/uTF8.cmx public/uTF16.cmx public/uCS4.cmx public/uPervasives.cmx public/uCharInfo.cmx public/uNF.cmx public/uCol.cmx public/caseMap.cmx public/uRe.cmx internal/uReStrParser.cmx internal/uReStrLexer.cmx public/uReStr.cmx internal/stringPrep_data.cmx public/stringPrep.cmx camomileLibrary.cmx
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/camomileconfig.ml
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/toolslib.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/absOrd.mli
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/absOrd.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/camomileconfig.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/toolslib.ml
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/absCe.mli
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/absCe.ml
- ocamlyacc -v toolslib/colParser.mly
- ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/colParser.mli
- ocamlyacc -v toolslib/colParser.mly
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/colParser.ml
- ocamllex.opt toolslib/colLexer.mll
- 49 states, 2442 transitions, table size 10062 bytes
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/colLexer.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -a -o toolslib.cmxa public/unicodeString.cmx configInt.cmx internal/uReStrParserType.cmx internal/database.cmx camomileDefaultConfig.cmx internal/bitsvect.cmx internal/bytesvect.cmx internal/avlTree.cmx internal/iSet.cmx internal/iMap.cmx internal/tbl31.cmx internal/byte_labeled_dag.cmx internal/xArray.cmx public/oOChannel.cmx public/uChar.cmx public/uSet.cmx public/uMap.cmx public/uCharTbl.cmx public/uText.cmx public/xString.cmx public/subText.cmx public/uLine.cmx public/locale.cmx internal/hangul.cmx internal/unidata.cmx internal/charmap.cmx internal/unimap.cmx public/charEncoding.cmx public/uTF8.cmx public/uTF16.cmx public/uCS4.cmx public/uPervasives.cmx public/uCharInfo.cmx public/uNF.cmx public/uCol.cmx public/caseMap.cmx public/uRe.cmx internal/uReStrParser.cmx internal/uReStrLexer.cmx public/uReStr.cmx internal/stringPrep_data.cmx public/stringPrep.cmx toolslib/camomileconfig.cmx toolslib/toolslib.cmx toolslib/absOrd.cmx toolslib/absCe.cmx toolslib/colParser.cmx toolslib/colLexer.cmx
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/parse_unidata.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/parse_unidata.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_unidata.cmx
- mkdir -p database
- tools/parse_unidata.opt database < unidata/UnicodeData.txt
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/parse_uniset.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/parse_uniset.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_uniset.cmx
- /usr/bin/grep -F White_Space unidata/PropList.txt | tools/parse_uniset.opt database White_Space
- /usr/bin/grep -F Bidi_Control unidata/PropList.txt | tools/parse_uniset.opt database Bidi_Control
- /usr/bin/grep -F Join_Control unidata/PropList.txt | tools/parse_uniset.opt database Join_Control
- /usr/bin/grep -F Hyphen unidata/PropList.txt | tools/parse_uniset.opt database Hyphen
- /usr/bin/grep -F Quotation_Mark unidata/PropList.txt | tools/parse_uniset.opt database Quotation_Mark
- /usr/bin/grep -F Terminal_Punctuation unidata/PropList.txt | tools/parse_uniset.opt database Terminal_Punctuation
- /usr/bin/grep -F Other_Math unidata/PropList.txt | tools/parse_uniset.opt database Other_Math
- /usr/bin/grep -F Hex_Digit unidata/PropList.txt | tools/parse_uniset.opt database Hex_Digit
- /usr/bin/grep -F ASCII_Hex_Digit unidata/PropList.txt | tools/parse_uniset.opt database ASCII_Hex_Digit
- /usr/bin/grep -F Other_Alphabetic unidata/PropList.txt | tools/parse_uniset.opt database Other_Alphabetic
- /usr/bin/grep -F Ideographic unidata/PropList.txt | tools/parse_uniset.opt database Ideographic
- /usr/bin/grep -F Diacritic unidata/PropList.txt | tools/parse_uniset.opt database Diacritic
- /usr/bin/grep -F Extender unidata/PropList.txt | tools/parse_uniset.opt database Extender
- /usr/bin/grep -F Other_Lowercase unidata/PropList.txt | tools/parse_uniset.opt database Other_Lowercase
- /usr/bin/grep -F Other_Uppercase unidata/PropList.txt | tools/parse_uniset.opt database Other_Uppercase
- /usr/bin/grep -F Noncharacter_Code_Point unidata/PropList.txt | tools/parse_uniset.opt database Noncharacter_Code_Point
- /usr/bin/grep -F Other_Grapheme_Extend unidata/PropList.txt | tools/parse_uniset.opt database Other_Grapheme_Extend
- /usr/bin/grep -F Grapheme_Link unidata/PropList.txt | tools/parse_uniset.opt database Grapheme_Link
- /usr/bin/grep -F IDS_Binary_Operator unidata/PropList.txt | tools/parse_uniset.opt database IDS_Binary_Operator
- /usr/bin/grep -F IDS_Trinary_Operator unidata/PropList.txt | tools/parse_uniset.opt database IDS_Trinary_Operator
- /usr/bin/grep -F Radical unidata/PropList.txt | tools/parse_uniset.opt database Radical
- /usr/bin/grep -F Unified_Ideograph unidata/PropList.txt | tools/parse_uniset.opt database Unified_Ideograph
- /usr/bin/grep -F Other_Default_Ignorable_Code_Point unidata/PropList.txt | tools/parse_uniset.opt database Other_Default_Ignorable_Code_Point
- /usr/bin/grep -F Deprecated unidata/PropList.txt | tools/parse_uniset.opt database Deprecated
- /usr/bin/grep -F Soft_Dotted unidata/PropList.txt | tools/parse_uniset.opt database Soft_Dotted
- /usr/bin/grep -F Logical_Order_Exception unidata/PropList.txt | tools/parse_uniset.opt database Logical_Order_Exception
- /usr/bin/grep -F Math unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Math
- /usr/bin/grep -F Alphabetic unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Alphabetic
- /usr/bin/grep -F Lowercase unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Lowercase
- /usr/bin/grep -F Uppercase unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Uppercase
- /usr/bin/grep -F ID_Start unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database ID_Start
- /usr/bin/grep -F ID_Continue unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database ID_Continue
- /usr/bin/grep -F XID_Start unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database XID_Start
- /usr/bin/grep -F XID_Continue unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database XID_Continue
- /usr/bin/grep -F Default_Ignorable_Code_Point unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Default_Ignorable_Code_Point
- /usr/bin/grep -F Grapheme_Extend unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Grapheme_Extend
- /usr/bin/grep -F Grapheme_Base unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Grapheme_Base
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/camomilestringprep.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/camomilestringprep.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/camomilestringprep.cmx
- tools/camomilestringprep.opt -in unidata/stringprep -out database
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/parse_casefolding.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/parse_casefolding.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_casefolding.cmx
- tools/parse_casefolding.opt database < unidata/CaseFolding.txt
- tools/parse_uniset.opt database composition_exclusion < unidata/CompositionExclusions.txt
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/parse_age.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/parse_age.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_age.cmx
- tools/parse_age.opt database < unidata/DerivedAge.txt
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/parse_scripts.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/parse_scripts.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_scripts.cmx
- tools/parse_scripts.opt database < unidata/Scripts.txt
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/parse_specialcasing.ml
- File "tools/parse_specialcasing.ml", line 51, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/parse_specialcasing.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_specialcasing.cmx
- tools/parse_specialcasing.opt database < unidata/SpecialCasing.txt
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/parse_allkeys.ml
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/parse_allkeys.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_allkeys.cmx
- tools/parse_allkeys.opt database < unidata/tr10/allkeys.txt
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . mappings/gen_mappings.ml
- File "mappings/gen_mappings.ml", line 91, characters 11-24:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "mappings/gen_mappings.ml", line 93, characters 4-30:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o mappings/gen_mappings.opt bigarray.cmxa str.cmxa toolslib.cmxa mappings/gen_mappings.cmx
- cd mappings && ./gen_mappings.opt
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/camomilecharmap.ml
- File "tools/camomilecharmap.ml", line 153, characters 11-22:
- Warning 3: deprecated: String.copy
- File "tools/camomilecharmap.ml", line 156, characters 2-14:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/camomilecharmap.ml", line 161, characters 2-34:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/camomilecharmap.ml", line 162, characters 2-35:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/camomilecharmap.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/camomilecharmap.cmx
- tools/camomilecharmap.opt -d charmaps charmaps/ANSI_X3.110-1983 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ANSI_X3.4-1968 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ARMSCII-8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ASMO_449 || true
- tools/camomilecharmap.opt -d charmaps charmaps/BIG5 || true
- tools/camomilecharmap.opt -d charmaps charmaps/BIG5-HKSCS || true
- tools/camomilecharmap.opt -d charmaps charmaps/BRF || true
- tools/camomilecharmap.opt -d charmaps charmaps/BS_4730 || true
- tools/camomilecharmap.opt -d charmaps charmaps/BS_VIEWDATA || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP10007 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1125 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1250 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1251 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1252 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1253 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1254 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1255 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1256 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1257 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP1258 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP737 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP775 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP932 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CP949 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CSA_Z243.4-1985-1 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CSA_Z243.4-1985-2 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CSA_Z243.4-1985-GR || true
- tools/camomilecharmap.opt -d charmaps charmaps/CSN_369103 || true
- tools/camomilecharmap.opt -d charmaps charmaps/CWI || true
- tools/camomilecharmap.opt -d charmaps charmaps/DEC-MCS || true
- tools/camomilecharmap.opt -d charmaps charmaps/DIN_66003 || true
- tools/camomilecharmap.opt -d charmaps charmaps/DS_2089 || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-AT-DE || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-AT-DE-A || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-CA-FR || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-DK-NO || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-DK-NO-A || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-ES || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-ES-A || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-ES-S || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-FI-SE || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-FI-SE-A || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-FR || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-IS-FRISS || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-IT || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-PT || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-UK || true
- tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-US || true
- tools/camomilecharmap.opt -d charmaps charmaps/ECMA-CYRILLIC || true
- tools/camomilecharmap.opt -d charmaps charmaps/ES || true
- tools/camomilecharmap.opt -d charmaps charmaps/ES2 || true
- tools/camomilecharmap.opt -d charmaps charmaps/EUC-JISX0213 || true
- tools/camomilecharmap.opt -d charmaps charmaps/EUC-JP || true
- tools/camomilecharmap.opt -d charmaps charmaps/EUC-JP-MS || true
- tools/camomilecharmap.opt -d charmaps charmaps/EUC-KR || true
- tools/camomilecharmap.opt -d charmaps charmaps/EUC-TW || true
- tools/camomilecharmap.opt -d charmaps charmaps/GB18030 || true
- tools/camomilecharmap.opt -d charmaps charmaps/GB2312 || true
- tools/camomilecharmap.opt -d charmaps charmaps/GBK || true
- tools/camomilecharmap.opt -d charmaps charmaps/GB_1988-80 || true
- tools/camomilecharmap.opt -d charmaps charmaps/GEORGIAN-ACADEMY || true
- tools/camomilecharmap.opt -d charmaps charmaps/GEORGIAN-PS || true
- tools/camomilecharmap.opt -d charmaps charmaps/GOST_19768-74 || true
- tools/camomilecharmap.opt -d charmaps charmaps/GREEK-CCITT || true
- tools/camomilecharmap.opt -d charmaps charmaps/GREEK7 || true
- tools/camomilecharmap.opt -d charmaps charmaps/GREEK7-OLD || true
- tools/camomilecharmap.opt -d charmaps charmaps/HP-GREEK8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/HP-ROMAN8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/HP-ROMAN9 || true
- tools/camomilecharmap.opt -d charmaps charmaps/HP-THAI8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/HP-TURKISH8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM037 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM038 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1004 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1026 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1047 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1124 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1129 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1132 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1133 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1160 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1161 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1162 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1163 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM1164 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM256 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM273 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM274 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM275 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM277 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM278 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM280 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM281 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM284 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM285 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM290 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM297 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM420 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM423 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM424 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM437 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM500 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM850 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM851 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM852 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM855 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM856 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM857 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM860 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM861 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM862 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM863 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM864 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM865 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM866 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM866NAV || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM868 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM869 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM870 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM871 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM874 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM875 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM880 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM891 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM903 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM904 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM905 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM918 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IBM922 || true
- tools/camomilecharmap.opt -d charmaps charmaps/IEC_P27-1 || true
- tools/camomilecharmap.opt -d charmaps charmaps/INIS || true
- tools/camomilecharmap.opt -d charmaps charmaps/INIS-8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/INIS-CYRILLIC || true
- tools/camomilecharmap.opt -d charmaps charmaps/INVARIANT || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISIRI-3342 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-1 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-10 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-11 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-13 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-14 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-15 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-16 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-2 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-3 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-4 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-5 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-6 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-7 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-9 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-9E || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-IR-197 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-IR-209 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO-IR-90 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_10367-BOX || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_10646 || true
- Fatal error: exception Failure("Broken entry: <NUL>	/x00/x00	NULL (NUL)")
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_11548-1 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_2033-1983 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_5427 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_5427-EXT || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_5428 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_646.BASIC || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_646.IRV || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_6937 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_6937-2-25 || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_6937-2-ADD || true
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_8859-1,GL || true
- Fatal error: exception Failure("Broken entry: <NUL>                   \d000   NULL")
- tools/camomilecharmap.opt -d charmaps charmaps/ISO_8859-SUPP || true
- tools/camomilecharmap.opt -d charmaps charmaps/IT || true
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6220-1969-JP || true
- Fatal error: exception Failure("Broken entry: <NU>                   /x00   <U0000> NULL (NUL)")
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6220-1969-RO || true
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-A || true
- Fatal error: exception Failure("Broken entry: <NU>                   /x00   <U0000> NULL (NUL)")
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-B || true
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-B-ADD || true
- Fatal error: exception Failure("Broken entry: <NU>                   /x00   <U0000> NULL (NUL)")
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-HAND || true
- Fatal error: exception Failure("Broken entry: <NU>                   /x00   <U0000> NULL (NUL)")
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-HAND-ADD || true
- Fatal error: exception Failure("Broken entry: <NU>                   /x00   <U0000> NULL (NUL)")
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-KANA || true
- Fatal error: exception Failure("Broken entry: <NU>                   /x00   <U0000> NULL (NUL)")
- tools/camomilecharmap.opt -d charmaps charmaps/JIS_X0201 || true
- tools/camomilecharmap.opt -d charmaps charmaps/JOHAB || true
- tools/camomilecharmap.opt -d charmaps charmaps/JUS_I.B1.002 || true
- tools/camomilecharmap.opt -d charmaps charmaps/JUS_I.B1.003-MAC || true
- tools/camomilecharmap.opt -d charmaps charmaps/JUS_I.B1.003-SERB || true
- tools/camomilecharmap.opt -d charmaps charmaps/KOI-8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/KOI8-R || true
- tools/camomilecharmap.opt -d charmaps charmaps/KOI8-RU || true
- tools/camomilecharmap.opt -d charmaps charmaps/KOI8-T || true
- tools/camomilecharmap.opt -d charmaps charmaps/KOI8-U || true
- tools/camomilecharmap.opt -d charmaps charmaps/KSC5636 || true
- tools/camomilecharmap.opt -d charmaps charmaps/LATIN-GREEK || true
- tools/camomilecharmap.opt -d charmaps charmaps/LATIN-GREEK-1 || true
- tools/camomilecharmap.opt -d charmaps charmaps/MAC-CENTRALEUROPE || true
- Fatal error: exception Failure("Broken entry: <comment> %")
- tools/camomilecharmap.opt -d charmaps charmaps/MAC-CYRILLIC || true
- tools/camomilecharmap.opt -d charmaps charmaps/MAC-IS || true
- tools/camomilecharmap.opt -d charmaps charmaps/MAC-SAMI || true
- tools/camomilecharmap.opt -d charmaps charmaps/MAC-UK || true
- tools/camomilecharmap.opt -d charmaps charmaps/MACINTOSH || true
- tools/camomilecharmap.opt -d charmaps charmaps/MIK || true
- tools/camomilecharmap.opt -d charmaps charmaps/MSZ_7795.3 || true
- tools/camomilecharmap.opt -d charmaps charmaps/NATS-DANO || true
- tools/camomilecharmap.opt -d charmaps charmaps/NATS-DANO-ADD || true
- Fatal error: exception Failure("Broken entry: <A!>                   /x41   <U00C0> LATIN CAPITAL LETTER A WITH GRAVE")
- tools/camomilecharmap.opt -d charmaps charmaps/NATS-SEFI || true
- tools/camomilecharmap.opt -d charmaps charmaps/NATS-SEFI-ADD || true
- Fatal error: exception Failure("Broken entry: <A!>                   /x41   <U00C0> LATIN CAPITAL LETTER A WITH GRAVE")
- tools/camomilecharmap.opt -d charmaps charmaps/NC_NC00-10 || true
- tools/camomilecharmap.opt -d charmaps charmaps/NEXTSTEP || true
- tools/camomilecharmap.opt -d charmaps charmaps/NF_Z_62-010 || true
- tools/camomilecharmap.opt -d charmaps charmaps/NF_Z_62-010_1973 || true
- tools/camomilecharmap.opt -d charmaps charmaps/NS_4551-1 || true
- tools/camomilecharmap.opt -d charmaps charmaps/NS_4551-2 || true
- tools/camomilecharmap.opt -d charmaps charmaps/PT || true
- tools/camomilecharmap.opt -d charmaps charmaps/PT154 || true
- tools/camomilecharmap.opt -d charmaps charmaps/PT2 || true
- tools/camomilecharmap.opt -d charmaps charmaps/RK1048 || true
- tools/camomilecharmap.opt -d charmaps charmaps/SAMI || true
- tools/camomilecharmap.opt -d charmaps charmaps/SAMI-WS2 || true
- tools/camomilecharmap.opt -d charmaps charmaps/SEN_850200_B || true
- tools/camomilecharmap.opt -d charmaps charmaps/SEN_850200_C || true
- tools/camomilecharmap.opt -d charmaps charmaps/SHIFT_JIS || true
- tools/camomilecharmap.opt -d charmaps charmaps/SHIFT_JISX0213 || true
- tools/camomilecharmap.opt -d charmaps charmaps/T.101-G2 || true
- tools/camomilecharmap.opt -d charmaps charmaps/T.61-7BIT || true
- tools/camomilecharmap.opt -d charmaps charmaps/T.61-8BIT || true
- tools/camomilecharmap.opt -d charmaps charmaps/TCVN5712-1 || true
- tools/camomilecharmap.opt -d charmaps charmaps/TIS-620 || true
- tools/camomilecharmap.opt -d charmaps charmaps/TSCII || true
- Fatal error: exception Failure("Broken entry: <U0BB8><U0BCD><U0BB0><U0BC0> /x82         TAMIL GLYPH SRI")
- tools/camomilecharmap.opt -d charmaps charmaps/UTF-8 || true
- tools/camomilecharmap.opt -d charmaps charmaps/VIDEOTEX-SUPPL || true
- tools/camomilecharmap.opt -d charmaps charmaps/VISCII || true
- tools/camomilecharmap.opt -d charmaps charmaps/WINDOWS-31J || true
- ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . tools/camomilelocaledef.ml
- File "tools/camomilelocaledef.ml", line 303, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "tools/camomilelocaledef.ml", line 307, characters 11-30:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tools/camomilelocaledef.ml", line 162, characters 9-37:
- Warning 26: unused variable data.
- ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -o tools/camomilelocaledef.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/camomilelocaledef.cmx
- tools/camomilelocaledef.opt --file locales/af.txt locales 
- tools/camomilelocaledef.opt --file locales/af_ZA.txt locales 
- tools/camomilelocaledef.opt --file locales/am.txt locales 
- tools/camomilelocaledef.opt --file locales/am_ET.txt locales 
- tools/camomilelocaledef.opt --file locales/ar.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/ar_AE.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_BH.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_DZ.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_EG.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_IQ.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_JO.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_KW.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_LB.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_LY.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_MA.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_OM.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_QA.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_SA.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_SD.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_SY.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_TN.txt locales 
- tools/camomilelocaledef.opt --file locales/ar_YE.txt locales 
- tools/camomilelocaledef.opt --file locales/az.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/az_AZ.txt locales 
- tools/camomilelocaledef.opt --file locales/be.txt locales 
- tools/camomilelocaledef.opt --file locales/be_BY.txt locales 
- tools/camomilelocaledef.opt --file locales/bg.txt locales 
- tools/camomilelocaledef.opt --file locales/bg_BG.txt locales 
- tools/camomilelocaledef.opt --file locales/bn.txt locales 
- tools/camomilelocaledef.opt --file locales/bn_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/ca.txt locales 
- tools/camomilelocaledef.opt --file locales/ca_ES.txt locales 
- tools/camomilelocaledef.opt --file locales/ca_ES_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/cs.txt locales 
- tools/camomilelocaledef.opt --file locales/cs_CZ.txt locales 
- tools/camomilelocaledef.opt --file locales/da.txt locales 
- tools/camomilelocaledef.opt --file locales/da_DK.txt locales 
- tools/camomilelocaledef.opt --file locales/de.txt locales 
- tools/camomilelocaledef.opt --file locales/de_AT.txt locales 
- tools/camomilelocaledef.opt --file locales/de_AT_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/de_BE.txt locales 
- tools/camomilelocaledef.opt --file locales/de_CH.txt locales 
- tools/camomilelocaledef.opt --file locales/de_DE.txt locales 
- tools/camomilelocaledef.opt --file locales/de_DE_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/de_LI.txt locales 
- tools/camomilelocaledef.opt --file locales/de_LU.txt locales 
- tools/camomilelocaledef.opt --file locales/de_LU_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/de__PHONEBOOK.txt locales 
- tools/camomilelocaledef.opt --file locales/div.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/div_MV.txt locales 
- tools/camomilelocaledef.opt --file locales/el.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/el_GR.txt locales 
- tools/camomilelocaledef.opt --file locales/el_GR_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/en.txt locales 
- tools/camomilelocaledef.opt --file locales/en_AS.txt locales 
- tools/camomilelocaledef.opt --file locales/en_AU.txt locales 
- tools/camomilelocaledef.opt --file locales/en_BE.txt locales 
- tools/camomilelocaledef.opt --file locales/en_BE_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/en_BW.txt locales 
- tools/camomilelocaledef.opt --file locales/en_BZ.txt locales 
- tools/camomilelocaledef.opt --file locales/en_CA.txt locales 
- tools/camomilelocaledef.opt --file locales/en_GB.txt locales 
- tools/camomilelocaledef.opt --file locales/en_GB_EURO.txt locales 
- tools/camomilelocaledef.opt --file locales/en_GU.txt locales 
- tools/camomilelocaledef.opt --file locales/en_HK.txt locales 
- tools/camomilelocaledef.opt --file locales/en_IE.txt locales 
- tools/camomilelocaledef.opt --file locales/en_IE_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/en_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/en_JM.txt locales 
- tools/camomilelocaledef.opt --file locales/en_MH.txt locales 
- tools/camomilelocaledef.opt --file locales/en_MP.txt locales 
- tools/camomilelocaledef.opt --file locales/en_MT.txt locales 
- tools/camomilelocaledef.opt --file locales/en_NZ.txt locales 
- tools/camomilelocaledef.opt --file locales/en_PH.txt locales 
- tools/camomilelocaledef.opt --file locales/en_SG.txt locales 
- tools/camomilelocaledef.opt --file locales/en_TT.txt locales 
- tools/camomilelocaledef.opt --file locales/en_UM.txt locales 
- tools/camomilelocaledef.opt --file locales/en_US.txt locales 
- tools/camomilelocaledef.opt --file locales/en_US_POSIX.txt locales 
- tools/camomilelocaledef.opt --file locales/en_VI.txt locales 
- tools/camomilelocaledef.opt --file locales/en_ZA.txt locales 
- tools/camomilelocaledef.opt --file locales/en_ZW.txt locales 
- tools/camomilelocaledef.opt --file locales/eo.txt locales 
- tools/camomilelocaledef.opt --file locales/es.txt locales 
- tools/camomilelocaledef.opt --file locales/es_AR.txt locales 
- tools/camomilelocaledef.opt --file locales/es_BO.txt locales 
- tools/camomilelocaledef.opt --file locales/es_CL.txt locales 
- tools/camomilelocaledef.opt --file locales/es_CO.txt locales 
- tools/camomilelocaledef.opt --file locales/es_CR.txt locales 
- tools/camomilelocaledef.opt --file locales/es_DO.txt locales 
- tools/camomilelocaledef.opt --file locales/es_EC.txt locales 
- tools/camomilelocaledef.opt --file locales/es_ES.txt locales 
- tools/camomilelocaledef.opt --file locales/es_ES_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/es_GT.txt locales 
- tools/camomilelocaledef.opt --file locales/es_HN.txt locales 
- tools/camomilelocaledef.opt --file locales/es_MX.txt locales 
- tools/camomilelocaledef.opt --file locales/es_NI.txt locales 
- tools/camomilelocaledef.opt --file locales/es_PA.txt locales 
- tools/camomilelocaledef.opt --file locales/es_PE.txt locales 
- tools/camomilelocaledef.opt --file locales/es_PR.txt locales 
- tools/camomilelocaledef.opt --file locales/es_PY.txt locales 
- tools/camomilelocaledef.opt --file locales/es_SV.txt locales 
- tools/camomilelocaledef.opt --file locales/es_US.txt locales 
- tools/camomilelocaledef.opt --file locales/es_UY.txt locales 
- tools/camomilelocaledef.opt --file locales/es_VE.txt locales 
- tools/camomilelocaledef.opt --file locales/es__TRADITIONAL.txt locales 
- tools/camomilelocaledef.opt --file locales/et.txt locales 
- tools/camomilelocaledef.opt --file locales/et_EE.txt locales 
- tools/camomilelocaledef.opt --file locales/eu.txt locales 
- tools/camomilelocaledef.opt --file locales/eu_ES.txt locales 
- tools/camomilelocaledef.opt --file locales/eu_ES_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/fa.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/fa_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/fa_IR.txt locales 
- tools/camomilelocaledef.opt --file locales/fi.txt locales 
- tools/camomilelocaledef.opt --file locales/fi_FI.txt locales 
- tools/camomilelocaledef.opt --file locales/fi_FI_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/fo.txt locales 
- tools/camomilelocaledef.opt --file locales/fo_FO.txt locales 
- tools/camomilelocaledef.opt --file locales/fr.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_BE.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_BE_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_CA.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_CH.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_FR.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_FR_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_LU.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_LU_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/fr_MC.txt locales 
- tools/camomilelocaledef.opt --file locales/ga.txt locales 
- tools/camomilelocaledef.opt --file locales/ga_IE.txt locales 
- tools/camomilelocaledef.opt --file locales/ga_IE_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/gl.txt locales 
- tools/camomilelocaledef.opt --file locales/gl_ES.txt locales 
- tools/camomilelocaledef.opt --file locales/gl_ES_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/gu.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/gu_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/gv.txt locales 
- tools/camomilelocaledef.opt --file locales/gv_GB.txt locales 
- tools/camomilelocaledef.opt --file locales/he.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/he_IL.txt locales 
- tools/camomilelocaledef.opt --file locales/hi.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/hi_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/hi__DIRECT.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/hr.txt locales 
- tools/camomilelocaledef.opt --file locales/hr_HR.txt locales 
- tools/camomilelocaledef.opt --file locales/hu.txt locales 
- tools/camomilelocaledef.opt --file locales/hu_HU.txt locales 
- tools/camomilelocaledef.opt --file locales/hy.txt locales 
- tools/camomilelocaledef.opt --file locales/hy_AM.txt locales 
- tools/camomilelocaledef.opt --file locales/hy_AM_REVISED.txt locales 
- tools/camomilelocaledef.opt --file locales/id.txt locales 
- tools/camomilelocaledef.opt --file locales/id_ID.txt locales 
- tools/camomilelocaledef.opt --file locales/index.txt locales 
- tools/camomilelocaledef.opt --file locales/is.txt locales 
- tools/camomilelocaledef.opt --file locales/is_IS.txt locales 
- tools/camomilelocaledef.opt --file locales/it.txt locales 
- tools/camomilelocaledef.opt --file locales/it_CH.txt locales 
- tools/camomilelocaledef.opt --file locales/it_IT.txt locales 
- tools/camomilelocaledef.opt --file locales/it_IT_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/iw.txt locales 
- tools/camomilelocaledef.opt --file locales/iw_IL.txt locales 
- tools/camomilelocaledef.opt --file locales/ja.txt locales 
- Warning : strength option is not supported
- tools/camomilelocaledef.opt --file locales/ja_JP.txt locales 
- tools/camomilelocaledef.opt --file locales/ka.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/ka_GE.txt locales 
- tools/camomilelocaledef.opt --file locales/kk.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/kk_KZ.txt locales 
- tools/camomilelocaledef.opt --file locales/kl.txt locales 
- tools/camomilelocaledef.opt --file locales/kl_GL.txt locales 
- tools/camomilelocaledef.opt --file locales/kn.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/kn_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/ko.txt locales 
- tools/camomilelocaledef.opt --file locales/ko_KR.txt locales 
- tools/camomilelocaledef.opt --file locales/kok.txt locales 
- tools/camomilelocaledef.opt --file locales/kok_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/kw.txt locales 
- tools/camomilelocaledef.opt --file locales/kw_GB.txt locales 
- tools/camomilelocaledef.opt --file locales/ky.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/ky_KG.txt locales 
- tools/camomilelocaledef.opt --file locales/lt.txt locales 
- tools/camomilelocaledef.opt --file locales/lt_LT.txt locales 
- tools/camomilelocaledef.opt --file locales/lv.txt locales 
- tools/camomilelocaledef.opt --file locales/lv_LV.txt locales 
- tools/camomilelocaledef.opt --file locales/mk.txt locales 
- tools/camomilelocaledef.opt --file locales/mk_MK.txt locales 
- tools/camomilelocaledef.opt --file locales/mn.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/mn_MN.txt locales 
- tools/camomilelocaledef.opt --file locales/mr.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/mr_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/ms.txt locales 
- tools/camomilelocaledef.opt --file locales/ms_BN.txt locales 
- tools/camomilelocaledef.opt --file locales/ms_MY.txt locales 
- tools/camomilelocaledef.opt --file locales/mt.txt locales 
- tools/camomilelocaledef.opt --file locales/mt_MT.txt locales 
- tools/camomilelocaledef.opt --file locales/nb.txt locales 
- tools/camomilelocaledef.opt --file locales/nb_NO.txt locales 
- tools/camomilelocaledef.opt --file locales/nl.txt locales 
- tools/camomilelocaledef.opt --file locales/nl_BE.txt locales 
- tools/camomilelocaledef.opt --file locales/nl_BE_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/nl_NL.txt locales 
- tools/camomilelocaledef.opt --file locales/nl_NL_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/nn.txt locales 
- tools/camomilelocaledef.opt --file locales/nn_NO.txt locales 
- tools/camomilelocaledef.opt --file locales/no.txt locales 
- tools/camomilelocaledef.opt --file locales/no_NO.txt locales 
- tools/camomilelocaledef.opt --file locales/no_NO_NY.txt locales 
- tools/camomilelocaledef.opt --file locales/om.txt locales 
- tools/camomilelocaledef.opt --file locales/om_ET.txt locales 
- tools/camomilelocaledef.opt --file locales/om_KE.txt locales 
- tools/camomilelocaledef.opt --file locales/pa.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/pa_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/pl.txt locales 
- tools/camomilelocaledef.opt --file locales/pl_PL.txt locales 
- tools/camomilelocaledef.opt --file locales/pt.txt locales 
- tools/camomilelocaledef.opt --file locales/pt_BR.txt locales 
- tools/camomilelocaledef.opt --file locales/pt_PT.txt locales 
- tools/camomilelocaledef.opt --file locales/pt_PT_PREEURO.txt locales 
- tools/camomilelocaledef.opt --file locales/ro.txt locales 
- tools/camomilelocaledef.opt --file locales/ro_RO.txt locales 
- tools/camomilelocaledef.opt --file locales/root.txt locales 
- tools/camomilelocaledef.opt --file locales/ru.txt locales 
- tools/camomilelocaledef.opt --file locales/ru_RU.txt locales 
- tools/camomilelocaledef.opt --file locales/ru_UA.txt locales 
- tools/camomilelocaledef.opt --file locales/sa.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/sa_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/sh.txt locales 
- tools/camomilelocaledef.opt --file locales/sh_YU.txt locales 
- tools/camomilelocaledef.opt --file locales/sk.txt locales 
- tools/camomilelocaledef.opt --file locales/sk_SK.txt locales 
- tools/camomilelocaledef.opt --file locales/sl.txt locales 
- tools/camomilelocaledef.opt --file locales/sl_SI.txt locales 
- tools/camomilelocaledef.opt --file locales/so.txt locales 
- tools/camomilelocaledef.opt --file locales/so_DJ.txt locales 
- tools/camomilelocaledef.opt --file locales/so_ET.txt locales 
- tools/camomilelocaledef.opt --file locales/so_KE.txt locales 
- tools/camomilelocaledef.opt --file locales/so_SO.txt locales 
- tools/camomilelocaledef.opt --file locales/sq.txt locales 
- tools/camomilelocaledef.opt --file locales/sq_AL.txt locales 
- tools/camomilelocaledef.opt --file locales/sr.txt locales 
- tools/camomilelocaledef.opt --file locales/sr_YU.txt locales 
- tools/camomilelocaledef.opt --file locales/sv.txt locales 
- tools/camomilelocaledef.opt --file locales/sv_FI.txt locales 
- tools/camomilelocaledef.opt --file locales/sv_SE.txt locales 
- tools/camomilelocaledef.opt --file locales/sw.txt locales 
- tools/camomilelocaledef.opt --file locales/sw_KE.txt locales 
- tools/camomilelocaledef.opt --file locales/sw_TZ.txt locales 
- tools/camomilelocaledef.opt --file locales/syr.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/syr_SY.txt locales 
- tools/camomilelocaledef.opt --file locales/ta.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/ta_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/te.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/te_IN.txt locales 
- tools/camomilelocaledef.opt --file locales/test_1.txt locales 
- tools/camomilelocaledef.opt --file locales/th.txt locales 
- Warning : file loading is not supported.
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/th_TH.txt locales 
- tools/camomilelocaledef.opt --file locales/ti.txt locales 
- tools/camomilelocaledef.opt --file locales/ti_ER.txt locales 
- tools/camomilelocaledef.opt --file locales/ti_ET.txt locales 
- tools/camomilelocaledef.opt --file locales/tr.txt locales 
- tools/camomilelocaledef.opt --file locales/tr_TR.txt locales 
- tools/camomilelocaledef.opt --file locales/tt.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/tt_RU.txt locales 
- tools/camomilelocaledef.opt --file locales/uk.txt locales 
- tools/camomilelocaledef.opt --file locales/uk_UA.txt locales 
- tools/camomilelocaledef.opt --file locales/ur.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/ur_PK.txt locales 
- tools/camomilelocaledef.opt --file locales/uz.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/uz_UZ.txt locales 
- tools/camomilelocaledef.opt --file locales/vi.txt locales 
- Warning : normalization option is not supported
- tools/camomilelocaledef.opt --file locales/vi_VN.txt locales 
- tools/camomilelocaledef.opt --file locales/zh.txt locales 
- tools/camomilelocaledef.opt --file locales/zh_CN.txt locales 
- tools/camomilelocaledef.opt --file locales/zh_HK.txt locales 
- tools/camomilelocaledef.opt --file locales/zh_MO.txt locales 
- tools/camomilelocaledef.opt --file locales/zh_SG.txt locales 
- tools/camomilelocaledef.opt --file locales/zh_TW.txt locales 
- tools/camomilelocaledef.opt --file locales/zh_TW_STROKE.txt locales 
- tools/camomilelocaledef.opt --file locales/zh__PINYIN.txt locales 
- rm toolslib/colParser.mli toolslib/colLexer.ml internal/uReStrLexer.ml toolslib/colParser.ml
-> compiled  camomile.0.8.5
Processing  6/6: [camomile: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/camomile.0.8.5)
- files="public/caseMap.cmx public/charEncoding.cmx public/locale.cmx public/oOChannel.cmx public/stringPrep.cmx public/subText.cmx public/uCS4.cmx public/uChar.cmx public/uCharInfo.cmx public/uCharTbl.cmx public/uCol.cmx public/uLine.cmx public/uMap.cmx public/uNF.cmx public/uPervasives.cmx public/uRe.cmx public/uReStr.cmx public/uSet.cmx public/uTF16.cmx public/uTF8.cmx public/uText.cmx public/unicodeString.cmx public/xString.cmx internal/avlTree.cmx internal/bitsvect.cmx internal/byte_labeled_dag.cmx internal/bytesvect.cmx internal/charmap.cmx internal/database.cmx internal/hangul.cmx internal/iMap.cmx internal/iSet.cmx internal/stringPrep_data.cmx internal/tbl31.cmx internal/uReStrLexer.cmx internal/uReStrParser.cmx internal/uReStrParserType.cmx internal/unidata.cmx internal/unimap.cmx internal/xArray.cmx" &&\
- if [ -f camomileLibrary.cmx ]; then files="camomileLibrary.cmx $files"; fi && \
- if [ -f camomileLibrary.cma ]; then files="camomileLibrary.cma $files"; fi && \
- if [ -f camomileLibrary.cmxa ]; then files="camomileLibrary.cmxa $files"; fi && \
- if [ -f camomileLibraryDefault.cmx ]; then files="camomileLibraryDefault.cmx $files"; fi && \
- if [ -f camomileLibraryDyn.cmx ]; then files="camomileLibraryDyn.cmx $files"; fi && \
- if [ -f camomile.cma ]; then files="camomile.cma $files"; fi&& \
- if [ -f camomile.cmxa ]; then files="camomile.cmxa $files"; fi&& \
- if [ -f camomile.cmxs ]; then files="camomile.cmxs $files"; fi&& \
- if [ -f camomile.a ]; then files="camomile.a $files"; fi && \
- ocamlfind install camomile $files META camomileLibrary.mli camomileLibraryDefault.mli camomileLibraryDyn.mli camomileLibrary.cmi camomileLibraryDefault.cmi camomileLibraryDyn.cmi
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibraryDyn.cmi
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibraryDefault.cmi
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibrary.cmi
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibraryDyn.mli
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibraryDefault.mli
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibrary.mli
- Installed /home/opam/.opam/4.05/lib/camomile/xArray.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/unimap.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/unidata.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uReStrParserType.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uReStrParser.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uReStrLexer.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/tbl31.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/stringPrep_data.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/iSet.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/iMap.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/hangul.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/database.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/charmap.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/bytesvect.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/byte_labeled_dag.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/bitsvect.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/avlTree.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/xString.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/unicodeString.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uText.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uTF8.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uTF16.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uSet.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uReStr.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uRe.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uPervasives.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uNF.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uMap.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uLine.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uCol.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uCharTbl.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uCharInfo.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uChar.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/uCS4.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/subText.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/stringPrep.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/oOChannel.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/locale.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/charEncoding.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/caseMap.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibrary.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibrary.cma
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibrary.cmxa
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibraryDefault.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/camomileLibraryDyn.cmx
- Installed /home/opam/.opam/4.05/lib/camomile/camomile.cma
- Installed /home/opam/.opam/4.05/lib/camomile/camomile.cmxa
- Installed /home/opam/.opam/4.05/lib/camomile/camomile.cmxs
- Installed /home/opam/.opam/4.05/lib/camomile/camomile.a
- Installed /home/opam/.opam/4.05/lib/camomile/META
- mkdir -p '/home/opam/.opam/4.05/share'
- mkdir -p '/home/opam/.opam/4.05/share'/camomile
- mkdir -p '/home/opam/.opam/4.05/share'/camomile/database
- cp -f database/*.mar '/home/opam/.opam/4.05/share'/camomile/database || true
- mkdir -p '/home/opam/.opam/4.05/share'/camomile/charmaps
- cp -f charmaps/*.mar '/home/opam/.opam/4.05/share'/camomile/charmaps || true
- mkdir -p '/home/opam/.opam/4.05/share'/camomile/mappings
- cp -f mappings/*.mar '/home/opam/.opam/4.05/share'/camomile/mappings || true
- mkdir -p '/home/opam/.opam/4.05/share'/camomile/locales
- cp -f locales/*.mar '/home/opam/.opam/4.05/share'/camomile/locales || true
-> installed camomile.0.8.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:15.57 ---> saved as "4e1d251d2d1e21421f5e204d8a111d611da3bce9335038ab0dda9c7a409ceca1"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u camomile:7a2a14be30e4b90b7496c47ce6342ea8,cppo:6189b191d20ba919189a4b94e55e3be3"))
2024-09-12 21:15.59 ---> saved as "a6ed372f87a36b94c624860b777e84ef748c40b4c33d3050a6bb8468452dcae4"

/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.737223') && (for DATA in prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0,cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3,cppo.1.7.0 prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5,camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8,camomile.0.8.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/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0,cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3,cppo.1.7.0 prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5,camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8,camomile.0.8.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0,cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3,cppo.1.7.0 prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5,camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8,camomile.0.8.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.737223
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/doc/
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/doc/cppo/
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/doc/cppo/LICENSE.md
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/doc/cppo/README.md
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/lib/
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/lib/cppo/
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/lib/cppo/META
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/lib/cppo/dune-package
prep/universes/6189b191d20ba919189a4b94e55e3be3/cppo/1.7.0/opam
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/camomile/
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/camomile/camomile.ocamlobjinfo
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/camomile/camomileLibrary.ocamlobjinfo
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/camomile/META
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/camomile/camomileLibrary.cmi
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/camomile/camomileLibraryDefault.cmi
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.5/lib/camomile/camomileLibraryDyn.cmi
prep/universes/7a2a14be30e4b90b7496c47ce6342ea8/camomile/0.8.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.
HASHES:cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3:6cc5f62cf62b5eb91d650228473ea7ebdb7897a7c6d97242471bde25fdbbb2a0
HASHES:camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8:82a22c20ce02d6fff70efb672488633a980b77682012bc745407660b45d6c0cc
2024-09-12 21:16.00 ---> saved as "572f5c7ca9c247f7f43b9f9433e83539be7138054715a793957c14505cd0afd0"
Job succeeded
2024-09-12 21:23.30: camomile.0.8.5-7a2a14be30e4b90b7496c47ce6342ea8 -> 82a22c20ce02d6fff70efb672488633a980b77682012bc745407660b45d6c0cc
2024-09-12 21:23.30: cppo.1.7.0-6189b191d20ba919189a4b94e55e3be3 -> 6cc5f62cf62b5eb91d650228473ea7ebdb7897a7c6d97242471bde25fdbbb2a0
2024-09-12 21:23.30: Job succeeded