Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep tyxml-ppx.4.0.0; 58f805e5983994ffce9066ccea065864
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:35.00: Waiting for worker…
2024-09-12 20:41.45: Got resource from pool OCluster
2024-09-12 20:41.45: 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 tyxml-ppx.4.0.0 uutf.0.9.4 tyxml.4.0.0 seq.0.3.1 re.1.11.0 ppx_tools.5.0+4.05.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 markup.0.7.2 dune.3.16.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u tyxml-ppx:58f805e5983994ffce9066ccea065864,tyxml:9b599db2486dfd34b7051767b610b8e4"))
 (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.221725') && (for DATA in prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0,tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4,tyxml.4.0.0 prep/universes/58f805e5983994ffce9066ccea065864/tyxml-ppx/4.0.0,tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864,tyxml-ppx.4.0.0; 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/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0,tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4,tyxml.4.0.0 prep/universes/58f805e5983994ffce9066ccea065864/tyxml-ppx/4.0.0,tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864,tyxml-ppx.4.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0,tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4,tyxml.4.0.0 prep/universes/58f805e5983994ffce9066ccea065864/tyxml-ppx/4.0.0,tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864,tyxml-ppx.4.0.0; 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 20:41.45: RETRYING: 2024-09-12/083554-voodoo-prep-5432ed Number of retries: 0 (retriable error condition)
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
Updating files:  64% (20827/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 20:34.33 ---> 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 20:34.33 ---> 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 20:34.33 ---> 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 20:34.33 ---> using "92b96a9320a3c564e921cf6f693e681f388ab6efdb6d4fb243d4b61a1bead82f" from cache

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

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 20:34.33 ---> 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 20:34.33 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:34.35 ---> 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 20:34.35 ---> 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 20:34.35 ---> using "10bf5ec698ab45f335272c3fafbe10a1b88385b7a9f24da315145070c5eef4ef" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:34.35 ---> 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 20:34.35 ---> 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 tyxml-ppx.4.0.0 uutf.0.9.4 tyxml.4.0.0 seq.0.3.1 re.1.11.0 ppx_tools.5.0+4.05.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 markup.0.7.2 dune.3.16.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1080 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 tyxml-ppx.4.0.0 uutf.0.9.4 tyxml.4.0.0 seq.0.3.1 re.1.11.0 ppx_tools.5.0+4.05.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 markup.0.7.2 dune.3.16.0 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# 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 ocamlbuild 0.14.3
  - install seq        0.3.1
  - install base-bytes base
  - install ppx_tools  5.0+4.05.0
  - install uutf       0.9.4
  - install re         1.11.0
  - install markup     0.7.2
  - install tyxml      4.0.0
  - install tyxml-ppx  4.0.0
===== 9 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/27: [markup.0.7.2: http]
Processing  3/27: [markup.0.7.2: http]
Processing  4/27: [markup.0.7.2: http]
Processing  5/27: [markup.0.7.2: http]
-> installed base-bytes.base
Processing  6/27: [markup.0.7.2: http]
Processing  6/27:
-> retrieved ocamlbuild.0.14.3  (cached)
Processing  7/27:
Processing  8/27: [ocamlbuild: make configure.make]
-> retrieved ppx_tools.5.0+4.05.0  (cached)
Processing  9/27: [ocamlbuild: make configure.make]
Processing 10/27: [ocamlbuild: make configure.make] [ppx_tools: make all]
-> retrieved markup.0.7.2  (https://github.com/aantron/markup.ml/archive/0.7.2.tar.gz)
Processing 11/27: [tyxml.4.0.0: http] [ocamlbuild: make configure.make] [ppx_tools: make all]
-> retrieved re.1.11.0  (cached)
Processing 12/27: [tyxml.4.0.0: http] [ocamlbuild: make configure.make] [ppx_tools: make all]
Processing 13/27: [tyxml.4.0.0: http] [ocamlbuild: make configure.make] [ppx_tools: make all]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.05"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.05/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.05/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.05"; \
- echo "BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.05/lib"; \
- echo "MANDIR=/home/opam/.opam/4.05/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.05/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.05/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 13/27: [tyxml.4.0.0: http] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
-> retrieved seq.0.3.1  (cached)
Processing 14/27: [tyxml.4.0.0: http] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build]
-> retrieved uutf.0.9.4  (cached)
-> compiled  seq.0.3.1
Processing 14/27: [tyxml.4.0.0: http] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
-> installed seq.0.3.1
Processing 15/27: [tyxml.4.0.0: http] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all]
Processing 16/27: [tyxml.4.0.0: http] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
Processing 16/27: [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build]
-> retrieved tyxml.4.0.0  (https://github.com/ocsigen/tyxml/archive/4.0.0.tar.gz)
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo
- ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx
- ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa
-> compiled  ppx_tools.5.0+4.05.0
Processing 16/27: [ocamlbuild: make check-if-preinstalled] [re: dune build]
Processing 17/27: [ocamlbuild: make check-if-preinstalled] [re: dune build] [ppx_tools: make install]
-> compiled  re.1.11.0
Processing 17/27: [ocamlbuild: make check-if-preinstalled] [ppx_tools: make install]
- ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.05/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.05/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.05/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.05/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.05/lib/ppx_tools/META
-> installed ppx_tools.5.0+4.05.0
Processing 17/27: [ocamlbuild: make check-if-preinstalled]
-> installed re.1.11.0
Processing 18/27: [ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3)
- if test -d /home/opam/.opam/4.05/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.05/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
-> installed ocamlbuild.0.14.3
Processing 20/27: [uutf: ocaml]
+ /home/opam/.opam/4.05/bin/ocaml "pkg/git.ml" (CWD=/home/opam/.opam/4.05/.opam-switch/build/uutf.0.9.4)
- File "pkg/topkg-ext.ml", line 42, characters 12-25:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
-> compiled  uutf.0.9.4
Processing 21/27: [uutf: ocaml]
+ /home/opam/.opam/4.05/bin/ocaml "pkg/build.ml" "native=true" "native-dynlink=true" "cmdliner=false" (CWD=/home/opam/.opam/4.05/.opam-switch/build/uutf.0.9.4)
- ocamlfind ocamldep -modules src/uutf.ml > src/uutf.ml.depends
- ocamlfind ocamldep -modules src/uutf.mli > src/uutf.mli.depends
- ocamlfind ocamlc -c -bin-annot -I src -I test -o src/uutf.cmi src/uutf.mli
- ocamlfind ocamlopt -c -bin-annot -I src -I test -o src/uutf.cmx src/uutf.ml
- + ocamlfind ocamlopt -c -bin-annot -I src -I test -o src/uutf.cmx src/uutf.ml
- File "src/uutf.ml", line 22, characters 31-48:
- Warning 3: deprecated: String.unsafe_set
- File "src/uutf.ml", line 45, characters 33-49:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "src/uutf.ml", line 68, characters 12-25:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 492, characters 18-31:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 496, characters 25-38:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 676, characters 18-31:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 679, characters 8-21:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlfind ocamlopt -a -I src src/uutf.cmx -o src/uutf.cmxa
- ocamlfind ocamlc -c -bin-annot -I src -I test -o src/uutf.cmo src/uutf.ml
- + ocamlfind ocamlc -c -bin-annot -I src -I test -o src/uutf.cmo src/uutf.ml
- File "src/uutf.ml", line 22, characters 31-48:
- Warning 3: deprecated: String.unsafe_set
- File "src/uutf.ml", line 45, characters 33-49:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "src/uutf.ml", line 68, characters 12-25:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 492, characters 18-31:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 496, characters 25-38:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 676, characters 18-31:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "src/uutf.ml", line 679, characters 8-21:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlfind ocamlc -a -I src src/uutf.cmo -o src/uutf.cma
- ocamlfind ocamlopt -shared -linkall -I src src/uutf.cmxa -o src/uutf.cmxs
-> installed uutf.0.9.4
Processing 22/27: [markup: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/markup.0.7.2)
- ocamlbuild -use-ocamlfind -j 0 -no-links -cflags -g,-w,+A-4-9-44-45-48,-warn-error,+A-3,-bin-annot,-safe-string markup.cma markup.cmxa
- ocamlfind ocamldep -package uutf -modules src/markup.mli > src/markup.mli.depends
- ocamlfind ocamldep -package uutf -modules src/kstream.mli > src/kstream.mli.depends
- ocamlfind ocamldep -package uutf -modules src/common.ml > src/common.ml.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/common.cmo src/common.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/kstream.cmi src/kstream.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/markup.cmi src/markup.mli
- ocamlfind ocamldep -package uutf -modules src/markup.ml > src/markup.ml.depends
- ocamlfind ocamldep -package uutf -modules src/detect.mli > src/detect.mli.depends
- ocamlfind ocamldep -package uutf -modules src/encoding.ml > src/encoding.ml.depends
- ocamlfind ocamldep -package uutf -modules src/error.ml > src/error.ml.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/error.cmo src/error.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/encoding.cmo src/encoding.ml
- ocamlfind ocamldep -package uutf -modules src/html_parser.mli > src/html_parser.mli.depends
- ocamlfind ocamldep -package uutf -modules src/html_tokenizer.mli > src/html_tokenizer.mli.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_tokenizer.cmi src/html_tokenizer.mli
- ocamlfind ocamldep -package uutf -modules src/html_writer.mli > src/html_writer.mli.depends
- ocamlfind ocamldep -package uutf -modules src/input.mli > src/input.mli.depends
- ocamlfind ocamldep -package uutf -modules src/markup__xml_parser.mli > src/markup__xml_parser.mli.depends
- ocamlfind ocamldep -package uutf -modules src/xml_tokenizer.mli > src/xml_tokenizer.mli.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_tokenizer.cmi src/xml_tokenizer.mli
- ocamlfind ocamldep -package uutf -modules src/stream_io.ml > src/stream_io.ml.depends
- ocamlfind ocamldep -package uutf -modules src/utility.ml > src/utility.ml.depends
- ocamlfind ocamldep -package uutf -modules src/entities.ml > src/entities.ml.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/entities.cmo src/entities.ml
- ocamlfind ocamldep -package uutf -modules src/xml_writer.mli > src/xml_writer.mli.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/detect.cmi src/detect.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_parser.cmi src/html_parser.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_writer.cmi src/html_writer.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/input.cmi src/input.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/markup__xml_parser.cmi src/markup__xml_parser.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/stream_io.cmo src/stream_io.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/utility.cmo src/utility.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_writer.cmi src/xml_writer.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/markup.cmo src/markup.ml
- ocamlfind ocamldep -package uutf -modules src/detect.ml > src/detect.ml.depends
- ocamlfind ocamldep -package uutf -modules src/html_parser.ml > src/html_parser.ml.depends
- ocamlfind ocamldep -package uutf -modules src/namespace.mli > src/namespace.mli.depends
- ocamlfind ocamldep -package uutf -modules src/text.ml > src/text.ml.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/namespace.cmi src/namespace.mli
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/text.cmo src/text.ml
- ocamlfind ocamldep -package uutf -modules src/html_tokenizer.ml > src/html_tokenizer.ml.depends
- ocamlfind ocamldep -package uutf -modules src/html_writer.ml > src/html_writer.ml.depends
- ocamlfind ocamldep -package uutf -modules src/input.ml > src/input.ml.depends
- ocamlfind ocamldep -package uutf -modules src/kstream.ml > src/kstream.ml.depends
- ocamlfind ocamldep -package uutf -modules src/markup__xml_parser.ml > src/markup__xml_parser.ml.depends
- ocamlfind ocamldep -package uutf -modules src/xml_tokenizer.ml > src/xml_tokenizer.ml.depends
- ocamlfind ocamldep -package uutf -modules src/xml_writer.ml > src/xml_writer.ml.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/detect.cmo src/detect.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_parser.cmo src/html_parser.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_tokenizer.cmo src/html_tokenizer.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_writer.cmo src/html_writer.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/input.cmo src/input.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/kstream.cmo src/kstream.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/markup__xml_parser.cmo src/markup__xml_parser.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_tokenizer.cmo src/xml_tokenizer.ml
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_writer.cmo src/xml_writer.ml
- + ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/detect.cmo src/detect.ml
- File "src/detect.ml", line 55, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/detect.ml", line 225, characters 44-58:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 239, characters 39-53:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 251, characters 27-41:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 318, characters 43-57:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 465, characters 31-45:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- + ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_tokenizer.cmo src/xml_tokenizer.ml
- File "src/xml_tokenizer.ml", line 382, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/xml_tokenizer.ml", line 422, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/xml_tokenizer.ml", line 438, characters 35-51:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/xml_tokenizer.ml", line 498, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- + ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_parser.cmo src/html_parser.ml
- File "src/html_parser.ml", line 231, characters 22-38:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/html_parser.ml", line 2771, characters 46-62:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/html_parser.ml", line 2780, characters 19-35:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamldep -package uutf -modules src/namespace.ml > src/namespace.ml.depends
- ocamlfind ocamlc -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/namespace.cmo src/namespace.ml
- ocamlfind ocamlc -a -package uutf -I src src/common.cmo src/error.cmo src/kstream.cmo src/encoding.cmo src/input.cmo src/stream_io.cmo src/text.cmo src/xml_tokenizer.cmo src/detect.cmo src/entities.cmo src/html_tokenizer.cmo src/namespace.cmo src/html_parser.cmo src/html_writer.cmo src/markup__xml_parser.cmo src/utility.cmo src/xml_writer.cmo src/markup.cmo -o src/markup.cma
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/common.cmx src/common.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/error.cmx src/error.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/kstream.cmx src/kstream.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/text.cmx src/text.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/encoding.cmx src/encoding.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/input.cmx src/input.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/stream_io.cmx src/stream_io.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_tokenizer.cmx src/xml_tokenizer.ml
- + ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_tokenizer.cmx src/xml_tokenizer.ml
- File "src/xml_tokenizer.ml", line 382, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/xml_tokenizer.ml", line 422, characters 11-27:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/xml_tokenizer.ml", line 438, characters 35-51:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/xml_tokenizer.ml", line 498, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/entities.cmx src/entities.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_tokenizer.cmx src/html_tokenizer.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/namespace.cmx src/namespace.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/detect.cmx src/detect.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_parser.cmx src/html_parser.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_writer.cmx src/html_writer.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/markup__xml_parser.cmx src/markup__xml_parser.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/utility.cmx src/utility.ml
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/xml_writer.cmx src/xml_writer.ml
- + ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/detect.cmx src/detect.ml
- File "src/detect.ml", line 55, characters 8-24:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/detect.ml", line 225, characters 44-58:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 239, characters 39-53:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 251, characters 27-41:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 318, characters 43-57:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/detect.ml", line 465, characters 31-45:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- + ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/html_parser.cmx src/html_parser.ml
- File "src/html_parser.ml", line 231, characters 22-38:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/html_parser.ml", line 2771, characters 46-62:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "src/html_parser.ml", line 2780, characters 19-35:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlfind ocamlopt -c -g -w +A-4-9-44-45-48 -warn-error +A-3 -bin-annot -safe-string -package uutf -I src -I doc -I test -I test/dependency -I test/js_of_ocaml -I test/pages -I test/performance -o src/markup.cmx src/markup.ml
- ocamlfind ocamlopt -a -package uutf -I src src/common.cmx src/error.cmx src/kstream.cmx src/encoding.cmx src/input.cmx src/stream_io.cmx src/text.cmx src/xml_tokenizer.cmx src/detect.cmx src/entities.cmx src/html_tokenizer.cmx src/namespace.cmx src/html_parser.cmx src/html_writer.cmx src/markup__xml_parser.cmx src/utility.cmx src/xml_writer.cmx src/markup.cmx -o src/markup.cmxa
- # Parallel statistics: { count(total): 7(53), max: 9, min: 2, average(total): 4.714(1.491) }
- ! ocamlfind query lwt > /dev/null 2> /dev/null || (  ocamlbuild -use-ocamlfind -j 0 -no-links -cflags -g,-w,+A-4-9-44-45-48,-warn-error,+A-3,-bin-annot,-safe-string markup_lwt.cma markup_lwt.cmxa )
- ! ocamlfind query lwt.unix > /dev/null 2> /dev/null || (  ocamlbuild -use-ocamlfind -j 0 -no-links -cflags -g,-w,+A-4-9-44-45-48,-warn-error,+A-3,-bin-annot,-safe-string markup_lwt_unix.cma markup_lwt_unix.cmxa )
-> compiled  markup.0.7.2
Processing 23/27: [markup: make ocamlfind-install]
+ /usr/bin/make "ocamlfind-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/markup.0.7.2)
- ocamlfind install markup src/META -optional _build/src/markup.cma _build/src/markup.cmxa _build/src/markup.a _build/src/markup.cmi _build/src/markup.mli _build/src/markup.cmti _build/src/markup.cmt _build/src/markup.cmx _build/src/markup_lwt.cma _build/src/markup_lwt.cmxa _build/src/markup_lwt.a _build/src/markup_lwt.cmi _build/src/markup_lwt.mli _build/src/markup_lwt.cmti _build/src/markup_lwt.cmt _build/src/markup_lwt.cmx _build/src/markup_lwt_unix.cma _build/src/markup_lwt_unix.cmxa _build/src/markup_lwt_unix.a _build/src/markup_lwt_unix.cmi _build/src/markup_lwt_unix.mli _build/src/markup_lwt_unix.cmti _build/src/markup_lwt_unix.cmt _build/src/markup_lwt_unix.cmx
- Installed /home/opam/.opam/4.05/lib/markup/markup.cmx
- Installed /home/opam/.opam/4.05/lib/markup/markup.cmt
- Installed /home/opam/.opam/4.05/lib/markup/markup.cmti
- Installed /home/opam/.opam/4.05/lib/markup/markup.mli
- Installed /home/opam/.opam/4.05/lib/markup/markup.cmi
- Installed /home/opam/.opam/4.05/lib/markup/markup.a
- Installed /home/opam/.opam/4.05/lib/markup/markup.cmxa
- Installed /home/opam/.opam/4.05/lib/markup/markup.cma
- Installed /home/opam/.opam/4.05/lib/markup/META
-> installed markup.0.7.2
Processing 24/27: [tyxml: ocaml setup.ml]
+ /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-configure" "--disable-syntax" "--enable-ppx" "--prefix" "/home/opam/.opam/4.05" (CWD=/home/opam/.opam/4.05/.opam-switch/build/tyxml.4.0.0)
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: ........................................ tyxml
- Package version: ..................................... 4.0.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.05.0
- standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- Build the camlp4 syntax extension.: .................. false
- Build the ppx syntax extension.: ..................... true
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_uutf: ............................................ /home/opam/.opam/4.05/lib/uutf
- pkg_re: .............................................. /home/opam/.opam/4.05/lib/re
- pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- pkg_bytes: ........................................... /home/opam/.opam/4.05/lib/bytes
- pkg_re_str: .......................................... /home/opam/.opam/4.05/lib/re/str
- pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.05/lib/ppx_tools
- pkg_markup: .......................................... /home/opam/.opam/4.05/lib/markup
- ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc
- 
+ /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/tyxml.4.0.0)
- W: Cannot find source file matching module 'Html_sigs_reflected' in library ppx_internal
- W: Cannot find source file matching module 'Svg_sigs_reflected' in library ppx_internal
- W: Cannot find source file matching module 'Html_types_reflected' in library ppx_internal
- W: Cannot find source file matching module 'Svg_types_reflected' in library ppx_internal
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind: Package `wikidoc' not found
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/xml_sigs.mli > lib/xml_sigs.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/xml_wrap.mli > lib/xml_wrap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_wrap.cmi lib/xml_wrap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/svg_sigs.mli > lib/svg_sigs.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/svg_types.mli > lib/svg_types.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_sigs.cmi lib/xml_sigs.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/svg_types.cmi lib/svg_types.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/html_sigs.mli > lib/html_sigs.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/html_types.mli > lib/html_types.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/svg_sigs.cmi lib/svg_sigs.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/html_types.cmi lib/html_types.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/html_sigs.cmi lib/html_sigs.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/xml_iter.mli > lib/xml_iter.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_iter.cmi lib/xml_iter.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/xml_iter.ml > lib/xml_iter.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/xml_wrap.ml > lib/xml_wrap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/xml_print.mli > lib/xml_print.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_print.cmi lib/xml_print.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/xml_print.ml > lib/xml_print.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/svg_f.mli > lib/svg_f.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/svg_f.cmi lib/svg_f.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/svg_f.ml > lib/svg_f.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/html_f.mli > lib/html_f.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/html_f.cmi lib/html_f.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules lib/html_f.ml > lib/html_f.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_iter.cmo lib/xml_iter.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_wrap.cmo lib/xml_wrap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_print.cmo lib/xml_print.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/svg_f.cmo lib/svg_f.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/html_f.cmo lib/html_f.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -keep-locs -I lib lib/xml_wrap.cmo lib/xml_iter.cmo lib/xml_print.cmo lib/svg_f.cmo lib/html_f.cmo -o lib/tyxml_f.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_wrap.cmx lib/xml_wrap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_print.cmx lib/xml_print.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/xml_iter.cmx lib/xml_iter.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/svg_f.cmx lib/svg_f.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I lib -o lib/html_f.cmx lib/html_f.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -keep-locs -I lib lib/xml_wrap.cmx lib/xml_iter.cmx lib/xml_print.cmx lib/svg_f.cmx lib/html_f.cmx -o lib/tyxml_f.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -keep-locs -I lib lib/tyxml_f.cmxa lib/xml_wrap.cmx lib/xml_iter.cmx lib/xml_print.cmx lib/svg_f.cmx lib/html_f.cmx -o lib/tyxml_f.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules implem/tyxml_xml.mli > implem/tyxml_xml.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_xml.cmi implem/tyxml_xml.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules implem/tyxml_xml.ml > implem/tyxml_xml.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules implem/tyxml_svg.mli > implem/tyxml_svg.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_svg.cmi implem/tyxml_svg.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules implem/tyxml_svg.ml > implem/tyxml_svg.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules implem/tyxml_html.mli > implem/tyxml_html.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_html.cmi implem/tyxml_html.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules implem/tyxml_html.ml > implem/tyxml_html.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package uutf -package re -modules implem/tyxml.ml > implem/tyxml.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_xml.cmo implem/tyxml_xml.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_xml.cmo implem/tyxml_xml.ml
- File "implem/tyxml_xml.ml", line 110, characters 8-29:
- Warning 3: deprecated: module Xml_print.Make_simple
- Use Xml_print.Make_fmt instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_svg.cmo implem/tyxml_svg.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_svg.cmo implem/tyxml_svg.ml
- File "implem/tyxml_svg.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_html.cmo implem/tyxml_html.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_html.cmo implem/tyxml_html.ml
- File "implem/tyxml_html.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml.cmo implem/tyxml.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -keep-locs -I implem implem/tyxml_xml.cmo implem/tyxml_svg.cmo implem/tyxml_html.cmo implem/tyxml.cmo -o implem/tyxml.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_xml.cmx implem/tyxml_xml.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_xml.cmx implem/tyxml_xml.ml
- File "implem/tyxml_xml.ml", line 110, characters 8-29:
- Warning 3: deprecated: module Xml_print.Make_simple
- Use Xml_print.Make_fmt instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_svg.cmx implem/tyxml_svg.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_svg.cmx implem/tyxml_svg.ml
- File "implem/tyxml_svg.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_html.cmx implem/tyxml_html.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml_html.cmx implem/tyxml_html.ml
- File "implem/tyxml_html.ml", line 22, characters 22-42:
- Warning 3: deprecated: module Xml_print.Make_typed
- Use Xml_print.Make_typed_fmt instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I lib -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package uutf -package re -I implem -I lib -o implem/tyxml.cmx implem/tyxml.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -keep-locs -I implem implem/tyxml_xml.cmx implem/tyxml_svg.cmx implem/tyxml_html.cmx implem/tyxml.cmx -o implem/tyxml.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -keep-locs -I implem implem/tyxml.cmxa implem/tyxml_xml.cmx implem/tyxml_svg.cmx implem/tyxml_html.cmx implem/tyxml.cmx -o implem/tyxml.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules implem/top/tyxml_top.ml > implem/top/tyxml_top.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmo implem/top/tyxml_top.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmo implem/top/tyxml_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -keep-locs -I implem/top implem/top/tyxml_top.cmo -o implem/top/tyxml_top.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmx implem/top/tyxml_top.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package compiler-libs.toplevel -I implem/top -o implem/top/tyxml_top.cmx implem/top/tyxml_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -keep-locs -I implem/top implem/top/tyxml_top.cmx -o implem/top/tyxml_top.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -keep-locs -I implem/top implem/top/tyxml_top.cmxa implem/top/tyxml_top.cmx -o implem/top/tyxml_top.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules tools/tyxml_name.mli > tools/tyxml_name.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmi tools/tyxml_name.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules tools/tyxml_name.ml > tools/tyxml_name.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmo tools/tyxml_name.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmo tools/tyxml_name.ml
- File "tools/tyxml_name.ml", line 28, characters 18-32:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "tools/tyxml_name.ml", line 38, characters 18-32:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -keep-locs -I tools tools/tyxml_name.cmo -o tools/tyxml_tools.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmx tools/tyxml_name.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/tyxml_name.cmx tools/tyxml_name.ml
- File "tools/tyxml_name.ml", line 28, characters 18-32:
- Warning 3: deprecated: Char.lowercase
- Use Char.lowercase_ascii instead.
- File "tools/tyxml_name.ml", line 38, characters 18-32:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -keep-locs -I tools tools/tyxml_name.cmx -o tools/tyxml_tools.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -keep-locs -I tools tools/tyxml_tools.cmxa tools/tyxml_name.cmx -o tools/tyxml_tools.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules tools/autoname.ml > tools/autoname.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package bytes -I tools -o tools/autoname.cmo tools/autoname.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -linkpkg -g -keep-locs -linkpkg -package bytes -I tools tools/tyxml_tools.cma tools/autoname.cmo -o tools/autoname.byte
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_tyxml_empty.ml > ppx/ppx_tyxml_empty.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_empty.cmo ppx/ppx_tyxml_empty.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_empty.cmo ppx/ppx_tyxml_empty.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -keep-locs -I ppx ppx/ppx_tyxml_empty.cmo -o ppx/ppx.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_empty.cmx ppx/ppx_tyxml_empty.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_empty.cmx ppx/ppx_tyxml_empty.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -keep-locs -I ppx ppx/ppx_tyxml_empty.cmx -o ppx/ppx.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -keep-locs -I ppx ppx/ppx.cmxa ppx/ppx_tyxml_empty.cmx -o ppx/ppx.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_sigs_reflected.mli > ppx/ppx_sigs_reflected.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_attribute_value.mli > ppx/ppx_attribute_value.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_common.mli > ppx/ppx_common.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_common.cmi ppx/ppx_common.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_common.cmi ppx/ppx_common.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_element_content.mli > ppx/ppx_element_content.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attribute_value.cmi ppx/ppx_attribute_value.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attribute_value.cmi ppx/ppx_attribute_value.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element_content.cmi ppx/ppx_element_content.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element_content.cmi ppx/ppx_element_content.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_sigs_reflected.cmi ppx/ppx_sigs_reflected.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_sigs_reflected.cmi ppx/ppx_sigs_reflected.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_tyxml.mli > ppx/ppx_tyxml.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml.cmi ppx/ppx_tyxml.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml.cmi ppx/ppx_tyxml.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_tyxml.ml > ppx/ppx_tyxml.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_element.mli > ppx/ppx_element.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_namespace.mli > ppx/ppx_namespace.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element.cmi ppx/ppx_element.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element.cmi ppx/ppx_element.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_namespace.cmi ppx/ppx_namespace.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_namespace.cmi ppx/ppx_namespace.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_attributes.mli > ppx/ppx_attributes.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attributes.cmi ppx/ppx_attributes.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attributes.cmi ppx/ppx_attributes.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_attributes.ml > ppx/ppx_attributes.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_attribute_value.ml > ppx/ppx_attribute_value.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_reflect.ml > ppx/ppx_reflect.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_reflect.cmo ppx/ppx_reflect.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_reflect.cmo ppx/ppx_reflect.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_common.ml > ppx/ppx_common.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_common.cmx ppx/ppx_common.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_common.cmx ppx/ppx_common.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_reflect.cmx ppx/ppx_reflect.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_reflect.cmx ppx/ppx_reflect.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -keep-locs -linkpkg -package ppx_tools.metaquot -package bytes -I tools -I ppx tools/tyxml_tools.cmxa ppx/ppx_common.cmx ppx/ppx_reflect.cmx -o ppx/ppx_reflect.native
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -keep-locs -linkpkg -package ppx_tools.metaquot -package bytes -I tools -I ppx tools/tyxml_tools.cmxa ppx/ppx_common.cmx ppx/ppx_reflect.cmx -o ppx/ppx_reflect.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ppx/ppx_reflect.native lib/svg_types.mli ppx/svg_types_reflected.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/svg_types_reflected.ml > ppx/svg_types_reflected.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_types_reflected.cmo ppx/svg_types_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_types_reflected.cmo ppx/svg_types_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_namespace.ml > ppx/ppx_namespace.ml.depends
- ppx/ppx_reflect.native lib/html_sigs.mli ppx/html_sigs_reflected.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/html_sigs_reflected.ml > ppx/html_sigs_reflected.ml.depends
- ppx/ppx_reflect.native lib/html_types.mli ppx/html_types_reflected.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/html_types_reflected.ml > ppx/html_types_reflected.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_types_reflected.cmo ppx/html_types_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_types_reflected.cmo ppx/html_types_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ppx/ppx_reflect.native lib/svg_sigs.mli ppx/svg_sigs_reflected.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/svg_sigs_reflected.ml > ppx/svg_sigs_reflected.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_sigs_reflected.cmo ppx/html_sigs_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_sigs_reflected.cmo ppx/html_sigs_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_sigs_reflected.cmo ppx/svg_sigs_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_sigs_reflected.cmo ppx/svg_sigs_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_element_content.ml > ppx/ppx_element_content.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_element.ml > ppx/ppx_element.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml.cmo ppx/ppx_tyxml.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml.cmo ppx/ppx_tyxml.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "ppx/ppx_tyxml.ml", line 215, characters 34-40:
- Warning 3: deprecated: Re.get
- Use Group.get
- File "ppx/ppx_tyxml.ml", line 292, characters 54-71:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attributes.cmo ppx/ppx_attributes.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attributes.cmo ppx/ppx_attributes.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attribute_value.cmo ppx/ppx_attribute_value.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attribute_value.cmo ppx/ppx_attribute_value.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "ppx/ppx_attribute_value.ml", line 64, characters 2-14:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 76, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 77, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 78, characters 23-36:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 80, characters 30-43:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 126, characters 2-21:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 126, characters 36-52:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 131, characters 6-26:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 156, characters 39-56:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "ppx/ppx_attribute_value.ml", line 246, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 255, characters 23-43:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 256, characters 23-43:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 276, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 283, characters 27-47:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 288, characters 22-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 336, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 343, characters 29-49:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 353, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 359, characters 15-35:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 360, characters 17-37:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 388, characters 20-40:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 452, characters 16-37:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 452, characters 39-52:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 459, characters 22-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 467, characters 12-31:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 467, characters 33-46:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 470, characters 14-34:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 471, characters 26-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 486, characters 14-27:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 490, characters 18-38:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_common.cmo ppx/ppx_common.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_common.cmo ppx/ppx_common.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_namespace.cmo ppx/ppx_namespace.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_namespace.cmo ppx/ppx_namespace.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element_content.cmo ppx/ppx_element_content.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element_content.cmo ppx/ppx_element_content.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element.cmo ppx/ppx_element.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element.cmo ppx/ppx_element.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -keep-locs -I ppx ppx/ppx_common.cmo ppx/html_types_reflected.cmo ppx/svg_types_reflected.cmo ppx/ppx_attribute_value.cmo ppx/ppx_element_content.cmo ppx/html_sigs_reflected.cmo ppx/svg_sigs_reflected.cmo ppx/ppx_namespace.cmo ppx/ppx_attributes.cmo ppx/ppx_element.cmo ppx/ppx_tyxml.cmo -o ppx/ppx_internal.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_types_reflected.cmx ppx/svg_types_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_types_reflected.cmx ppx/svg_types_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_types_reflected.cmx ppx/html_types_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_types_reflected.cmx ppx/html_types_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attribute_value.cmx ppx/ppx_attribute_value.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attribute_value.cmx ppx/ppx_attribute_value.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "ppx/ppx_attribute_value.ml", line 64, characters 2-14:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 76, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 77, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 78, characters 23-36:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 80, characters 30-43:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 126, characters 2-21:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 126, characters 36-52:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 131, characters 6-26:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 156, characters 39-56:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "ppx/ppx_attribute_value.ml", line 246, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 255, characters 23-43:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 256, characters 23-43:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 276, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 283, characters 27-47:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 288, characters 22-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 336, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 343, characters 29-49:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 353, characters 15-28:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 359, characters 15-35:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 360, characters 17-37:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 388, characters 20-40:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 452, characters 16-37:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 452, characters 39-52:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 459, characters 22-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 467, characters 12-31:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 467, characters 33-46:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 470, characters 14-34:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 471, characters 26-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 486, characters 14-27:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "ppx/ppx_attribute_value.ml", line 490, characters 18-38:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element_content.cmx ppx/ppx_element_content.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element_content.cmx ppx/ppx_element_content.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_sigs_reflected.cmx ppx/html_sigs_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/html_sigs_reflected.cmx ppx/html_sigs_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_sigs_reflected.cmx ppx/svg_sigs_reflected.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/svg_sigs_reflected.cmx ppx/svg_sigs_reflected.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_namespace.cmx ppx/ppx_namespace.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_namespace.cmx ppx/ppx_namespace.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attributes.cmx ppx/ppx_attributes.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_attributes.cmx ppx/ppx_attributes.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element.cmx ppx/ppx_element.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_element.cmx ppx/ppx_element.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml.cmx ppx/ppx_tyxml.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml.cmx ppx/ppx_tyxml.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "ppx/ppx_tyxml.ml", line 215, characters 34-40:
- Warning 3: deprecated: Re.get
- Use Group.get
- File "ppx/ppx_tyxml.ml", line 292, characters 54-71:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -keep-locs -I ppx ppx/html_types_reflected.cmx ppx/ppx_common.cmx ppx/svg_types_reflected.cmx ppx/ppx_attribute_value.cmx ppx/ppx_element_content.cmx ppx/html_sigs_reflected.cmx ppx/svg_sigs_reflected.cmx ppx/ppx_namespace.cmx ppx/ppx_attributes.cmx ppx/ppx_element.cmx ppx/ppx_tyxml.cmx -o ppx/ppx_internal.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -keep-locs -I ppx ppx/ppx_internal.cmxa ppx/html_types_reflected.cmx ppx/ppx_common.cmx ppx/svg_types_reflected.cmx ppx/ppx_attribute_value.cmx ppx/ppx_element_content.cmx ppx/html_sigs_reflected.cmx ppx/svg_sigs_reflected.cmx ppx/ppx_namespace.cmx ppx/ppx_attributes.cmx ppx/ppx_element.cmx ppx/ppx_tyxml.cmx -o ppx/ppx_internal.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package bytes -package re.str -package markup -modules ppx/ppx_tyxml_ex.ml > ppx/ppx_tyxml_ex.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_ex.cmo ppx/ppx_tyxml_ex.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_ex.cmo ppx/ppx_tyxml_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_ex.cmx ppx/ppx_tyxml_ex.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -keep-locs -strict-sequence -I tools -I ppx -warn-error +1..49 -warn-error -45-3 -w A-4-9-40-42-44-48 -package ppx_tools.metaquot -package bytes -package re.str -package markup -I ppx -I tools -o ppx/ppx_tyxml_ex.cmx ppx/ppx_tyxml_ex.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -keep-locs -linkpkg -package ppx_tools.metaquot -package bytes -package re.str -package markup -I tools -I ppx tools/tyxml_tools.cmxa ppx/ppx_internal.cmxa ppx/ppx_tyxml_ex.cmx -o ppx/ppx_tyxml_ex.native
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -keep-locs -linkpkg -package ppx_tools.metaquot -package bytes -package re.str -package markup -I tools -I ppx tools/tyxml_tools.cmxa ppx/ppx_internal.cmxa ppx/ppx_tyxml_ex.cmx -o ppx/ppx_tyxml_ex.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
-> compiled  tyxml.4.0.0
Processing 25/27: [tyxml: ocaml setup.ml]
+ /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/tyxml.4.0.0)
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_xml.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_svg.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_html.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.ml
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.cma
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.cmxa
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.a
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.cmxs
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_html.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_html.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_html.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_html.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_svg.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_svg.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_svg.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_svg.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_xml.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_xml.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_xml.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_xml.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_html.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_svg.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_xml.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.ml
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.cma
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.cmxa
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.a
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.cmxs
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_top.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_name.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_tools.cma
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_tools.cmxa
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_tools.a
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_tools.cmxs
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_name.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_name.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_name.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_name.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_name.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx.cma
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx.cmxa
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx.a
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx.cmxs
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_tyxml_empty.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_tyxml.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_internal.cma
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_internal.cmxa
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_internal.a
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_internal.cmxs
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_tyxml.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_tyxml.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_tyxml.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_tyxml.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_types_reflected.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/html_types_reflected.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_sigs_reflected.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/html_sigs_reflected.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_element.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_element_content.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_namespace.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_common.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_attribute_value.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_attributes.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/ppx_tyxml.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_iter.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_sigs.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_wrap.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_print.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_sigs.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_types.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_f.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/html_sigs.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/html_types.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/html_f.mli
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_f.cma
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_f.cmxa
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_f.a
- Installed /home/opam/.opam/4.05/lib/tyxml/tyxml_f.cmxs
- Installed /home/opam/.opam/4.05/lib/tyxml/html_f.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/html_f.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/html_f.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/html_f.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/html_types.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/html_types.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/html_sigs.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/html_sigs.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_f.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_f.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_f.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_f.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_types.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_types.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_sigs.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_sigs.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_print.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_print.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_print.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_print.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_wrap.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_wrap.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_wrap.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_wrap.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_sigs.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_sigs.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_iter.cmi
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_iter.cmti
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_iter.cmt
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_iter.annot
- Installed /home/opam/.opam/4.05/lib/tyxml/html_f.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/svg_f.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_print.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_wrap.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/xml_iter.cmx
- Installed /home/opam/.opam/4.05/lib/tyxml/META
-> installed tyxml.4.0.0
Processing 26/27: [tyxml-ppx: ocamlfind query]
+ /home/opam/.opam/4.05/bin/ocamlfind "query" "tyxml.ppx" (CWD=/home/opam/.opam/4.05/.opam-switch/build/tyxml-ppx.4.0.0)
- /home/opam/.opam/4.05/lib/tyxml
-> compiled  tyxml-ppx.4.0.0
-> installed tyxml-ppx.4.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:36.32 ---> saved as "e6dd4b5e94de5034a6f1f8164057df81103120cc3e50188b0cc9ca88e3d558fc"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u tyxml-ppx:58f805e5983994ffce9066ccea065864,tyxml:9b599db2486dfd34b7051767b610b8e4"))
2024-09-12 20:36.34 ---> saved as "07fe92e46e07ccdcaf6c852edb826502f97d03c4c1ad0ab2147ede71c9447a5e"

/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.221725') && (for DATA in prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0,tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4,tyxml.4.0.0 prep/universes/58f805e5983994ffce9066ccea065864/tyxml-ppx/4.0.0,tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864,tyxml-ppx.4.0.0; 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/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0,tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4,tyxml.4.0.0 prep/universes/58f805e5983994ffce9066ccea065864/tyxml-ppx/4.0.0,tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864,tyxml-ppx.4.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0,tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4,tyxml.4.0.0 prep/universes/58f805e5983994ffce9066ccea065864/tyxml-ppx/4.0.0,tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864,tyxml-ppx.4.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.221725
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/ppx.ocamlobjinfo
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/ppx_internal.ocamlobjinfo
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml.ocamlobjinfo
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_f.ocamlobjinfo
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_tools.ocamlobjinfo
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_top.ocamlobjinfo
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/META
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/html_f.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/html_f.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/html_f.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/html_sigs.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/html_sigs.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/html_types.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/html_types.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/ppx_tyxml.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/ppx_tyxml.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/ppx_tyxml.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/svg_f.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/svg_f.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/svg_f.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/svg_sigs.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/svg_sigs.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/svg_types.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/svg_types.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_html.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_html.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_html.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_name.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_name.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_name.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_svg.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_svg.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_svg.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_top.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_top.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_xml.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_xml.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/tyxml_xml.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_iter.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_iter.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_iter.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_print.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_print.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_print.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_sigs.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_sigs.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_wrap.cmi
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_wrap.cmt
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/lib/tyxml/xml_wrap.cmti
prep/universes/9b599db2486dfd34b7051767b610b8e4/tyxml/4.0.0/opam
prep/universes/58f805e5983994ffce9066ccea065864/tyxml-ppx/4.0.0/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:tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4:b301a9241f3b2a233e81e6e584dc240047b49d71eea1f2e043b5e40d574cea55
HASHES:tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864:af9cc3b72118da4ae4d43395fc53110e39a425d635f026f2df66cdcdca4624d2
2024-09-12 20:36.36 ---> saved as "724213a8fcc0c19b4e588a4040ecdc555bf2467f51900c67c0db8fc31ea18745"
Job succeeded
2024-09-12 20:44.01: tyxml-ppx.4.0.0-58f805e5983994ffce9066ccea065864 -> af9cc3b72118da4ae4d43395fc53110e39a425d635f026f2df66cdcdca4624d2
2024-09-12 20:44.01: tyxml.4.0.0-9b599db2486dfd34b7051767b610b8e4 -> b301a9241f3b2a233e81e6e584dc240047b49d71eea1f2e043b5e40d574cea55
2024-09-12 20:44.01: Job succeeded