Build:
- 0
2024-09-12 08:35.52: New job: Voodoo prep dns.0.20.1; a9c70ef1d77b8a8699f3798a785d9622 2024-09-12 08:35.52: Waiting for resource in pool OCluster 2024-09-12 19:11.51: Waiting for worker… 2024-09-12 19:12.40: Got resource from pool OCluster 2024-09-12 19:12.40: 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 dns.0.20.1 uri.1.9.2 topkg.1.0.7 stringext.1.6.0 stdio.v0.10.0 sexplib.v0.10.0 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_tools_versioned.5.4.0 ppx_tools.5.0+4.05.0 ppx_sexp_conv.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_driver.v0.10.4 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_cstruct.3.3.0 ppx_core.v0.10.0 ppx_ast.v0.10.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.0 jbuilder.1.0+beta20.2 ipaddr.2.7.2 hashcons.1.3 dune.3.16.0 cstruct.3.3.0 cppo.1.7.0 conf-which.1 conf-autoconf.0.2 base64.2.3.0 base-num.base base-bytes.base base.v0.10.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u dns:a9c70ef1d77b8a8699f3798a785d9622,uri:246c76852bd832c99fb609a0f52b23cf,ppx_cstruct:bb2519e592f2584003dc651fd80ca72e,ipaddr:7c031b7e7dad9b08c6e66bee9f48b17d,hashcons:5c130080938c725bc77d89b075628afc,cstruct:8ab89343e52118ed18a57b1b82594d47")) (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.050900') && (for DATA in prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0,cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47,cstruct.3.3.0 prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3,hashcons.1.3-5c130080938c725bc77d89b075628afc,hashcons.1.3 prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2,ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d,ipaddr.2.7.2 prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0,ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e,ppx_cstruct.3.3.0 prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2,uri.1.9.2-246c76852bd832c99fb609a0f52b23cf,uri.1.9.2 prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1,dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622,dns.0.20.1; 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/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0,cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47,cstruct.3.3.0 prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3,hashcons.1.3-5c130080938c725bc77d89b075628afc,hashcons.1.3 prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2,ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d,ipaddr.2.7.2 prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0,ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e,ppx_cstruct.3.3.0 prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2,uri.1.9.2-246c76852bd832c99fb609a0f52b23cf,uri.1.9.2 prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1,dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622,dns.0.20.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0,cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47,cstruct.3.3.0 prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3,hashcons.1.3-5c130080938c725bc77d89b075628afc,hashcons.1.3 prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2,ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d,ipaddr.2.7.2 prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0,ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e,ppx_cstruct.3.3.0 prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2,uri.1.9.2-246c76852bd832c99fb609a0f52b23cf,uri.1.9.2 prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1,dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622,dns.0.20.1; 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 19:12.40: RETRYING: 2024-09-12/083552-voodoo-prep-61f48e Number of retries: 0 (retriable error condition) Building on asteria.caelum.ci.dev All commits already cached Updating files: 69% (22174/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 19:05.53 ---> 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 19:05.53 ---> 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 1s (540 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 (6783 kB/s) Selecting previously unselected package libpkgconf3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18733 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u8) ... 2024-09-12 19:05.53 ---> 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 ocamlfind-secondary.1.9.6 -> installed ocamlbuild.0.14.3 -> installed topkg.1.0.7 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.16.0 -> installed result.1.5 -> installed seq.0.3.1 -> installed opam-file-format.2.1.6 -> installed stdlib-shims.0.3.0 -> installed cppo.1.7.0 -> installed rresult.0.6.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 19:05.53 ---> using "92b96a9320a3c564e921cf6f693e681f388ab6efdb6d4fb243d4b61a1bead82f" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 19:05.53 ---> using "20e9b993b022113842bc0975a803d68b5b5c71e4a43205065eeb9bca43d9f290" from cache 2024-09-12 19:05.53 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c) 2024-09-12 19:05.53 ---> 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 19:05.53 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 19:05.53 ---> using "21dd1d46569643818950834cd483e48a237692c6efc675d8e7e354e7f652bc6b" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 19:05.54 ---> using "bdd649aab34b1134d0a1d1f4d8a1c472f6b3d197803cfa06f8fa38e9beaa03c1" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 19:05.54 ---> 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 19:05.54 ---> 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 19:05.54 ---> using "10bf5ec698ab45f335272c3fafbe10a1b88385b7a9f24da315145070c5eef4ef" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 19:05.54 ---> 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 19:05.54 ---> 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 dns.0.20.1 uri.1.9.2 topkg.1.0.7 stringext.1.6.0 stdio.v0.10.0 sexplib.v0.10.0 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_tools_versioned.5.4.0 ppx_tools.5.0+4.05.0 ppx_sexp_conv.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_driver.v0.10.4 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_cstruct.3.3.0 ppx_core.v0.10.0 ppx_ast.v0.10.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.0 jbuilder.1.0+beta20.2 ipaddr.2.7.2 hashcons.1.3 dune.3.16.0 cstruct.3.3.0 cppo.1.7.0 conf-which.1 conf-autoconf.0.2 base64.2.3.0 base-num.base base-bytes.base base.v0.10.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (851 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 dns.0.20.1 uri.1.9.2 topkg.1.0.7 stringext.1.6.0 stdio.v0.10.0 sexplib.v0.10.0 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_tools_versioned.5.4.0 ppx_tools.5.0+4.05.0 ppx_sexp_conv.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_driver.v0.10.4 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_cstruct.3.3.0 ppx_core.v0.10.0 ppx_ast.v0.10.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.0 jbuilder.1.0+beta20.2 ipaddr.2.7.2 hashcons.1.3 dune.3.16.0 cstruct.3.3.0 cppo.1.7.0 conf-which.1 conf-autoconf.0.2 base64.2.3.0 base-num.base base-bytes.base base.v0.10.0" Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # The following system packages are needed: autoconf debianutils [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 ppx_derivers 1.2.1 - install ocamlbuild 0.14.3 - install conf-autoconf 0.2 - install base-bytes base - install seq 0.3.1 - install stringext 1.6.0 - install jbuilder 1.0+beta20.2 - install result 1.5 - install base-num base - install conf-which 1 - install cppo 1.7.0 - install ppx_tools 5.0+4.05.0 - install topkg 1.0.7 - install base64 2.3.0 - install re 1.11.0 - install ppx_traverse_builtins v0.10.0 - install ocaml-compiler-libs v0.10.0 - install ocaml-migrate-parsetree 1.8.0 - install num 0 - install hashcons 1.3 - install ppxfind 1.4 - install ppx_tools_versioned 5.4.0 - install ppx_ast v0.10.0 - install sexplib v0.10.0 - install ppx_deriving 4.5-1 - install cstruct 3.3.0 - install base v0.10.0 - install ppx_cstruct 3.3.0 - install stdio v0.10.0 - install ppx_core v0.10.0 - install ppx_optcomp v0.10.0 - install ppx_driver v0.10.4 - install ppx_metaquot v0.10.0 - install ppx_type_conv v0.10.0 - install ppx_sexp_conv v0.10.0 - install uri 1.9.2 - install ipaddr 2.7.2 - install dns 0.20.1 ===== 38 to install ===== The following system packages will first need to be installed: autoconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (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 .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../autoconf_2.71-3_all.deb ... - Unpacking autoconf (2.71-3) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../autotools-dev_20220109.1_all.deb ... - Unpacking autotools-dev (20220109.1) ... - Selecting previously unselected package automake. - Preparing to unpack .../automake_1%3a1.16.5-1.3_all.deb ... - Unpacking automake (1:1.16.5-1.3) ... - Setting up m4 (1.4.19-3) ... - Setting up autotools-dev (20220109.1) ... - Setting up autoconf (2.71-3) ... - Setting up automake (1:1.16.5-1.3) ... - update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/114: Processing 2/114: Processing 3/114: Processing 4/114: Processing 5/114: Processing 6/114: Processing 7/114: Processing 8/114: Processing 9/114: Processing 10/114: [conf-autoconf: autoconf] Processing 11/114: [conf-autoconf: autoconf] [conf-which: which which] -> installed base-bytes.base Processing 12/114: [conf-autoconf: autoconf] [conf-which: which which] -> installed base-num.base Processing 13/114: [conf-autoconf: autoconf] [conf-which: which which] -> retrieved base.v0.10.0 (cached) Processing 14/114: [conf-autoconf: autoconf] [conf-which: which which] -> retrieved base64.2.3.0 (cached) Processing 15/114: [conf-autoconf: autoconf] [conf-which: which which] Processing 16/114: [base64: dune subst] [conf-autoconf: autoconf] [conf-which: which which] -> retrieved cppo.1.7.0 (cached) Processing 17/114: [base64: dune subst] [conf-autoconf: autoconf] [conf-which: which which] Processing 18/114: [base64: dune subst] [conf-autoconf: autoconf] [conf-which: which which] [cppo: dune build] - autoconf (GNU Autoconf) 2.71 - Copyright (C) 2021 Free Software Foundation, Inc. - License GPLv3+/Autoconf: GNU GPL version 3 or later - <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> - This is free software: you are free to change and redistribute it. - There is NO WARRANTY, to the extent permitted by law. - - Written by David J. MacKenzie and Akim Demaille. -> compiled conf-autoconf.0.2 Processing 18/114: [base64: dune subst] [conf-which: which which] [cppo: dune build] -> installed conf-autoconf.0.2 Processing 19/114: [base64: dune subst] [conf-which: which which] [cppo: dune build] - /usr/bin/which -> compiled conf-which.1 Processing 19/114: [base64: dune subst] [cppo: dune build] -> installed conf-which.1 Processing 20/114: [base64: dune subst] [cppo: dune build] -> retrieved cstruct.3.3.0 (cached) Processing 21/114: [base64: dune subst] [cppo: dune build] -> retrieved dns.0.20.1 (cached) Processing 22/114: [base64: dune subst] [cppo: dune build] Processing 22/114: [base64: dune build] [cppo: dune build] -> retrieved hashcons.1.3 (cached) Processing 23/114: [base64: dune build] [cppo: dune build] Processing 24/114: [base64: dune build] [cppo: dune build] Processing 25/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] Processing 26/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] -> installed num.0 Processing 27/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] -> retrieved ipaddr.2.7.2 (cached) Processing 28/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] -> retrieved ocaml-compiler-libs.v0.10.0 (cached) Processing 29/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] -> retrieved ocamlbuild.0.14.3 (cached) Processing 30/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] Processing 31/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] [ocamlbuild: make configure.make] -> retrieved jbuilder.1.0+beta20.2 (cached) Processing 32/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] [ocamlbuild: make configure.make] Processing 33/114: [base64: dune build] [cppo: dune build] [hashcons: autoconf] [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make] -> compiled base64.2.3.0 Processing 33/114: [cppo: dune build] [hashcons: autoconf] [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make] -> installed base64.2.3.0 Processing 34/114: [cppo: dune build] [hashcons: autoconf] [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make] Processing 34/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make] -> retrieved ocaml-migrate-parsetree.1.8.0 (cached) Processing 35/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make] -> retrieved ppx_ast.v0.10.0 (cached) Processing 36/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make] - (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 36/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml configure.ml] [ocamlbuild: make check-if-preinstalled] -> retrieved ppx_core.v0.10.0 (cached) Processing 37/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml configure.ml] [ocamlbuild: make check-if-preinstalled] Processing 37/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] -> retrieved ppx_cstruct.3.3.0 (cached) Processing 38/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] -> retrieved ppx_derivers.1.2.1 (cached) Processing 39/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] Processing 40/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_deriving.4.5-1 (cached) Processing 41/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_driver.v0.10.4 (cached) Processing 42/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_metaquot.v0.10.0 (cached) Processing 43/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_optcomp.v0.10.0 (cached) Processing 44/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_sexp_conv.v0.10.0 (cached) Processing 45/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_tools.5.0+4.05.0 (cached) Processing 46/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] Processing 47/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppx_tools_versioned.5.4.0 (cached) Processing 48/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppx_traverse_builtins.v0.10.0 (cached) Processing 49/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppx_type_conv.v0.10.0 (cached) Processing 50/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppxfind.1.4 (cached) Processing 51/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> compiled ppx_derivers.1.2.1 Processing 51/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> installed ppx_derivers.1.2.1 Processing 52/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> retrieved re.1.11.0 (cached) Processing 53/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> retrieved result.1.5 (cached) Processing 54/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] Processing 55/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] -> retrieved seq.0.3.1 (cached) Processing 56/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] Processing 57/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] -> retrieved sexplib.v0.10.0 (cached) Processing 58/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] -> retrieved stdio.v0.10.0 (cached) Processing 59/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] -> retrieved stringext.1.6.0 (cached) Processing 60/114: [cppo: dune build] [hashcons: ./configure] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build] -> retrieved topkg.1.0.7 (cached) -> retrieved uri.1.9.2 (cached) - checking for ocamlc... ocamlc - ocaml version is 4.05.0 - ocaml library path is /home/opam/.opam/4.05/lib/ocaml - checking for ocamlopt... ocamlopt - checking ocamlopt version... ok - checking for ocamlc.opt... ocamlc.opt - checking ocamlc.opt version... ok - checking for ocamlopt.opt... ocamlopt.opt - checking ocamlc.opt version... ok - checking for ocamldep... ocamldep - checking for ocamllex... ocamllex - checking for ocamlyacc... ocamlyacc - checking for ocamlweb... true - checking for ocamlfind... yes - Hashcons library will be installed in: /home/opam/.opam/4.05/lib/hashcons - configure: creating ./config.status - config.status: creating META - config.status: creating Makefile Processing 60/114: [cppo: dune build] [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build] -> compiled cppo.1.7.0 Processing 60/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build] -> installed cppo.1.7.0 Processing 61/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build] -> compiled result.1.5 Processing 61/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build] -> installed result.1.5 Processing 62/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build] Processing 63/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build] -> compiled seq.0.3.1 Processing 63/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [stringext: dune build] -> installed seq.0.3.1 Processing 64/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [stringext: dune build] Processing 65/114: [hashcons: make all] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [stringext: dune build] - ocamlc.opt -c hashcons.mli - ocamlc.opt -c hashcons.ml - ocamlopt.opt -c hashcons.ml -> compiled hashcons.1.3 Processing 65/114: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [stringext: dune build] Processing 66/114: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [stringext: dune build] [hashcons: make install] - 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 66/114: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [stringext: dune build] [hashcons: make install] -> compiled stringext.1.6.0 Processing 66/114: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [hashcons: make install] -> compiled re.1.11.0 Processing 66/114: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [hashcons: make install] - /home/opam/.opam/4.05/bin/ocamlfind remove -destdir /home/opam/.opam/4.05/lib hashcons - ocamlfind: [WARNING] No such file: /home/opam/.opam/4.05/lib/hashcons/META - /home/opam/.opam/4.05/bin/ocamlfind install -destdir /home/opam/.opam/4.05/lib hashcons META hashcons.cmo hashcons.cmi hashcons.mli hashcons.cmx hashcons.o - Installed /home/opam/.opam/4.05/lib/hashcons/hashcons.o - Installed /home/opam/.opam/4.05/lib/hashcons/hashcons.cmx - Installed /home/opam/.opam/4.05/lib/hashcons/hashcons.mli - Installed /home/opam/.opam/4.05/lib/hashcons/hashcons.cmi - Installed /home/opam/.opam/4.05/lib/hashcons/hashcons.cmo - Installed /home/opam/.opam/4.05/lib/hashcons/META -> installed hashcons.1.3 Processing 66/114: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] Processing 67/114: [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make install] - '/home/opam/.opam/4.05/bin/ocamllex.opt' -q src/meta_lexer.mll - '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt - '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt - '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt - '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt - '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt - '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt - '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt - '/home/opam/.opam/4.05/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml Processing 67/114: [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [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 67/114: [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] -> installed re.1.11.0 Processing 68/114: [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] -> installed stringext.1.6.0 Processing 69/114: [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] - 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 Processing 69/114: [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] -> installed ocamlbuild.0.14.3 Processing 70/114: [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] Processing 71/114: [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] -> compiled ocaml-migrate-parsetree.1.8.0 Processing 71/114: [jbuilder: ./boot.exe 39] [topkg: ocaml build] -> installed ocaml-migrate-parsetree.1.8.0 Processing 72/114: [jbuilder: ./boot.exe 39] [topkg: ocaml build] Processing 73/114: [jbuilder: ./boot.exe 39] [ppx_tools_versioned: dune build] [topkg: ocaml build] Processing 74/114: [jbuilder: ./boot.exe 39] [ppx_tools_versioned: dune build] [ppxfind: dune build] [topkg: ocaml build] -> compiled ppxfind.1.4 Processing 74/114: [jbuilder: ./boot.exe 39] [ppx_tools_versioned: dune build] [topkg: ocaml build] -> installed ppxfind.1.4 Processing 75/114: [jbuilder: ./boot.exe 39] [ppx_tools_versioned: dune build] [topkg: ocaml build] [ppx_deriving: patch] applying fix_dune_3.patch Processing 76/114: [jbuilder: ./boot.exe 39] [ppx_deriving: patch] [ppx_tools_versioned: dune build] [topkg: ocaml build] -> compiled jbuilder.1.0+beta20.2 Processing 76/114: [ppx_deriving: patch] [ppx_tools_versioned: dune build] [topkg: ocaml build] -> installed jbuilder.1.0+beta20.2 Processing 77/114: [ppx_deriving: patch] [ppx_tools_versioned: dune build] [topkg: ocaml build] Processing 78/114: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: patch] [ppx_tools_versioned: dune build] [topkg: ocaml build] Processing 79/114: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: patch] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [topkg: ocaml build] Processing 80/114: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: patch] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] [topkg: ocaml build] Processing 80/114: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] [topkg: ocaml build] -> compiled ppx_traverse_builtins.v0.10.0 Processing 80/114: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] [topkg: ocaml build] -> installed ppx_traverse_builtins.v0.10.0 Processing 81/114: [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] [topkg: ocaml build] -> compiled ocaml-compiler-libs.v0.10.0 Processing 81/114: [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] [topkg: ocaml build] -> installed ocaml-compiler-libs.v0.10.0 Processing 82/114: [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] [topkg: ocaml build] Processing 83/114: [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] [topkg: ocaml build] -> compiled sexplib.v0.10.0 Processing 83/114: [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [topkg: ocaml build] -> installed sexplib.v0.10.0 Processing 84/114: [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [topkg: ocaml build] Processing 85/114: [base: jbuilder build] [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [topkg: ocaml build] Processing 86/114: [base: jbuilder build] [cstruct: dune build] [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [topkg: ocaml build] -> compiled ppx_deriving.4.5-1 Processing 86/114: [base: jbuilder build] [cstruct: dune build] [ppx_ast: jbuilder build] [ppx_tools_versioned: dune build] [topkg: ocaml build] -> installed ppx_deriving.4.5-1 Processing 87/114: [base: jbuilder build] [cstruct: dune build] [ppx_ast: jbuilder build] [ppx_tools_versioned: dune build] [topkg: ocaml build] - ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends - ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli - ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends - ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends - ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends - ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli - ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli - ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli - ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli - ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends - ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends - ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends - ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml - ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml - ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends - ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli - ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends - ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli - ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml - ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml - ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends - ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml - ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends - ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli - ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends - ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml - ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends - ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli - ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends - ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends - ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml - ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml - ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends - ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends - ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends - ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli - ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml - ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml - ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends - ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml - ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa - ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml - ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma - # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) } -> compiled topkg.1.0.7 Processing 87/114: [base: jbuilder build] [cstruct: dune build] [ppx_ast: jbuilder build] [ppx_tools_versioned: dune build] -> installed topkg.1.0.7 Processing 88/114: [base: jbuilder build] [cstruct: dune build] [ppx_ast: jbuilder build] [ppx_tools_versioned: dune build] -> compiled ppx_tools_versioned.5.4.0 Processing 88/114: [base: jbuilder build] [cstruct: dune build] [ppx_ast: jbuilder build] -> installed ppx_tools_versioned.5.4.0 Processing 89/114: [base: jbuilder build] [cstruct: dune build] [ppx_ast: jbuilder build] -> compiled cstruct.3.3.0 Processing 89/114: [base: jbuilder build] [ppx_ast: jbuilder build] -> installed cstruct.3.3.0 Processing 90/114: [base: jbuilder build] [ppx_ast: jbuilder build] Processing 91/114: [base: jbuilder build] [ppx_ast: jbuilder build] [ppx_cstruct: dune build] -> compiled ppx_cstruct.3.3.0 Processing 91/114: [base: jbuilder build] [ppx_ast: jbuilder build] -> installed ppx_cstruct.3.3.0 Processing 92/114: [base: jbuilder build] [ppx_ast: jbuilder build] -> compiled ppx_ast.v0.10.0 Processing 92/114: [base: jbuilder build] -> installed ppx_ast.v0.10.0 Processing 93/114: [base: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "base" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/base.v0.10.0) -> compiled base.v0.10.0 -> installed base.v0.10.0 Processing 95/114: [stdio: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "stdio" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/stdio.v0.10.0) -> compiled stdio.v0.10.0 -> installed stdio.v0.10.0 Processing 97/114: [ppx_core: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "ppx_core" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_core.v0.10.0) -> compiled ppx_core.v0.10.0 -> installed ppx_core.v0.10.0 Processing 99/114: [ppx_optcomp: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "ppx_optcomp" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_optcomp.v0.10.0) -> compiled ppx_optcomp.v0.10.0 -> installed ppx_optcomp.v0.10.0 Processing 101/114: [ppx_driver: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "ppx_driver" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_driver.v0.10.4) -> compiled ppx_driver.v0.10.4 -> installed ppx_driver.v0.10.4 Processing 103/114: [ppx_metaquot: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "ppx_metaquot" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_metaquot.v0.10.0) -> compiled ppx_metaquot.v0.10.0 -> installed ppx_metaquot.v0.10.0 Processing 105/114: [ppx_type_conv: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "ppx_type_conv" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_type_conv.v0.10.0) -> compiled ppx_type_conv.v0.10.0 -> installed ppx_type_conv.v0.10.0 Processing 107/114: [ppx_sexp_conv: jbuilder build] + /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "ppx_sexp_conv" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_sexp_conv.v0.10.0) -> compiled ppx_sexp_conv.v0.10.0 -> installed ppx_sexp_conv.v0.10.0 Processing 109/114: [ipaddr: ocaml build] Processing 110/114: [ipaddr: ocaml build] [uri: ocaml setup.ml] - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - - 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: ........................................ uri - Package version: ..................................... 1.9.2 - 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 full services library: ..................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_re_posix: ........................................ /home/opam/.opam/4.05/lib/re/posix - pkg_stringext: ....................................... /home/opam/.opam/4.05/lib/stringext - pkg_sexplib: ......................................... /home/opam/.opam/4.05/lib/sexplib - pkg_ppx_sexp_conv: ................................... /home/opam/.opam/4.05/lib/ppx_sexp_conv - pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.05/lib/ocaml/compiler-libs - ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc - - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr.ml > lib/ipaddr.ml.depends - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr.mli > lib/ipaddr.mli.depends - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/macaddr.mli > lib/macaddr.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmi lib/macaddr.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmi lib/ipaddr.mli - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/macaddr.ml > lib/macaddr.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmx lib/macaddr.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmx lib/macaddr.ml - File "lib/macaddr.ml", line 37, characters 23-37: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/macaddr.ml", line 91, characters 24-34: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmx lib/ipaddr.ml - ocamlfind ocamlopt -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/macaddr.cmx lib/ipaddr.cmx -o lib/ipaddr.cmxa - ocamlfind ocamlopt -shared -linkall -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr.cmxa -o lib/ipaddr.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmo lib/ipaddr.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmo lib/macaddr.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmo lib/macaddr.ml - File "lib/macaddr.ml", line 37, characters 23-37: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/macaddr.ml", line 91, characters 24-34: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - ocamlfind ocamlc -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/macaddr.cmo lib/ipaddr.cmo -o lib/ipaddr.cma - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr_unix.ml > lib/ipaddr_unix.ml.depends - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr_unix.mli > lib/ipaddr_unix.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmi lib/ipaddr_unix.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmx lib/ipaddr_unix.ml - ocamlfind ocamlopt -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmx -o lib/ipaddr_unix.cmxa - ocamlfind ocamlopt -shared -linkall -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmxa -o lib/ipaddr_unix.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmo lib/ipaddr_unix.ml - ocamlfind ocamlc -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmo -o lib/ipaddr_unix.cma - ocamlfind ocamldep -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -modules top/ipaddr_top.ml > top/ipaddr_top.ml.depends - ocamlfind ocamldep -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -modules top/ipaddr_top.mli > top/ipaddr_top.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmi top/ipaddr_top.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmi top/ipaddr_top.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 - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmx top/ipaddr_top.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmx top/ipaddr_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 - ocamlfind ocamlopt -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmx -o top/ipaddr_top.cmxa - + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmx -o top/ipaddr_top.cmxa - 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 - ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmxa -o top/ipaddr_top.cmxs - + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmxa -o top/ipaddr_top.cmxs - 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 - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmo top/ipaddr_top.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmo top/ipaddr_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 - ocamlfind ocamlc -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmo -o top/ipaddr_top.cma - + ocamlfind ocamlc -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmo -o top/ipaddr_top.cma - 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 - # Parallel statistics: { count(total): 1(29), max: 2, min: 2, average(total): 2.000(1.034) } -> compiled ipaddr.2.7.2 Processing 110/114: [uri: ocaml setup.ml] -> installed ipaddr.2.7.2 Processing 111/114: [uri: ocaml setup.ml] + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/uri.1.9.2) - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - 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 - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri.mli > lib/uri.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmi lib/uri.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri.ml > lib/uri.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_re.mli > lib/uri_re.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmi lib/uri_re.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_re.ml > lib/uri_re.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmo lib/uri.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmo lib/uri.ml - File "lib/uri.ml", line 167, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 194, characters 15-31: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 205, characters 26-42: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 284, characters 25-39: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/uri.ml", line 306, characters 33-50: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/uri.ml", line 321, characters 27-44: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/uri.ml", line 568, characters 17-33: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 607, characters 32-38: - Warning 3: deprecated: Re.get - Use Group.get - File "lib/uri.ml", line 612, characters 34-40: - Warning 3: deprecated: Re.get - Use Group.get - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmo lib/uri_re.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmo lib/uri_re.ml - File "lib/uri_re.ml", line 24, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 25, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 29, characters 17-28: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 35, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 36, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 39, characters 18-29: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 64, characters 14-25: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 72, characters 13-24: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 95, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 107, characters 22-33: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 110, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 111, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 112, characters 20-36: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 113, characters 16-32: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 114, characters 11-27: - Warning 3: deprecated: module Re_posix - Use Re.Posix - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/uri_re.cmo lib/uri.cmo -o lib/uri.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmx lib/uri_re.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmx lib/uri_re.ml - File "lib/uri_re.ml", line 24, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 25, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 29, characters 17-28: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 35, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 36, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 39, characters 18-29: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 64, characters 14-25: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 72, characters 13-24: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 95, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 107, characters 22-33: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 110, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 111, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 112, characters 20-36: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 113, characters 16-32: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 114, characters 11-27: - Warning 3: deprecated: module Re_posix - Use Re.Posix - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmx lib/uri.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmx lib/uri.ml - File "lib/uri.ml", line 167, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 194, characters 15-31: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 205, characters 26-42: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 284, characters 25-39: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/uri.ml", line 306, characters 33-50: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/uri.ml", line 321, characters 27-44: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/uri.ml", line 568, characters 17-33: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 607, characters 32-38: - Warning 3: deprecated: Re.get - Use Group.get - File "lib/uri.ml", line 612, characters 34-40: - Warning 3: deprecated: Re.get - Use Group.get - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/uri_re.cmx lib/uri.cmx -o lib/uri.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/uri.cmxa lib/uri_re.cmx lib/uri.cmx -o lib/uri.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_services.mli > lib/uri_services.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmi lib/uri_services.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_services.ml > lib/uri_services.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmo lib/uri_services.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/uri_services.cmo -o lib/services.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmx lib/uri_services.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/uri_services.cmx -o lib/services.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/services.cmxa lib/uri_services.cmx -o lib/services.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules top/uri_top.ml > top/uri_top.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmo top/uri_top.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmo top/uri_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 -I top top/uri_top.cmo -o top/uri_top.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmx top/uri_top.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmx top/uri_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 -I top top/uri_top.cmx -o top/uri_top.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I top top/uri_top.cmxa top/uri_top.cmx -o top/uri_top.cmxs - + 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 - File "myocamlbuild.ml", line 518, characters 43-62: - Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii instead. - File "myocamlbuild.ml", line 531, characters 51-70: - Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii instead. -> compiled uri.1.9.2 Processing 112/114: [uri: ocaml setup.ml] + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/uri.1.9.2) - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - Installed /home/opam/.opam/4.05/lib/uri/uri.mli - Installed /home/opam/.opam/4.05/lib/uri/uri_re.mli - Installed /home/opam/.opam/4.05/lib/uri/uri.cma - Installed /home/opam/.opam/4.05/lib/uri/uri.cmxa - Installed /home/opam/.opam/4.05/lib/uri/uri.a - Installed /home/opam/.opam/4.05/lib/uri/uri.cmxs - Installed /home/opam/.opam/4.05/lib/uri/uri_re.cmi - Installed /home/opam/.opam/4.05/lib/uri/uri_re.cmti - Installed /home/opam/.opam/4.05/lib/uri/uri_re.cmt - Installed /home/opam/.opam/4.05/lib/uri/uri_re.annot - Installed /home/opam/.opam/4.05/lib/uri/uri.cmi - Installed /home/opam/.opam/4.05/lib/uri/uri.cmti - Installed /home/opam/.opam/4.05/lib/uri/uri.cmt - Installed /home/opam/.opam/4.05/lib/uri/uri.annot - Installed /home/opam/.opam/4.05/lib/uri/uri_re.cmx - Installed /home/opam/.opam/4.05/lib/uri/uri.cmx - Installed /home/opam/.opam/4.05/lib/uri/uri_top.ml - Installed /home/opam/.opam/4.05/lib/uri/uri_top.cma - Installed /home/opam/.opam/4.05/lib/uri/uri_top.cmxa - Installed /home/opam/.opam/4.05/lib/uri/uri_top.a - Installed /home/opam/.opam/4.05/lib/uri/uri_top.cmxs - Installed /home/opam/.opam/4.05/lib/uri/uri_top.cmi - Installed /home/opam/.opam/4.05/lib/uri/uri_top.cmt - Installed /home/opam/.opam/4.05/lib/uri/uri_top.annot - Installed /home/opam/.opam/4.05/lib/uri/uri_top.cmx - Installed /home/opam/.opam/4.05/lib/uri/uri_services.mli - Installed /home/opam/.opam/4.05/lib/uri/services.cma - Installed /home/opam/.opam/4.05/lib/uri/services.cmxa - Installed /home/opam/.opam/4.05/lib/uri/services.a - Installed /home/opam/.opam/4.05/lib/uri/services.cmxs - Installed /home/opam/.opam/4.05/lib/uri/uri_services.cmi - Installed /home/opam/.opam/4.05/lib/uri/uri_services.cmti - Installed /home/opam/.opam/4.05/lib/uri/uri_services.cmt - Installed /home/opam/.opam/4.05/lib/uri/uri_services.annot - Installed /home/opam/.opam/4.05/lib/uri/uri_services.cmx - Installed /home/opam/.opam/4.05/lib/uri/META -> installed uri.1.9.2 Processing 113/114: [dns: ocaml build] + /home/opam/.opam/4.05/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" "--tests" "false" "--with-lwt" "false" "--with-mirage" "false" "--with-async" "false" (CWD=/home/opam/.opam/4.05/.opam-switch/build/dns.0.20.1) - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/loader.mli > lib/loader.mli.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/name.mli > lib/name.mli.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/RR.mli > lib/RR.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/name.cmi lib/name.mli - ocamlfind ocamldep -package cstruct.ppx -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/packet.mli > lib/packet.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package cstruct.ppx -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/packet.cmi lib/packet.mli - + ocamlfind ocamlc -c -g -bin-annot -principal -package cstruct.ppx -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/packet.cmi lib/packet.mli - File "lib/packet.mli", line 311, characters 0-126: - Warning 50: ambiguous documentation comment - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/trie.mli > lib/trie.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/RR.cmi lib/RR.mli - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/trie.cmi lib/trie.mli - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/loader.cmi lib/loader.mli - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/loader.ml > lib/loader.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/operators.ml > lib/operators.ml.depends - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/operators.cmo lib/operators.ml - + ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/operators.cmo lib/operators.ml - File "lib/operators.ml", line 37, characters 0-19: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 40, characters 0-18: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 43, characters 0-19: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 46, characters 0-26: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 49, characters 0-27: - Warning 50: ambiguous documentation comment - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/name.ml > lib/name.ml.depends - ocamlfind ocamldep -package cstruct.ppx -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/packet.ml > lib/packet.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/query.mli > lib/query.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/query.cmi lib/query.mli - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/query.ml > lib/query.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/RR.ml > lib/RR.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/trie.ml > lib/trie.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/zone.mli > lib/zone.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone.cmi lib/zone.mli - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/zone.ml > lib/zone.ml.depends - /home/opam/.opam/4.05/bin/ocamllex.opt -q lib/zone_lexer.mll - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/zone_lexer.ml > lib/zone_lexer.ml.depends - /home/opam/.opam/4.05/bin/ocamlyacc lib/zone_parser.mly - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/zone_parser.mli > lib/zone_parser.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone_parser.cmi lib/zone_parser.mli - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone_lexer.cmo lib/zone_lexer.ml - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/zone_parser.ml > lib/zone_parser.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/resolvconf.mli > lib/resolvconf.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/resolvconf.cmi lib/resolvconf.mli - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/resolvconf.ml > lib/resolvconf.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/protocol.mli > lib/protocol.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/protocol.cmi lib/protocol.mli - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/protocol.ml > lib/protocol.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/dig.mli > lib/dig.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/dig.cmi lib/dig.mli - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/dig.ml > lib/dig.ml.depends - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/probe.mli > lib/probe.mli.depends - ocamlfind ocamlc -c -g -bin-annot -principal -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/probe.cmi lib/probe.mli - ocamlfind ocamldep -package 're re.str ipaddr uri base64 hashcons cstruct result' -modules lib/probe.ml > lib/probe.ml.depends - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/loader.cmo lib/loader.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/name.cmo lib/name.ml - ocamlfind ocamlc -c -g -bin-annot -principal -package cstruct.ppx -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/packet.cmo lib/packet.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/query.cmo lib/query.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/RR.cmo lib/RR.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/trie.cmo lib/trie.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone.cmo lib/zone.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone_parser.cmo lib/zone_parser.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/resolvconf.cmo lib/resolvconf.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/protocol.cmo lib/protocol.ml - + ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/resolvconf.cmo lib/resolvconf.ml - File "lib/resolvconf.ml", line 88, characters 18-35: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/dig.cmo lib/dig.ml - ocamlfind ocamlc -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/probe.cmo lib/probe.ml - + ocamlfind ocamlc -c -g -bin-annot -principal -package cstruct.ppx -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/packet.cmo lib/packet.ml - File "lib/packet.ml", line 908, characters 2-60: - Warning 50: unattached documentation comment (ignored) - File "lib/packet.ml", line 910, characters 2-85: - Warning 50: unattached documentation comment (ignored) - File "lib/packet.ml", line 1504, characters 2-48: - Warning 50: unattached documentation comment (ignored) - ocamlfind ocamlc -pack -g -bin-annot lib/operators.cmo lib/name.cmo lib/packet.cmo lib/RR.cmo lib/trie.cmo lib/loader.cmo lib/query.cmo lib/zone_parser.cmo lib/zone_lexer.cmo lib/zone.cmo lib/resolvconf.cmo lib/protocol.cmo lib/dig.cmo lib/probe.cmo -o lib/dns.cmo - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/operators.cmx lib/operators.ml - + ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/operators.cmx lib/operators.ml - File "lib/operators.ml", line 37, characters 0-19: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 40, characters 0-18: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 43, characters 0-19: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 46, characters 0-26: - Warning 50: ambiguous documentation comment - File "lib/operators.ml", line 49, characters 0-27: - Warning 50: ambiguous documentation comment - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/name.cmx lib/name.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -package cstruct.ppx -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/packet.cmx lib/packet.ml - + ocamlfind ocamlopt -c -g -bin-annot -principal -package cstruct.ppx -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/packet.cmx lib/packet.ml - File "lib/packet.ml", line 908, characters 2-60: - Warning 50: unattached documentation comment (ignored) - File "lib/packet.ml", line 910, characters 2-85: - Warning 50: unattached documentation comment (ignored) - File "lib/packet.ml", line 1504, characters 2-48: - Warning 50: unattached documentation comment (ignored) - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/RR.cmx lib/RR.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/trie.cmx lib/trie.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/loader.cmx lib/loader.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone_parser.cmx lib/zone_parser.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone_lexer.cmx lib/zone_lexer.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/query.cmx lib/query.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/zone.cmx lib/zone.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/resolvconf.cmx lib/resolvconf.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/protocol.cmx lib/protocol.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/dig.cmx lib/dig.ml - ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/probe.cmx lib/probe.ml - + ocamlfind ocamlopt -c -g -bin-annot -principal -for-pack Dns -package 're re.str ipaddr uri base64 hashcons cstruct result' -w A-3-4-9-26-27-29-32-33-34-37-39-40-41-42-44-45-48-60 -color always -I lib -I async -I lwt -I mirage -o lib/resolvconf.cmx lib/resolvconf.ml - File "lib/resolvconf.ml", line 88, characters 18-35: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - touch lib/dns.mli ; if ocamlfind ocamlopt -pack -g -bin-annot -I lib lib/operators.cmx lib/name.cmx lib/packet.cmx lib/RR.cmx lib/trie.cmx lib/loader.cmx lib/query.cmx lib/zone_parser.cmx lib/zone_lexer.cmx lib/zone.cmx lib/resolvconf.cmx lib/protocol.cmx lib/dig.cmx lib/probe.cmx -o lib/dns.cmx ; then rm -f lib/dns.mli ; else rm -f lib/dns.mli ; exit 1; fi - ocamlfind ocamlopt -a -package 're re.str ipaddr uri base64 hashcons cstruct result' -I lib lib/dns.cmx -o lib/dns.cmxa - ocamlfind ocamlopt -shared -linkall -package 're re.str ipaddr uri base64 hashcons cstruct result' -I lib lib/dns.cmxa -o lib/dns.cmxs - ocamlfind ocamlc -a -package 're re.str ipaddr uri base64 hashcons cstruct result' -I lib lib/dns.cmo -o lib/dns.cma - # Parallel statistics: { count(total): 2(59), max: 12, min: 5, average(total): 8.500(1.254) } -> compiled dns.0.20.1 -> installed dns.0.20.1 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:07.47 ---> saved as "c34494421c3a8fd3c783eca2af255d987aaa42e9071a5b20713b9d2a426b5491" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u dns:a9c70ef1d77b8a8699f3798a785d9622,uri:246c76852bd832c99fb609a0f52b23cf,ppx_cstruct:bb2519e592f2584003dc651fd80ca72e,ipaddr:7c031b7e7dad9b08c6e66bee9f48b17d,hashcons:5c130080938c725bc77d89b075628afc,cstruct:8ab89343e52118ed18a57b1b82594d47")) 2024-09-12 19:07.49 ---> saved as "520eed11dec4b619ea35d9f61fa154f8aca894e62b64ed434a29b127d3f77028" /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.050900') && (for DATA in prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0,cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47,cstruct.3.3.0 prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3,hashcons.1.3-5c130080938c725bc77d89b075628afc,hashcons.1.3 prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2,ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d,ipaddr.2.7.2 prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0,ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e,ppx_cstruct.3.3.0 prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2,uri.1.9.2-246c76852bd832c99fb609a0f52b23cf,uri.1.9.2 prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1,dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622,dns.0.20.1; 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/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0,cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47,cstruct.3.3.0 prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3,hashcons.1.3-5c130080938c725bc77d89b075628afc,hashcons.1.3 prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2,ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d,ipaddr.2.7.2 prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0,ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e,ppx_cstruct.3.3.0 prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2,uri.1.9.2-246c76852bd832c99fb609a0f52b23cf,uri.1.9.2 prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1,dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622,dns.0.20.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0,cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47,cstruct.3.3.0 prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3,hashcons.1.3-5c130080938c725bc77d89b075628afc,hashcons.1.3 prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2,ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d,ipaddr.2.7.2 prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0,ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e,ppx_cstruct.3.3.0 prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2,uri.1.9.2-246c76852bd832c99fb609a0f52b23cf,uri.1.9.2 prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1,dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622,dns.0.20.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.050900 prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/doc/ prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/doc/cstruct/ prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/doc/cstruct/CHANGES.md prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/doc/cstruct/LICENSE.md prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/doc/cstruct/README.md prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/ prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/cstruct/ prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/cstruct/cstruct.ocamlobjinfo prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/cstruct/META prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/cstruct/cstruct.cmi prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/cstruct/cstruct.cmt prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/cstruct/cstruct.cmti prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/lib/cstruct/dune-package prep/universes/8ab89343e52118ed18a57b1b82594d47/cstruct/3.3.0/opam prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3/lib/ prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3/lib/hashcons/ prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3/lib/hashcons/META prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3/lib/hashcons/hashcons.cmi prep/universes/5c130080938c725bc77d89b075628afc/hashcons/1.3/opam prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/doc/ prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/doc/ipaddr/ prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/doc/ipaddr/CHANGES.md prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/doc/ipaddr/LICENSE.md prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/doc/ipaddr/README.md prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr.ocamlobjinfo prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr_top.ocamlobjinfo prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr_unix.ocamlobjinfo prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/META prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr.cmi prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr.cmti prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr_top.cmi prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr_top.cmti prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr_unix.cmi prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/ipaddr_unix.cmti prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/macaddr.cmi prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/lib/ipaddr/macaddr.cmti prep/universes/7c031b7e7dad9b08c6e66bee9f48b17d/ipaddr/2.7.2/opam prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/doc/ prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/doc/ppx_cstruct/ prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/doc/ppx_cstruct/CHANGES.md prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/doc/ppx_cstruct/LICENSE.md prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/doc/ppx_cstruct/README.md prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/lib/ prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/lib/ppx_cstruct/ prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/lib/ppx_cstruct/ppx_cstruct.ocamlobjinfo prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/lib/ppx_cstruct/META prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/lib/ppx_cstruct/dune-package prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/lib/ppx_cstruct/ppx_cstruct.cmi prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/lib/ppx_cstruct/ppx_cstruct.cmt prep/universes/bb2519e592f2584003dc651fd80ca72e/ppx_cstruct/3.3.0/opam prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/ prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/ prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/services.ocamlobjinfo prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri.ocamlobjinfo prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_top.ocamlobjinfo prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/META prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri.cmi prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri.cmt prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri.cmti prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_re.cmi prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_re.cmt prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_re.cmti prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_services.cmi prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_services.cmt prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_services.cmti prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_top.cmi prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/lib/uri/uri_top.cmt prep/universes/246c76852bd832c99fb609a0f52b23cf/uri/1.9.2/opam prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/doc/ prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/doc/dns/ prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/doc/dns/CHANGES.md prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/doc/dns/LICENSE.md prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/doc/dns/README.md prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/lib/ prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/lib/dns/ prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/lib/dns/dns.ocamlobjinfo prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/lib/dns/META prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/lib/dns/dns.cmi prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/lib/dns/dns.cmt prep/universes/a9c70ef1d77b8a8699f3798a785d9622/dns/0.20.1/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47:9f9e85bbb16f6a5654947940429a1d59c9c53e7c904d5987ab2883243801e4fc HASHES:hashcons.1.3-5c130080938c725bc77d89b075628afc:29561a18d1950a4e04a5793776b8bbef837b51d927c59dddbb9d9820450876a5 HASHES:ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d:b50f98f99f14f25ea1e67814bba51dc07bdba61cf6d7328c49561389cbed6e73 HASHES:ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e:ac8ba09bad08431ec5ed4da18df0aa55980859cbb7091c8f49d107841ae52911 HASHES:uri.1.9.2-246c76852bd832c99fb609a0f52b23cf:e2f7634b6eef835ef2d713704186300758f8bcc36703e385afe35fa004ed7e9c HASHES:dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622:f8cfd74e7db216c037b4dc6888b030fb0d1c42cc4afd41392ab302bdd1c3706b 2024-09-12 19:07.53 ---> saved as "526dca59f7a3a3ecf0e489513cfcf01e7271215e0f01278c9a6c5bd8a1deeee2" Job succeeded 2024-09-12 19:15.48: dns.0.20.1-a9c70ef1d77b8a8699f3798a785d9622 -> f8cfd74e7db216c037b4dc6888b030fb0d1c42cc4afd41392ab302bdd1c3706b 2024-09-12 19:15.48: uri.1.9.2-246c76852bd832c99fb609a0f52b23cf -> e2f7634b6eef835ef2d713704186300758f8bcc36703e385afe35fa004ed7e9c 2024-09-12 19:15.48: ppx_cstruct.3.3.0-bb2519e592f2584003dc651fd80ca72e -> ac8ba09bad08431ec5ed4da18df0aa55980859cbb7091c8f49d107841ae52911 2024-09-12 19:15.48: ipaddr.2.7.2-7c031b7e7dad9b08c6e66bee9f48b17d -> b50f98f99f14f25ea1e67814bba51dc07bdba61cf6d7328c49561389cbed6e73 2024-09-12 19:15.48: hashcons.1.3-5c130080938c725bc77d89b075628afc -> 29561a18d1950a4e04a5793776b8bbef837b51d927c59dddbb9d9820450876a5 2024-09-12 19:15.48: cstruct.3.3.0-8ab89343e52118ed18a57b1b82594d47 -> 9f9e85bbb16f6a5654947940429a1d59c9c53e7c904d5987ab2883243801e4fc 2024-09-12 19:15.48: Job succeeded