Build:
- 0
2024-09-12 08:35.54: New job: Voodoo prep gdal.0.9.0; 749d9602d195241709179510b6e30d14 2024-09-12 08:35.54: Waiting for resource in pool OCluster 2024-09-12 20:37.06: Waiting for worker… 2024-09-12 20:38.03: Got resource from pool OCluster 2024-09-12 20:38.03: Using cache hint "docs-universe-prep-4.14.2" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")))) (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (shell "sudo mkdir /src")) (copy (src packages) (dst /src/packages)) (copy (src repo) (dst /src/repo)) (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) (run (shell "opam repo remove default && opam repo add opam /src")) (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.16.0 ocamlfind.1.9.6")) (env DUNE_CACHE enabled) (env DUNE_CACHE_TRANSPORT direct) (env DUNE_CACHE_DUPLICATION copy) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy gdal.0.9.0 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.15.0 integers.0.7.0 host-arch-x86_64.1 dune.3.16.0 ctypes-foreign.0.18.0 ctypes.0.17.1 conf-pkg-config.3 conf-libffi.2.0.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u gdal:749d9602d195241709179510b6e30d14,ctypes-foreign:83890ff33d3e4b746a78bce6b10402f8,ctypes:14ec75767693c7c1b49ae8d19bbcbabd,conf-libffi:99632b2bb55302e1fa3e2a57571063d0")) (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.257100') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libffi/2.0.0,conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0,conf-libffi.2.0.0 prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1,ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd,ctypes.0.17.1 prep/universes/83890ff33d3e4b746a78bce6b10402f8/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8,ctypes-foreign.0.18.0 prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0,gdal.0.9.0-749d9602d195241709179510b6e30d14,gdal.0.9.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libffi/2.0.0,conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0,conf-libffi.2.0.0 prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1,ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd,ctypes.0.17.1 prep/universes/83890ff33d3e4b746a78bce6b10402f8/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8,ctypes-foreign.0.18.0 prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0,gdal.0.9.0-749d9602d195241709179510b6e30d14,gdal.0.9.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libffi/2.0.0,conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0,conf-libffi.2.0.0 prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1,ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd,ctypes.0.17.1 prep/universes/83890ff33d3e4b746a78bce6b10402f8/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8,ctypes-foreign.0.18.0 prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0,gdal.0.9.0-749d9602d195241709179510b6e30d14,gdal.0.9.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) ) END-OF-SPEC ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 3f24a2bf4516c43dfc342d758d9e1074b6d1004e --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 20:38.03: RETRYING: 2024-09-12/083554-voodoo-prep-c4b9f6 Number of retries: 0 (retriable error condition) Building on doris.caelum.ci.dev All commits already cached Updating files: 67% (21476/31927) Updating files: 68% (21711/31927) Updating files: 69% (22030/31927) Updating files: 70% (22349/31927) Updating files: 71% (22669/31927) Updating files: 72% (22988/31927) Updating files: 73% (23307/31927) Updating files: 74% (23626/31927) Updating files: 75% (23946/31927) Updating files: 76% (24265/31927) Updating files: 77% (24584/31927) Updating files: 78% (24904/31927) Updating files: 79% (25223/31927) Updating files: 80% (25542/31927) Updating files: 81% (25861/31927) Updating files: 82% (26181/31927) Updating files: 83% (26500/31927) Updating files: 84% (26819/31927) Updating files: 85% (27138/31927) Updating files: 86% (27458/31927) Updating files: 87% (27777/31927) Updating files: 88% (28096/31927) Updating files: 89% (28416/31927) Updating files: 90% (28735/31927) Updating files: 91% (29054/31927) Updating files: 92% (29373/31927) Updating files: 93% (29693/31927) Updating files: 94% (30012/31927) Updating files: 95% (30331/31927) Updating files: 96% (30650/31927) Updating files: 97% (30970/31927) Updating files: 98% (31289/31927) Updating files: 99% (31608/31927) Updating files: 100% (31927/31927) Updating files: 100% (31927/31927), done. HEAD is now at 3f24a2bf45 Update conf-libffi for the mingw-w64 ports (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) 2024-09-12 20:31.55 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 20:31.55 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (940 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 (7516 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 20:31.55 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y Package voodoo-prep does not exist, create as a NEW package? [Y/n] y [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-lib does not exist, create as a NEW package? [Y/n] y [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-gen does not exist, create as a NEW package? [Y/n] y [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-do does not exist, create as a NEW package? [Y/n] y [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. # Now letting opam install the packages <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 The following actions will be performed: - install ocamlbuild 0.15.0 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install cmdliner 1.3.0 [required by voodoo-prep] - install seq base [required by re] - install swhid_core 0.1 [required by opam-core] - install stdlib-shims 0.3.0 [required by ocamlgraph, sha] - install opam-file-format 2.1.6 [required by opam-format] - install topkg 1.0.7 [required by bos] - install re 1.12.0 [required by opam-format] - install sha 1.15.4 [required by opam-core] - install ocamlgraph 2.1.0 [required by opam-core] - install uutf 1.0.3 [required by opam-core] - install rresult 0.7.0 [required by bos] - install fmt 0.9.0 [required by bos] - install astring 0.8.5 [required by bos] - install jsonm 1.0.2 [required by opam-core] - install logs 0.7.0 [required by bos] - install fpath 0.7.3 [required by voodoo-prep] - install opam-core 2.2.1 [required by opam-format] - install bos 0.2.1 [required by voodoo-prep] - install opam-format 2.2.1 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 23 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.1] found in cache [cmdliner.1.3.0] found in cache [dune.3.16.0] found in cache [fmt.0.9.0] found in cache [fpath.0.7.3] found in cache [jsonm.1.0.2] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.15.0] found in cache [ocamlfind.1.9.6] found in cache [ocamlgraph.2.1.0] found in cache [opam-core.2.2.1] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.2.1] found in cache [re.1.12.0] found in cache [rresult.0.7.0] found in cache [sha.1.15.4] found in cache [stdlib-shims.0.3.0] found in cache [swhid_core.0.1] found in cache [topkg.1.0.7] found in cache [uutf.1.0.3] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed seq.base -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed bos.0.2.1 -> installed dune.3.16.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed opam-file-format.2.1.6 -> installed re.1.12.0 -> installed sha.1.15.4 -> installed ocamlgraph.2.1.0 -> installed opam-core.2.2.1 -> installed opam-format.2.2.1 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 20:31.55 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 20:31.55 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache 2024-09-12 20:31.55 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) 2024-09-12 20:31.55 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 20:31.55 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 20:31.55 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 20:31.56 ---> using "501bbe5c081f7c6183b7e672c14435470424c8a717e53dd89c420ff39a688d95" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 20:31.56 ---> using "941fc42d45a27af843fd271457853af1cb90231edd2f5c11da47e77ce25e212d" from cache /home/opam: (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-09-12 20:31.56 ---> using "5f6c574e89a306916c6fea63d6dfa4b54fe47dd381d71cdcc390dbe8b4b75ace" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.14 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-09-12 20:31.56 ---> using "13604f18142c61196db0937aac5820fdcf9e57cd3f0791f2811c7d62553edc1d" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 20:31.56 ---> using "494f7b657b8e7bef6b40e0065c41c89e49fc152d8f761c8c74848c2628474816" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.16.0 ocamlfind.1.9.6")) The following actions will be performed: - install dune 3.16.0 - install ocamlfind 1.9.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.16.0 (cached) -> installed ocamlfind.1.9.6 -> installed dune.3.16.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 20:31.56 ---> using "d639a31a837118d8f43da127db75d05c1812c85b01fe7e0a39642c5595550bc8" 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 gdal.0.9.0 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.15.0 integers.0.7.0 host-arch-x86_64.1 dune.3.16.0 ctypes-foreign.0.18.0 ctypes.0.17.1 conf-pkg-config.3 conf-libffi.2.0.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 (847 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 gdal.0.9.0 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.15.0 integers.0.7.0 host-arch-x86_64.1 dune.3.16.0 ctypes-foreign.0.18.0 ctypes.0.17.1 conf-pkg-config.3 conf-libffi.2.0.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: libffi-dev libgdal-dev pkg-config [NOTE] Package dune is already installed (current version is 3.16.0). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install conf-pkg-config 3 - install ocamlbuild 0.15.0 - install stdlib-shims 0.3.0 - install conf-libffi 2.0.0 - install integers 0.7.0 - install ctypes-foreign 0.18.0 - install ctypes 0.17.1 - install gdal 0.9.0 ===== 8 to install ===== The following system packages will first need to be installed: libffi-dev libgdal-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libgdal-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package poppler-data. - (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 .../000-poppler-data_0.4.12-1_all.deb ... - Unpacking poppler-data (0.4.12-1) ... - Selecting previously unselected package libmagic-mgc. - Preparing to unpack .../001-libmagic-mgc_1%3a5.44-3_amd64.deb ... - Unpacking libmagic-mgc (1:5.44-3) ... - Selecting previously unselected package libmagic1:amd64. - Preparing to unpack .../002-libmagic1_1%3a5.44-3_amd64.deb ... - Unpacking libmagic1:amd64 (1:5.44-3) ... - Selecting previously unselected package file. - Preparing to unpack .../003-file_1%3a5.44-3_amd64.deb ... - Unpacking file (1:5.44-3) ... - Selecting previously unselected package m4. - Preparing to unpack .../004-m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../005-autoconf_2.71-3_all.deb ... - Unpacking autoconf (2.71-3) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../006-autotools-dev_20220109.1_all.deb ... - Unpacking autotools-dev (20220109.1) ... - Selecting previously unselected package automake. - Preparing to unpack .../007-automake_1%3a1.16.5-1.3_all.deb ... - Unpacking automake (1:1.16.5-1.3) ... - Selecting previously unselected package mysql-common. - Preparing to unpack .../008-mysql-common_5.8+1.1.0_all.deb ... - Unpacking mysql-common (5.8+1.1.0) ... - Selecting previously unselected package mariadb-common. - Preparing to unpack .../009-mariadb-common_1%3a10.11.6-0+deb12u1_all.deb ... - Unpacking mariadb-common (1:10.11.6-0+deb12u1) ... - Selecting previously unselected package libmariadb3:amd64. - Preparing to unpack .../010-libmariadb3_1%3a10.11.6-0+deb12u1_amd64.deb ... - Unpacking libmariadb3:amd64 (1:10.11.6-0+deb12u1) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../011-libssl-dev_3.0.14-1~deb12u2_amd64.deb ... - Unpacking libssl-dev:amd64 (3.0.14-1~deb12u2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../012-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libmariadb-dev. - Preparing to unpack .../013-libmariadb-dev_1%3a10.11.6-0+deb12u1_amd64.deb ... - Unpacking libmariadb-dev (1:10.11.6-0+deb12u1) ... - Selecting previously unselected package libmariadb-dev-compat. - Preparing to unpack .../014-libmariadb-dev-compat_1%3a10.11.6-0+deb12u1_amd64.deb ... - Unpacking libmariadb-dev-compat (1:10.11.6-0+deb12u1) ... - Selecting previously unselected package default-libmysqlclient-dev:amd64. - Preparing to unpack .../015-default-libmysqlclient-dev_1.1.0_amd64.deb ... - Unpacking default-libmysqlclient-dev:amd64 (1.1.0) ... - Selecting previously unselected package gdal-data. - Preparing to unpack .../016-gdal-data_3.6.2+dfsg-1_all.deb ... - Unpacking gdal-data (3.6.2+dfsg-1) ... - Selecting previously unselected package gdal-plugins. - Preparing to unpack .../017-gdal-plugins_3.6.2+dfsg-1+b2_amd64.deb ... - Unpacking gdal-plugins (3.6.2+dfsg-1+b2) ... - Selecting previously unselected package hdf5-helpers. - Preparing to unpack .../018-hdf5-helpers_1.10.8+repack1-1_amd64.deb ... - Unpacking hdf5-helpers (1.10.8+repack1-1) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../019-libicu72_72.1-3_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../020-icu-devtools_72.1-3_amd64.deb ... - Unpacking icu-devtools (72.1-3) ... - Selecting previously unselected package libaec0:amd64. - Preparing to unpack .../021-libaec0_1.0.6-1+b1_amd64.deb ... - Unpacking libaec0:amd64 (1.0.6-1+b1) ... - Selecting previously unselected package libsz2:amd64. - Preparing to unpack .../022-libsz2_1.0.6-1+b1_amd64.deb ... - Unpacking libsz2:amd64 (1.0.6-1+b1) ... - Selecting previously unselected package libaec-dev:amd64. - Preparing to unpack .../023-libaec-dev_1.0.6-1+b1_amd64.deb ... - Unpacking libaec-dev:amd64 (1.0.6-1+b1) ... - Selecting previously unselected package libaom-dev:amd64. - Preparing to unpack .../024-libaom-dev_3.6.0-1+deb12u1_amd64.deb ... - Unpacking libaom-dev:amd64 (3.6.0-1+deb12u1) ... - Selecting previously unselected package libblas3:amd64. - Preparing to unpack .../025-libblas3_3.11.0-2_amd64.deb ... - Unpacking libblas3:amd64 (3.11.0-2) ... - Selecting previously unselected package libgfortran5:amd64. - Preparing to unpack .../026-libgfortran5_12.2.0-14_amd64.deb ... - Unpacking libgfortran5:amd64 (12.2.0-14) ... - Selecting previously unselected package liblapack3:amd64. - Preparing to unpack .../027-liblapack3_3.11.0-2_amd64.deb ... - Unpacking liblapack3:amd64 (3.11.0-2) ... - Selecting previously unselected package libarpack2:amd64. - Preparing to unpack .../028-libarpack2_3.8.0-3_amd64.deb ... - Unpacking libarpack2:amd64 (3.8.0-3) ... - Selecting previously unselected package libsuperlu5:amd64. - Preparing to unpack .../029-libsuperlu5_5.3.0+dfsg1-2+b1_amd64.deb ... - Unpacking libsuperlu5:amd64 (5.3.0+dfsg1-2+b1) ... - Selecting previously unselected package libarmadillo11. - Preparing to unpack .../030-libarmadillo11_1%3a11.4.2+dfsg-1_amd64.deb ... - Unpacking libarmadillo11 (1:11.4.2+dfsg-1) ... - Selecting previously unselected package libblas-dev:amd64. - Preparing to unpack .../031-libblas-dev_3.11.0-2_amd64.deb ... - Unpacking libblas-dev:amd64 (3.11.0-2) ... - Selecting previously unselected package liblapack-dev:amd64. - Preparing to unpack .../032-liblapack-dev_3.11.0-2_amd64.deb ... - Unpacking liblapack-dev:amd64 (3.11.0-2) ... - Selecting previously unselected package libarpack2-dev:amd64. - Preparing to unpack .../033-libarpack2-dev_3.8.0-3_amd64.deb ... - Unpacking libarpack2-dev:amd64 (3.8.0-3) ... - Selecting previously unselected package libhdf5-103-1:amd64. - Preparing to unpack .../034-libhdf5-103-1_1.10.8+repack1-1_amd64.deb ... - Unpacking libhdf5-103-1:amd64 (1.10.8+repack1-1) ... - Selecting previously unselected package libhdf5-fortran-102:amd64. - Preparing to unpack .../035-libhdf5-fortran-102_1.10.8+repack1-1_amd64.deb ... - Unpacking libhdf5-fortran-102:amd64 (1.10.8+repack1-1) ... - Selecting previously unselected package libhdf5-hl-100:amd64. - Preparing to unpack .../036-libhdf5-hl-100_1.10.8+repack1-1_amd64.deb ... - Unpacking libhdf5-hl-100:amd64 (1.10.8+repack1-1) ... - Selecting previously unselected package libhdf5-hl-fortran-100:amd64. - Preparing to unpack .../037-libhdf5-hl-fortran-100_1.10.8+repack1-1_amd64.deb ... - Unpacking libhdf5-hl-fortran-100:amd64 (1.10.8+repack1-1) ... - Selecting previously unselected package libhdf5-cpp-103-1:amd64. - Preparing to unpack .../038-libhdf5-cpp-103-1_1.10.8+repack1-1_amd64.deb ... - Unpacking libhdf5-cpp-103-1:amd64 (1.10.8+repack1-1) ... - Selecting previously unselected package libhdf5-hl-cpp-100:amd64. - Preparing to unpack .../039-libhdf5-hl-cpp-100_1.10.8+repack1-1_amd64.deb ... - Unpacking libhdf5-hl-cpp-100:amd64 (1.10.8+repack1-1) ... - Selecting previously unselected package libjpeg62-turbo-dev:amd64. - Preparing to unpack .../040-libjpeg62-turbo-dev_1%3a2.1.5-2_amd64.deb ... - Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ... - Selecting previously unselected package libjpeg-dev:amd64. - Preparing to unpack .../041-libjpeg-dev_1%3a2.1.5-2_amd64.deb ... - Unpacking libjpeg-dev:amd64 (1:2.1.5-2) ... - Selecting previously unselected package libcurl4-openssl-dev:amd64. - Preparing to unpack .../042-libcurl4-openssl-dev_7.88.1-10+deb12u7_amd64.deb ... - Unpacking libcurl4-openssl-dev:amd64 (7.88.1-10+deb12u7) ... - Selecting previously unselected package libhdf5-dev. - Preparing to unpack .../043-libhdf5-dev_1.10.8+repack1-1_amd64.deb ... - Unpacking libhdf5-dev (1.10.8+repack1-1) ... - Selecting previously unselected package libsuperlu-dev:amd64. - Preparing to unpack .../044-libsuperlu-dev_5.3.0+dfsg1-2+b1_amd64.deb ... - Unpacking libsuperlu-dev:amd64 (5.3.0+dfsg1-2+b1) ... - Selecting previously unselected package libarmadillo-dev. - Preparing to unpack .../045-libarmadillo-dev_1%3a11.4.2+dfsg-1_amd64.deb ... - Unpacking libarmadillo-dev (1:11.4.2+dfsg-1) ... - Selecting previously unselected package libsnappy1v5:amd64. - Preparing to unpack .../046-libsnappy1v5_1.1.9-3_amd64.deb ... - Unpacking libsnappy1v5:amd64 (1.1.9-3) ... - Selecting previously unselected package libblosc1:amd64. - Preparing to unpack .../047-libblosc1_1.21.3+ds-1_amd64.deb ... - Unpacking libblosc1:amd64 (1.21.3+ds-1) ... - Selecting previously unselected package libblosc-dev:amd64. - Preparing to unpack .../048-libblosc-dev_1.21.3+ds-1_amd64.deb ... - Unpacking libblosc-dev:amd64 (1.21.3+ds-1) ... - Selecting previously unselected package libboost1.74-dev:amd64. - Preparing to unpack .../049-libboost1.74-dev_1.74.0+ds1-21_amd64.deb ... - Unpacking libboost1.74-dev:amd64 (1.74.0+ds1-21) ... - Selecting previously unselected package libboost-dev:amd64. - Preparing to unpack .../050-libboost-dev_1.74.0.3_amd64.deb ... - Unpacking libboost-dev:amd64 (1.74.0.3) ... - Selecting previously unselected package libcfitsio10:amd64. - Preparing to unpack .../051-libcfitsio10_4.2.0-3_amd64.deb ... - Unpacking libcfitsio10:amd64 (4.2.0-3) ... - Selecting previously unselected package libcfitsio-dev:amd64. - Preparing to unpack .../052-libcfitsio-dev_4.2.0-3_amd64.deb ... - Unpacking libcfitsio-dev:amd64 (4.2.0-3) ... - Selecting previously unselected package libcfitsio-doc. - Preparing to unpack .../053-libcfitsio-doc_4.2.0-3_all.deb ... - Unpacking libcfitsio-doc (4.2.0-3) ... - Selecting previously unselected package libdav1d-dev:amd64. - Preparing to unpack .../054-libdav1d-dev_1.0.0-2+deb12u1_amd64.deb ... - Unpacking libdav1d-dev:amd64 (1.0.0-2+deb12u1) ... - Selecting previously unselected package libde265-dev:amd64. - Preparing to unpack .../055-libde265-dev_1.0.11-1+deb12u2_amd64.deb ... - Unpacking libde265-dev:amd64 (1.0.11-1+deb12u2) ... - Selecting previously unselected package libdeflate-dev:amd64. - Preparing to unpack .../056-libdeflate-dev_1.14-1_amd64.deb ... - Unpacking libdeflate-dev:amd64 (1.14-1) ... - Selecting previously unselected package libexpat1-dev:amd64. - Preparing to unpack .../057-libexpat1-dev_2.5.0-1_amd64.deb ... - Unpacking libexpat1-dev:amd64 (2.5.0-1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../058-libffi-dev_3.4.4-1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.4-1) ... - Selecting previously unselected package libfreexl1:amd64. - Preparing to unpack .../059-libfreexl1_1.0.6-2_amd64.deb ... - Unpacking libfreexl1:amd64 (1.0.6-2) ... - Selecting previously unselected package libfreexl-dev:amd64. - Preparing to unpack .../060-libfreexl-dev_1.0.6-2_amd64.deb ... - Unpacking libfreexl-dev:amd64 (1.0.6-2) ... - Selecting previously unselected package libfyba0:amd64. - Preparing to unpack .../061-libfyba0_4.1.1-8_amd64.deb ... - Unpacking libfyba0:amd64 (4.1.1-8) ... - Selecting previously unselected package libfyba-dev:amd64. - Preparing to unpack .../062-libfyba-dev_4.1.1-8_amd64.deb ... - Unpacking libfyba-dev:amd64 (4.1.1-8) ... - Selecting previously unselected package libgeos3.11.1:amd64. - Preparing to unpack .../063-libgeos3.11.1_3.11.1-1_amd64.deb ... - Unpacking libgeos3.11.1:amd64 (3.11.1-1) ... - Selecting previously unselected package libgeos-c1v5:amd64. - Preparing to unpack .../064-libgeos-c1v5_3.11.1-1_amd64.deb ... - Unpacking libgeos-c1v5:amd64 (3.11.1-1) ... - Selecting previously unselected package proj-data. - Preparing to unpack .../065-proj-data_9.1.1-1_all.deb ... - Unpacking proj-data (9.1.1-1) ... - Selecting previously unselected package libproj25:amd64. - Preparing to unpack .../066-libproj25_9.1.1-1+b1_amd64.deb ... - Unpacking libproj25:amd64 (9.1.1-1+b1) ... - Selecting previously unselected package libgeotiff5:amd64. - Preparing to unpack .../067-libgeotiff5_1.7.1-2+b1_amd64.deb ... - Unpacking libgeotiff5:amd64 (1.7.1-2+b1) ... - Selecting previously unselected package libgif7:amd64. - Preparing to unpack .../068-libgif7_5.2.1-2.5_amd64.deb ... - Unpacking libgif7:amd64 (5.2.1-2.5) ... - Selecting previously unselected package libhdf4-0-alt. - Preparing to unpack .../069-libhdf4-0-alt_4.2.15-5_amd64.deb ... - Unpacking libhdf4-0-alt (4.2.15-5) ... - Selecting previously unselected package libjson-c5:amd64. - Preparing to unpack .../070-libjson-c5_0.16-2_amd64.deb ... - Unpacking libjson-c5:amd64 (0.16-2) ... - Selecting previously unselected package libminizip1:amd64. - Preparing to unpack .../071-libminizip1_1.1-8+deb12u1_amd64.deb ... - Unpacking libminizip1:amd64 (1.1-8+deb12u1) ... - Selecting previously unselected package liburiparser1:amd64. - Preparing to unpack .../072-liburiparser1_0.9.7+dfsg-2_amd64.deb ... - Unpacking liburiparser1:amd64 (0.9.7+dfsg-2) ... - Selecting previously unselected package libkmlbase1:amd64. - Preparing to unpack .../073-libkmlbase1_1.3.0-10_amd64.deb ... - Unpacking libkmlbase1:amd64 (1.3.0-10) ... - Selecting previously unselected package libkmldom1:amd64. - Preparing to unpack .../074-libkmldom1_1.3.0-10_amd64.deb ... - Unpacking libkmldom1:amd64 (1.3.0-10) ... - Selecting previously unselected package libkmlengine1:amd64. - Preparing to unpack .../075-libkmlengine1_1.3.0-10_amd64.deb ... - Unpacking libkmlengine1:amd64 (1.3.0-10) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Selecting previously unselected package libnetcdf19:amd64. - Preparing to unpack .../077-libnetcdf19_1%3a4.9.0-3+b1_amd64.deb ... - Unpacking libnetcdf19:amd64 (1:4.9.0-3+b1) ... - Selecting previously unselected package libltdl7:amd64. - Preparing to unpack .../078-libltdl7_2.4.7-7~deb12u1_amd64.deb ... - Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ... - Selecting previously unselected package libodbc2:amd64. - Preparing to unpack .../079-libodbc2_2.3.11-2+deb12u1_amd64.deb ... - Unpacking libodbc2:amd64 (2.3.11-2+deb12u1) ... - Selecting previously unselected package unixodbc-common. - Preparing to unpack .../080-unixodbc-common_2.3.11-2+deb12u1_all.deb ... - Unpacking unixodbc-common (2.3.11-2+deb12u1) ... - Selecting previously unselected package libodbcinst2:amd64. - Preparing to unpack .../081-libodbcinst2_2.3.11-2+deb12u1_amd64.deb ... - Unpacking libodbcinst2:amd64 (2.3.11-2+deb12u1) ... - Selecting previously unselected package libogdi4.1. - Preparing to unpack .../082-libogdi4.1_4.1.0+ds-6_amd64.deb ... - Unpacking libogdi4.1 (4.1.0+ds-6) ... - Selecting previously unselected package libopenjp2-7:amd64. - Preparing to unpack .../083-libopenjp2-7_2.5.0-2_amd64.deb ... - Unpacking libopenjp2-7:amd64 (2.5.0-2) ... - Selecting previously unselected package liblcms2-2:amd64. - Preparing to unpack .../084-liblcms2-2_2.14-2_amd64.deb ... - Unpacking liblcms2-2:amd64 (2.14-2) ... - Selecting previously unselected package libnspr4:amd64. - Preparing to unpack .../085-libnspr4_2%3a4.35-1_amd64.deb ... - Unpacking libnspr4:amd64 (2:4.35-1) ... - Selecting previously unselected package libnss3:amd64. - Preparing to unpack .../086-libnss3_2%3a3.87.1-1_amd64.deb ... - Unpacking libnss3:amd64 (2:3.87.1-1) ... - Selecting previously unselected package libpoppler126:amd64. - Preparing to unpack .../087-libpoppler126_22.12.0-2+b1_amd64.deb ... - Unpacking libpoppler126:amd64 (22.12.0-2+b1) ... - Selecting previously unselected package libpq5:amd64. - Preparing to unpack .../088-libpq5_15.8-0+deb12u1_amd64.deb ... - Unpacking libpq5:amd64 (15.8-0+deb12u1) ... - Selecting previously unselected package libqhull-r8.0:amd64. - Preparing to unpack .../089-libqhull-r8.0_2020.2-5_amd64.deb ... - Unpacking libqhull-r8.0:amd64 (2020.2-5) ... - Selecting previously unselected package librttopo1:amd64. - Preparing to unpack .../090-librttopo1_1.1.0-3_amd64.deb ... - Unpacking librttopo1:amd64 (1.1.0-3) ... - Selecting previously unselected package libspatialite7:amd64. - Preparing to unpack .../091-libspatialite7_5.0.1-3_amd64.deb ... - Unpacking libspatialite7:amd64 (5.0.1-3) ... - Selecting previously unselected package libxerces-c3.2:amd64. - Preparing to unpack .../092-libxerces-c3.2_3.2.4+debian-1_amd64.deb ... - Unpacking libxerces-c3.2:amd64 (3.2.4+debian-1) ... - Selecting previously unselected package libgdal32. - Preparing to unpack .../093-libgdal32_3.6.2+dfsg-1+b2_amd64.deb ... - Unpacking libgdal32 (3.6.2+dfsg-1+b2) ... - Selecting previously unselected package libgeos-dev. - Preparing to unpack .../094-libgeos-dev_3.11.1-1_amd64.deb ... - Unpacking libgeos-dev (3.11.1-1) ... - Selecting previously unselected package libsqlite3-dev:amd64. - Preparing to unpack .../095-libsqlite3-dev_3.40.1-2_amd64.deb ... - Unpacking libsqlite3-dev:amd64 (3.40.1-2) ... - Selecting previously unselected package libjbig-dev:amd64. - Preparing to unpack .../096-libjbig-dev_2.1-6.1_amd64.deb ... - Unpacking libjbig-dev:amd64 (2.1-6.1) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../097-liblzma-dev_5.4.1-0.2_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.4.1-0.2) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../098-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ... - Selecting previously unselected package libwebpmux3:amd64. - Preparing to unpack .../099-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ... - Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libwebpdemux2:amd64. - Preparing to unpack .../100-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ... - Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libwebp-dev:amd64. - Preparing to unpack .../101-libwebp-dev_1.2.4-0.2+deb12u1_amd64.deb ... - Unpacking libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libtiffxx6:amd64. - Preparing to unpack .../102-libtiffxx6_4.5.0-6+deb12u1_amd64.deb ... - Unpacking libtiffxx6:amd64 (4.5.0-6+deb12u1) ... - Selecting previously unselected package liblerc-dev:amd64. - Preparing to unpack .../103-liblerc-dev_4.0.0+ds-2_amd64.deb ... - Unpacking liblerc-dev:amd64 (4.0.0+ds-2) ... - Selecting previously unselected package libtiff-dev:amd64. - Preparing to unpack .../104-libtiff-dev_4.5.0-6+deb12u1_amd64.deb ... - Unpacking libtiff-dev:amd64 (4.5.0-6+deb12u1) ... - Selecting previously unselected package libproj-dev:amd64. - Preparing to unpack .../105-libproj-dev_9.1.1-1+b1_amd64.deb ... - Unpacking libproj-dev:amd64 (9.1.1-1+b1) ... - Selecting previously unselected package libgeotiff-dev:amd64. - Preparing to unpack .../106-libgeotiff-dev_1.7.1-2+b1_amd64.deb ... - Unpacking libgeotiff-dev:amd64 (1.7.1-2+b1) ... - Selecting previously unselected package libgif-dev:amd64. - Preparing to unpack .../107-libgif-dev_5.2.1-2.5_amd64.deb ... - Unpacking libgif-dev:amd64 (5.2.1-2.5) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../108-libicu-dev_72.1-3_amd64.deb ... - Unpacking libicu-dev:amd64 (72.1-3) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../109-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Selecting previously unselected package libnetcdf-dev. - Preparing to unpack .../110-libnetcdf-dev_1%3a4.9.0-3+b1_amd64.deb ... - Unpacking libnetcdf-dev (1:4.9.0-3+b1) ... - Selecting previously unselected package libhdf4-alt-dev. - Preparing to unpack .../111-libhdf4-alt-dev_4.2.15-5_amd64.deb ... - Unpacking libhdf4-alt-dev (4.2.15-5) ... - Selecting previously unselected package libx265-dev:amd64. - Preparing to unpack .../112-libx265-dev_3.5-2+b1_amd64.deb ... - Unpacking libx265-dev:amd64 (3.5-2+b1) ... - Selecting previously unselected package libheif-dev:amd64. - Preparing to unpack .../113-libheif-dev_1.15.1-1_amd64.deb ... - Unpacking libheif-dev:amd64 (1.15.1-1) ... - Selecting previously unselected package libjson-c-dev:amd64. - Preparing to unpack .../114-libjson-c-dev_0.16-2_amd64.deb ... - Unpacking libjson-c-dev:amd64 (0.16-2) ... - Selecting previously unselected package libkmlconvenience1:amd64. - Preparing to unpack .../115-libkmlconvenience1_1.3.0-10_amd64.deb ... - Unpacking libkmlconvenience1:amd64 (1.3.0-10) ... - Selecting previously unselected package libkmlregionator1:amd64. - Preparing to unpack .../116-libkmlregionator1_1.3.0-10_amd64.deb ... - Unpacking libkmlregionator1:amd64 (1.3.0-10) ... - Selecting previously unselected package libkmlxsd1:amd64. - Preparing to unpack .../117-libkmlxsd1_1.3.0-10_amd64.deb ... - Unpacking libkmlxsd1:amd64 (1.3.0-10) ... - Selecting previously unselected package libminizip-dev:amd64. - Preparing to unpack .../118-libminizip-dev_1.1-8+deb12u1_amd64.deb ... - Unpacking libminizip-dev:amd64 (1.1-8+deb12u1) ... - Selecting previously unselected package liburiparser-dev. - Preparing to unpack .../119-liburiparser-dev_0.9.7+dfsg-2_amd64.deb ... - Unpacking liburiparser-dev (0.9.7+dfsg-2) ... - Selecting previously unselected package libkml-dev:amd64. - Preparing to unpack .../120-libkml-dev_1.3.0-10_amd64.deb ... - Unpacking libkml-dev:amd64 (1.3.0-10) ... - Selecting previously unselected package libltdl-dev:amd64. - Preparing to unpack .../121-libltdl-dev_2.4.7-7~deb12u1_amd64.deb ... - Unpacking libltdl-dev:amd64 (2.4.7-7~deb12u1) ... - Selecting previously unselected package liblz4-dev:amd64. - Preparing to unpack .../122-liblz4-dev_1.9.4-1_amd64.deb ... - Unpacking liblz4-dev:amd64 (1.9.4-1) ... - Selecting previously unselected package libogdi-dev. - Preparing to unpack .../123-libogdi-dev_4.1.0+ds-6_amd64.deb ... - Unpacking libogdi-dev (4.1.0+ds-6) ... - Selecting previously unselected package libopenjp2-7-dev:amd64. - Preparing to unpack .../124-libopenjp2-7-dev_2.5.0-2_amd64.deb ... - Unpacking libopenjp2-7-dev:amd64 (2.5.0-2) ... - Selecting previously unselected package libpcre2-16-0:amd64. - Preparing to unpack .../125-libpcre2-16-0_10.42-1_amd64.deb ... - Unpacking libpcre2-16-0:amd64 (10.42-1) ... - Selecting previously unselected package libpcre2-32-0:amd64. - Preparing to unpack .../126-libpcre2-32-0_10.42-1_amd64.deb ... - Unpacking libpcre2-32-0:amd64 (10.42-1) ... - Selecting previously unselected package libpcre2-posix3:amd64. - Preparing to unpack .../127-libpcre2-posix3_10.42-1_amd64.deb ... - Unpacking libpcre2-posix3:amd64 (10.42-1) ... - Selecting previously unselected package libpcre2-dev:amd64. - Preparing to unpack .../128-libpcre2-dev_10.42-1_amd64.deb ... - Unpacking libpcre2-dev:amd64 (10.42-1) ... - Selecting previously unselected package libpng-dev:amd64. - Preparing to unpack .../129-libpng-dev_1.6.39-2_amd64.deb ... - Unpacking libpng-dev:amd64 (1.6.39-2) ... - Selecting previously unselected package libpoppler-dev:amd64. - Preparing to unpack .../130-libpoppler-dev_22.12.0-2+b1_amd64.deb ... - Unpacking libpoppler-dev:amd64 (22.12.0-2+b1) ... - Selecting previously unselected package libpoppler-private-dev:amd64. - Preparing to unpack .../131-libpoppler-private-dev_22.12.0-2+b1_amd64.deb ... - Unpacking libpoppler-private-dev:amd64 (22.12.0-2+b1) ... - Selecting previously unselected package libpq-dev. - Preparing to unpack .../132-libpq-dev_15.8-0+deb12u1_amd64.deb ... - Unpacking libpq-dev (15.8-0+deb12u1) ... - Selecting previously unselected package libqhull8.0:amd64. - Preparing to unpack .../133-libqhull8.0_2020.2-5_amd64.deb ... - Unpacking libqhull8.0:amd64 (2020.2-5) ... - Selecting previously unselected package libqhullcpp8.0:amd64. - Preparing to unpack .../134-libqhullcpp8.0_2020.2-5_amd64.deb ... - Unpacking libqhullcpp8.0:amd64 (2020.2-5) ... - Selecting previously unselected package libqhull-dev:amd64. - Preparing to unpack .../135-libqhull-dev_2020.2-5_amd64.deb ... - Unpacking libqhull-dev:amd64 (2020.2-5) ... - Selecting previously unselected package librttopo-dev:amd64. - Preparing to unpack .../136-librttopo-dev_1.1.0-3_amd64.deb ... - Unpacking librttopo-dev:amd64 (1.1.0-3) ... - Selecting previously unselected package libspatialite-dev:amd64. - Preparing to unpack .../137-libspatialite-dev_5.0.1-3_amd64.deb ... - Unpacking libspatialite-dev:amd64 (5.0.1-3) ... - Selecting previously unselected package libxerces-c-dev:amd64. - Preparing to unpack .../138-libxerces-c-dev_3.2.4+debian-1_amd64.deb ... - Unpacking libxerces-c-dev:amd64 (3.2.4+debian-1) ... - Selecting previously unselected package libodbccr2:amd64. - Preparing to unpack .../139-libodbccr2_2.3.11-2+deb12u1_amd64.deb ... - Unpacking libodbccr2:amd64 (2.3.11-2+deb12u1) ... - Selecting previously unselected package unixodbc-dev:amd64. - Preparing to unpack .../140-unixodbc-dev_2.3.11-2+deb12u1_amd64.deb ... - Unpacking unixodbc-dev:amd64 (2.3.11-2+deb12u1) ... - Selecting previously unselected package libgdal-dev. - Preparing to unpack .../141-libgdal-dev_3.6.2+dfsg-1+b2_amd64.deb ... - Unpacking libgdal-dev (3.6.2+dfsg-1+b2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../142-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../143-libpng-tools_1.6.39-2_amd64.deb ... - Unpacking libpng-tools (1.6.39-2) ... - Selecting previously unselected package libtool. - Preparing to unpack .../144-libtool_2.4.7-7~deb12u1_all.deb ... - Unpacking libtool (2.4.7-7~deb12u1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../145-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../146-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../147-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Selecting previously unselected package proj-bin. - Preparing to unpack .../148-proj-bin_9.1.1-1+b1_amd64.deb ... - Unpacking proj-bin (9.1.1-1+b1) ... - Setting up liblcms2-2:amd64 (2.14-2) ... - Setting up mysql-common (5.8+1.1.0) ... - update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode - Setting up libboost1.74-dev:amd64 (1.74.0+ds1-21) ... - Setting up libicu72:amd64 (72.1-3) ... - Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ... - Setting up libxerces-c3.2:amd64 (3.2.4+debian-1) ... - Setting up proj-data (9.1.1-1) ... - Setting up hdf5-helpers (1.10.8+repack1-1) ... - Setting up libgeos3.11.1:amd64 (3.11.1-1) ... - Setting up libproj25:amd64 (9.1.1-1+b1) ... - Setting up libpng-tools (1.6.39-2) ... - Setting up libmagic-mgc (1:5.44-3) ... - Setting up libogdi4.1 (4.1.0+ds-6) ... - Setting up libqhull8.0:amd64 (2020.2-5) ... - Setting up libminizip1:amd64 (1.1-8+deb12u1) ... - Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... - Setting up libmagic1:amd64 (1:5.44-3) ... - Setting up libpq5:amd64 (15.8-0+deb12u1) ... - Setting up libjbig-dev:amd64 (2.1-6.1) ... - Setting up proj-bin (9.1.1-1+b1) ... - Setting up m4 (1.4.19-3) ... - Setting up libqhull-r8.0:amd64 (2020.2-5) ... - Setting up file (1:5.44-3) ... - Setting up libcfitsio10:amd64 (4.2.0-3) ... - Setting up libffi-dev:amd64 (3.4.4-1) ... - Setting up libpcre2-16-0:amd64 (10.42-1) ... - Setting up libaec0:amd64 (1.0.6-1+b1) ... - Setting up gdal-data (3.6.2+dfsg-1) ... - Setting up libgeotiff5:amd64 (1.7.1-2+b1) ... - Setting up libsnappy1v5:amd64 (1.1.9-3) ... - Setting up poppler-data (0.4.12-1) ... - Setting up libaom-dev:amd64 (3.6.0-1+deb12u1) ... - Setting up mariadb-common (1:10.11.6-0+deb12u1) ... - update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode - Setting up libminizip-dev:amd64 (1.1-8+deb12u1) ... - Setting up autotools-dev (20220109.1) ... - Setting up libpcre2-32-0:amd64 (10.42-1) ... - Setting up libblas3:amd64 (3.11.0-2) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libexpat1-dev:amd64 (2.5.0-1) ... - Setting up libsqlite3-dev:amd64 (3.40.1-2) ... - Setting up libde265-dev:amd64 (1.0.11-1+deb12u2) ... - Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ... - Setting up libnspr4:amd64 (2:4.35-1) ... - Setting up libcurl4-openssl-dev:amd64 (7.88.1-10+deb12u7) ... - Setting up libdav1d-dev:amd64 (1.0.0-2+deb12u1) ... - Setting up libx265-dev:amd64 (3.5-2+b1) ... - Setting up libssl-dev:amd64 (3.0.14-1~deb12u2) ... - Setting up icu-devtools (72.1-3) ... - Setting up liblz4-dev:amd64 (1.9.4-1) ... - Setting up libgeos-c1v5:amd64 (3.11.1-1) ... - Setting up libmariadb3:amd64 (1:10.11.6-0+deb12u1) ... - Setting up unixodbc-common (2.3.11-2+deb12u1) ... - Setting up libqhullcpp8.0:amd64 (2020.2-5) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up liblerc-dev:amd64 (4.0.0+ds-2) ... - Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ... - Setting up libqhull-dev:amd64 (2020.2-5) ... - Setting up libgfortran5:amd64 (12.2.0-14) ... - Setting up autoconf (2.71-3) ... - Setting up libhdf4-0-alt (4.2.15-5) ... - Setting up liblzma-dev:amd64 (5.4.1-0.2) ... - Setting up libgif7:amd64 (5.2.1-2.5) ... - Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up libodbc2:amd64 (2.3.11-2+deb12u1) ... - Setting up liburiparser1:amd64 (0.9.7+dfsg-2) ... - Setting up libpcre2-posix3:amd64 (10.42-1) ... - Setting up librttopo1:amd64 (1.1.0-3) ... - Setting up libfreexl1:amd64 (1.0.6-2) ... - Setting up libgif-dev:amd64 (5.2.1-2.5) ... - Setting up libfyba0:amd64 (4.1.1-8) ... - Setting up libkmlbase1:amd64 (1.3.0-10) ... - Setting up libblosc1:amd64 (1.21.3+ds-1) ... - Setting up libopenjp2-7:amd64 (2.5.0-2) ... - Setting up libboost-dev:amd64 (1.74.0.3) ... - Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... - Setting up libtiffxx6:amd64 (4.5.0-6+deb12u1) ... - Setting up libdeflate-dev:amd64 (1.14-1) ... - Setting up libjson-c5:amd64 (0.16-2) ... - Setting up libogdi-dev (4.1.0+ds-6) ... - Setting up libicu-dev:amd64 (72.1-3) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Setting up libcfitsio-doc (4.2.0-3) ... - Setting up libblas-dev:amd64 (3.11.0-2) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode - Setting up libsz2:amd64 (1.0.6-1+b1) ... - Setting up libkmlxsd1:amd64 (1.3.0-10) ... - Setting up libodbccr2:amd64 (2.3.11-2+deb12u1) ... - Setting up gdal-plugins (3.6.2+dfsg-1+b2) ... - Setting up libkmldom1:amd64 (1.3.0-10) ... - Setting up automake (1:1.16.5-1.3) ... - update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode - Setting up libspatialite7:amd64 (5.0.1-3) ... - Setting up librttopo-dev:amd64 (1.1.0-3) ... - Setting up libodbcinst2:amd64 (2.3.11-2+deb12u1) ... - Setting up liblapack3:amd64 (3.11.0-2) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode - Setting up libcfitsio-dev:amd64 (4.2.0-3) ... - Setting up libkmlengine1:amd64 (1.3.0-10) ... - Setting up libpcre2-dev:amd64 (10.42-1) ... - Setting up libkmlconvenience1:amd64 (1.3.0-10) ... - Setting up libtool (2.4.7-7~deb12u1) ... - Setting up libblosc-dev:amd64 (1.21.3+ds-1) ... - Setting up libjson-c-dev:amd64 (0.16-2) ... - Setting up libfreexl-dev:amd64 (1.0.6-2) ... - Setting up libfyba-dev:amd64 (4.1.1-8) ... - Setting up libpng-dev:amd64 (1.6.39-2) ... - Setting up libaec-dev:amd64 (1.0.6-1+b1) ... - Setting up libarpack2:amd64 (3.8.0-3) ... - Setting up libjpeg-dev:amd64 (1:2.1.5-2) ... - Setting up libsuperlu5:amd64 (5.3.0+dfsg1-2+b1) ... - Setting up libheif-dev:amd64 (1.15.1-1) ... - Setting up libpq-dev (15.8-0+deb12u1) ... - Setting up libnss3:amd64 (2:3.87.1-1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up liburiparser-dev (0.9.7+dfsg-2) ... - Setting up libltdl-dev:amd64 (2.4.7-7~deb12u1) ... - Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Setting up libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ... - Setting up libtiff-dev:amd64 (4.5.0-6+deb12u1) ... - Setting up libopenjp2-7-dev:amd64 (2.5.0-2) ... - Setting up libxerces-c-dev:amd64 (3.2.4+debian-1) ... - Setting up libkmlregionator1:amd64 (1.3.0-10) ... - Setting up libgeos-dev (3.11.1-1) ... - Setting up liblapack-dev:amd64 (3.11.0-2) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode - Setting up libproj-dev:amd64 (9.1.1-1+b1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Setting up libspatialite-dev:amd64 (5.0.1-3) ... - Setting up libpoppler126:amd64 (22.12.0-2+b1) ... - Setting up libmariadb-dev (1:10.11.6-0+deb12u1) ... - Setting up libhdf5-103-1:amd64 (1.10.8+repack1-1) ... - Setting up libhdf5-cpp-103-1:amd64 (1.10.8+repack1-1) ... - Setting up libsuperlu-dev:amd64 (5.3.0+dfsg1-2+b1) ... - Setting up unixodbc-dev:amd64 (2.3.11-2+deb12u1) ... - Setting up libhdf5-hl-100:amd64 (1.10.8+repack1-1) ... - Setting up libpoppler-dev:amd64 (22.12.0-2+b1) ... - Setting up libkml-dev:amd64 (1.3.0-10) ... - Setting up libmariadb-dev-compat (1:10.11.6-0+deb12u1) ... - Setting up libarpack2-dev:amd64 (3.8.0-3) ... - Setting up libarmadillo11 (1:11.4.2+dfsg-1) ... - Setting up libgeotiff-dev:amd64 (1.7.1-2+b1) ... - Setting up libpoppler-private-dev:amd64 (22.12.0-2+b1) ... - Setting up libhdf5-hl-cpp-100:amd64 (1.10.8+repack1-1) ... - Setting up libhdf5-fortran-102:amd64 (1.10.8+repack1-1) ... - Setting up libnetcdf19:amd64 (1:4.9.0-3+b1) ... - Setting up libhdf5-hl-fortran-100:amd64 (1.10.8+repack1-1) ... - Setting up default-libmysqlclient-dev:amd64 (1.1.0) ... - Setting up libgdal32 (3.6.2+dfsg-1+b2) ... - Setting up libhdf5-dev (1.10.8+repack1-1) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode - Setting up libnetcdf-dev (1:4.9.0-3+b1) ... - Setting up libarmadillo-dev (1:11.4.2+dfsg-1) ... - Setting up libhdf4-alt-dev (4.2.15-5) ... - Setting up libgdal-dev (3.6.2+dfsg-1+b2) ... - Processing triggers for libc-bin (2.36-9+deb12u8) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 3/24: Processing 4/24: Processing 5/24: Processing 6/24: Processing 7/24: [conf-pkg-config: pkg-config] -> retrieved ctypes.0.17.1 (cached) Processing 8/24: [conf-pkg-config: pkg-config] -> retrieved gdal.0.9.0 (cached) Processing 9/24: [conf-pkg-config: pkg-config] -> retrieved integers.0.7.0 (cached) - usage: pkgconf [OPTIONS] [LIBRARIES] - - basic options: - - --help this message - --about print pkgconf version and license to stdout - --version print supported pkg-config version to stdout - --atleast-pkgconfig-version check whether or not pkgconf is compatible - with a specified pkg-config version - --errors-to-stdout print all errors on stdout instead of stderr - --print-errors ensure all errors are printed - --short-errors be less verbose about some errors - --silence-errors explicitly be silent about errors - --list-all list all known packages - --list-package-names list all known package names - --simulate simulate walking the calculated dependency graph - --no-cache do not cache already seen packages when - walking the dependency graph - --log-file=filename write an audit log to a specified file - --with-path=path adds a directory to the search path - --define-prefix override the prefix variable with one that is guessed based on - the location of the .pc file - --dont-define-prefix do not override the prefix variable under any circumstances - --prefix-variable=varname sets the name of the variable that pkgconf considers - to be the package prefix - --relocate=path relocates a path and exits (mostly for testsuite) - --dont-relocate-paths disables path relocation support - - cross-compilation personality support: - - --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename' - --dump-personality dumps details concerning selected personality - - checking specific pkg-config database entries: - - --atleast-version require a specific version of a module - --exact-version require an exact version of a module - --max-version require a maximum version of a module - --exists check whether or not a module exists - --uninstalled check whether or not an uninstalled module will be used - --no-uninstalled never use uninstalled modules when satisfying dependencies - --no-provides do not use 'provides' rules to resolve dependencies - --maximum-traverse-depth maximum allowed depth for dependency graph - --static be more aggressive when computing dependency graph - (for static linking) - --shared use a simplified dependency graph (usually default) - --pure optimize a static dependency graph as if it were a normal - dependency graph - --env-only look only for package entries in PKG_CONFIG_PATH - --ignore-conflicts ignore 'conflicts' rules in modules - --validate validate specific .pc files for correctness - - querying specific pkg-config database fields: - - --define-variable=varname=value define variable 'varname' as 'value' - --variable=varname print specified variable entry to stdout - --cflags print required CFLAGS to stdout - --cflags-only-I print required include-dir CFLAGS to stdout - --cflags-only-other print required non-include-dir CFLAGS to stdout - --libs print required linker flags to stdout - --libs-only-L print required LDPATH linker flags to stdout - --libs-only-l print required LIBNAME linker flags to stdout - --libs-only-other print required other linker flags to stdout - --print-requires print required dependency frameworks to stdout - --print-requires-private print required dependency frameworks for static - linking to stdout - --print-provides print provided dependencies to stdout - --print-variables print all known variables in module to stdout - --digraph print entire dependency graph in graphviz 'dot' format - --keep-system-cflags keep -I/usr/include entries in cflags output - --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output - --path show the exact filenames for any matching .pc files - --modversion print the specified module's version to stdout - --internal-cflags do not filter 'internal' cflags from output - - filtering output: - - --msvc-syntax print translatable fragments in MSVC syntax - --fragment-filter=types filter output fragments to the specified types - - report bugs to <https://github.com/pkgconf/pkgconf/issues/new>. -> compiled conf-pkg-config.3 Processing 9/24: -> installed conf-pkg-config.3 Processing 10/24: Processing 11/24: [conf-libffi: pkg-config libffi] -> retrieved ocamlbuild.0.15.0 (cached) Processing 12/24: [conf-libffi: pkg-config libffi] [ocamlbuild: make configure.make] -> retrieved stdlib-shims.0.3.0 (cached) Processing 13/24: [conf-libffi: pkg-config libffi] [ocamlbuild: make configure.make] [stdlib-shims: dune build] -> compiled conf-libffi.2.0.0 Processing 13/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build] -> installed conf-libffi.2.0.0 Processing 14/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build] Processing 15/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build] -> installed ctypes-foreign.0.18.0 Processing 16/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX="; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.14/man"; \ - echo ;\ - echo "EXT_OBJ=.o"; \ - echo "EXT_ASM=.s"; \ - echo "EXT_LIB=.a"; \ - echo "EXT_DLL=.so"; \ - echo "EXE="; \ - echo ;\ - echo "OCAML_NATIVE=true"; \ - echo "OCAML_NATIVE_TOOLS=true"; \ - echo "NATDYNLINK=true"; \ - echo "SUPPORT_SHARED_LIBRARIES=true"; \ - echo ;\ - echo "PREFIX=/home/opam/.opam/4.14"; \ - echo "BINDIR=/home/opam/.opam/4.14/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.14/lib"; \ - echo "MANDIR=/home/opam/.opam/4.14/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = {|/home/opam/.opam/4.14/bin|}'; \ - echo 'let libdir = {|/home/opam/.opam/4.14/lib|}'; \ - echo 'let ocaml_libdir = {|/home/opam/.opam/4.14/lib/ocaml|}'; \ - echo 'let libdir_abs = {|/home/opam/.opam/4.14/lib|}'; \ - echo 'let ocaml_native = true'; \ - echo 'let ocaml_native_tools = true'; \ - echo 'let supports_shared_libraries = true';\ - echo 'let a = "a"'; \ - echo 'let o = "o"'; \ - echo 'let so = "so"'; \ - echo 'let ext_dll = ".so"'; \ - echo 'let exe = ""'; \ - echo 'let version = "0.15.0"'; \ - ) > src/ocamlbuild_config.ml Processing 16/24: [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] -> compiled stdlib-shims.0.3.0 Processing 16/24: [ocamlbuild: make check-if-preinstalled] -> installed stdlib-shims.0.3.0 Processing 17/24: [ocamlbuild: make check-if-preinstalled] Processing 18/24: [integers: dune build] [ocamlbuild: make check-if-preinstalled] -> compiled integers.0.7.0 Processing 18/24: [ocamlbuild: make check-if-preinstalled] -> installed integers.0.7.0 Processing 19/24: [ocamlbuild: make check-if-preinstalled] Processing 20/24: [ctypes: make libffi.config] [ocamlbuild: make check-if-preinstalled] - ./src/discover/determine_as_needed_flags.sh >> asneeded.config - ocamlfind ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover - File "src/discover/commands.ml", line 62, characters 20-33: - 62 | let stdout = file_contents stdout_filename in - ^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label filename was omitted in the application of this function. - File "src/discover/commands.ml", line 63, characters 20-33: - 63 | let stderr = file_contents stderr_filename in - ^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label filename was omitted in the application of this function. - ./discover -ocamlc "ocamlfind ocamlc" > libffi.config || (rm libffi.config && false) - testing for brew: .............................. unavailable - testing for MacPorts: .......................... unavailable - testing for pkg-config: ........................ available - testing for libffi: ............................ available - make: 'libffi.config' is up to date. Processing 20/24: [ctypes: make ctypes-base] [ocamlbuild: make check-if-preinstalled] - if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.14/lib/ocaml/ocamlbuild";\ - >&2 echo "Installation aborted; if you want to bypass this"\ - "safety check, pass CHECK_IF_PREINSTALLED=false to make";\ - exit 2;\ - fi - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamllex.opt src/glob_lexer.mll - 55 states, 419 transitions, table size 2006 bytes - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamllex.opt src/lexers.mll - 235 states, 1033 transitions, table size 5542 bytes - 4238 additional bytes used for bindings - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo - mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi - mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo - ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx - ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx - ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte - ./man/options_man.byte > man/ocamlbuild.options.1 - cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 - /usr/bin/make ocamlbuild.install - make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - rm -f ocamlbuild.install - touch ocamlbuild.install - /usr/bin/make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo 'bin: [' >> ocamlbuild.install - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo 'lib: [' >> ocamlbuild.install - /usr/bin/make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install - echo ' "META"' >> ocamlbuild.install - for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo 'man: [' >> ocamlbuild.install - echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo 'doc: [' >> ocamlbuild.install - echo ' "LICENSE"' >> ocamlbuild.install - echo ' "Changes"' >> ocamlbuild.install - echo ' "Readme.md"' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' -> compiled ocamlbuild.0.15.0 Processing 20/24: [ctypes: make ctypes-base] -> installed ocamlbuild.0.15.0 Processing 21/24: [ctypes: make ctypes-base] + /usr/bin/make "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1) - ocamlfind ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure - ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false) - ocamlfind ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure - ./gen_libffi_abi > src/ctypes-foreign-base/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign-base/libffi_abi.ml && cat gen_c_primitives.log || false) - cp src/ctypes-foreign-base/dl.ml.unix src/ctypes-foreign-base/dl.ml - cp src/ctypes-foreign-base/dl_stubs.c.unix src/ctypes-foreign-base/dl_stubs.c - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes src/ctypes/ctypes_ptr.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_roots_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/lDouble.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes src/ctypes/lDouble.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_bigarray_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/complexL.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes src/ctypes/complexL.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_primitive_types.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes src/ctypes/ctypes_primitive_types.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes src/ctypes/ctypes_primitives.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_value_printing_stubs.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_memory_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_bigarray.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes src/ctypes/ctypes_bigarray.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_static.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes src/ctypes/ctypes_static.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_std_view_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_structs.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes src/ctypes/ctypes_structs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_structs_computed.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes src/ctypes/ctypes_structs_computed.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_type_printing.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes src/ctypes/ctypes_type_printing.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes src/ctypes/ctypes_memory.ml - File "src/ctypes/ctypes_memory.ml", line 207, characters 30-40: - 207 | let CPointer dst as r = allocate_n reftyp alength in - ^^^^^^^^^^ - Warning 6 [labels-omitted]: label count was omitted in the application of this function. - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_coerce.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes src/ctypes/ctypes_coerce.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes src/ctypes/ctypes_std_views.ml - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes src/ctypes/ctypes_value_printing.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_types.mli - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/ctypes.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes src/ctypes/ctypes.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/cstubs_internals.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes src/ctypes/cstubs_internals.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes src/ctypes/posixTypes.mli - ocamlfind ocamlc -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes src/ctypes/posixTypes.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -cclib -lctypes_stubs -dllib -lctypes_stubs -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray -package integers -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/complex_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/ctypes_bigarrays.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/ctypes_roots.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c - In file included from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c:12: - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c: In function 'ctypes_ldouble_of_string': - /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c:395:15: note: in expansion of macro 'String_val' - 395 | char *str = String_val(v); - | ^~~~~~~~~~ - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/managed_buffer_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/posix_types_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c - In file included from /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:31, - from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:10: - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_string_of_array': - /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:42:10: note: in expansion of macro 'String_val' - 42 | memcpy(String_val(dst), CTYPES_ADDR_OF_FATPTR(p), len); - | ^~~~~~~~~~ - In file included from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:8: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_cstring_of_string': - /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c:55:14: note: in expansion of macro 'String_val' - 55 | char *ss = String_val(s); - | ^~~~~~~~~~ - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c - In file included from /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:31, - from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:18: - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c: In function 'ctypes_string_of_prim': - /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:182:10: note: in expansion of macro 'String_val' - 182 | memcpy(String_val(s), buf, len); - | ^~~~~~~~~~ - In file included from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c:15: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - ocamlfind ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_ptr.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_roots_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/lDouble.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_bigarray_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/complexL.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_primitive_types.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_primitives.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_value_printing_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_memory_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_bigarray.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_static.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_std_view_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_structs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_structs_computed.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_type_printing.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_memory.ml - File "src/ctypes/ctypes_memory.ml", line 207, characters 30-40: - 207 | let CPointer dst as r = allocate_n reftyp alength in - ^^^^^^^^^^ - Warning 6 [labels-omitted]: label count was omitted in the application of this function. - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_coerce.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_std_views.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes_value_printing.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/ctypes.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/cstubs_internals.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -I _build/src/ctypes src/ctypes/posixTypes.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -cclib -lctypes_stubs -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package bigarray -package integers -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package compiler-libs -package integers -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package compiler-libs -package integers -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package compiler-libs -package integers -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package compiler-libs -package integers -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package compiler-libs -package integers -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_c_language.ml - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_c_language.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package str -package integers -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed Processing 21/24: [ctypes: make ctypes-foreign] + /usr/bin/make "XEN=disable" "ctypes-foreign" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1) - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmi -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.mli - ocamlfind ocamlc -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmo -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.ml - ocamlfind ocamlc -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmo -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmi -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.mli - ocamlfind ocamlc -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmo -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/dl.cmi -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/dl.mli - ocamlfind ocamlc -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-base/dl.cmo -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/dl.ml - File "src/ctypes-foreign-base/dl.ml", line 51, characters 12-20: - 51 | let dlopen ?filename ~flags = - ^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - File "src/ctypes-foreign-base/dl.ml", line 61, characters 11-17: - 61 | let dlsym ?handle ~symbol = - ^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/libffi_abi.cmi -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.mli - ocamlfind ocamlc -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-base/libffi_abi.cmo -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmi -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.mli - ocamlfind ocamlc -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmo -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.ml - ocamlfind ocamlc -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmo -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_foreign_basis.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -cclib -lctypes-foreign-base_stubs -dllib -lctypes-foreign-base_stubs -package integers -o _build/ctypes-foreign-base.cma _build/src/ctypes-foreign-base/ctypes_closure_properties.cmo _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmo _build/src/ctypes-foreign-base/ctypes_weak_ref.cmo _build/src/ctypes-foreign-base/dl.cmo _build/src/ctypes-foreign-base/libffi_abi.cmo _build/src/ctypes-foreign-base/ctypes_ffi.cmo _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmo -cclib -Wl,--no-as-needed -cclib -lffi - cd _build/src/ctypes-foreign-base && ocamlfind ocamlc -c -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c: In function 'ctypes_dlopen': - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c:77:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 77 | char *cfilename = filename == Val_none ? NULL : String_val(Some_val(filename)); - | ^~~~~~~~ - In file included from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c:11: - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c: In function 'ctypes_dlsym': - /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c:93:13: note: in expansion of macro 'String_val' - 93 | char *s = String_val(symbol); - | ^~~~~~~~~~ - cd _build/src/ctypes-foreign-base && ocamlfind ocamlc -c -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_call_stubs.c - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_call_stubs.c: In function 'ctypes_call': - /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_call_stubs.c:386:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 386 | val_refs[arg_idx] = String_val(arg_ptr) + Long_val(arg_offset); - | ^ - cd _build/src/ctypes-foreign-base && ocamlfind ocamlc -c -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_type_stubs.c - ocamlfind ocamlmklib -o _build/ctypes-foreign-base_stubs _build/src/ctypes-foreign-base/dl_stubs.o _build/src/ctypes-foreign-base/ffi_call_stubs.o _build/src/ctypes-foreign-base/ffi_type_stubs.o -ldopt -lffi - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-base/dl.cmx -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/dl.ml - File "src/ctypes-foreign-base/dl.ml", line 51, characters 12-20: - 51 | let dlopen ?filename ~flags = - ^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - File "src/ctypes-foreign-base/dl.ml", line 61, characters 11-17: - 61 | let dlsym ?handle ~symbol = - ^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-base/libffi_abi.cmx -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmx -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -I _build/src/ctypes-foreign-base -I _build/src/ctypes src/ctypes-foreign-base/ctypes_foreign_basis.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -cclib -lctypes-foreign-base_stubs -o _build/ctypes-foreign-base.cmxa _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx -cclib -Wl,--no-as-needed -cclib -lffi - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -package integers -o _build/ctypes-foreign-base.cmxs _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx _build/src/ctypes-foreign-base/dl_stubs.o _build/src/ctypes-foreign-base/ffi_call_stubs.o _build/src/ctypes-foreign-base/ffi_type_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi - ocamlfind ocamlc -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -thread -c -o _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmo -I _build/src/ctypes-foreign-threaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-threaded/foreign.cmi -thread -package threads -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-threaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.mli - ocamlfind ocamlc -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -thread -c -o _build/src/ctypes-foreign-threaded/foreign.cmo -I _build/src/ctypes-foreign-threaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -thread -cclib -lctypes-foreign-threaded_stubs -dllib -lctypes-foreign-threaded_stubs -thread -package threads -o _build/ctypes-foreign-threaded.cma _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmo _build/src/ctypes-foreign-threaded/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi - cd _build/src/ctypes-foreign-threaded && ocamlfind ocamlc -c -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/tests -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-threaded/foreign_threaded_stubs.c - ocamlfind ocamlmklib -o _build/ctypes-foreign-threaded_stubs _build/src/ctypes-foreign-threaded/foreign_threaded_stubs.o -ldopt -lffi - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -thread -thread -package threads -I _build/src/ctypes-foreign-threaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-threaded/foreign.cmx -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -thread -thread -package threads -I _build/src/ctypes-foreign-threaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -thread -thread -package threads -cclib -lctypes-foreign-threaded_stubs -o _build/ctypes-foreign-threaded.cmxa _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign-threaded/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -thread -thread -package threads -o _build/ctypes-foreign-threaded.cmxs _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign-threaded/foreign.cmx _build/src/ctypes-foreign-threaded/foreign_threaded_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi - ocamlfind ocamlc -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmo -I _build/src/ctypes-foreign-unthreaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/ctypes_gc_mutex.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmi -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-unthreaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.mli - ocamlfind ocamlc -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmo -I _build/src/ctypes-foreign-unthreaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -o _build/ctypes-foreign-unthreaded.cma _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmo _build/src/ctypes-foreign-unthreaded/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-unthreaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/ctypes_gc_mutex.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmx -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-foreign-unthreaded -I _build/src/ctypes -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -o _build/ctypes-foreign-unthreaded.cmxa _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx _build/src/ctypes-foreign-unthreaded/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -o _build/ctypes-foreign-unthreaded.cmxs _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx _build/src/ctypes-foreign-unthreaded/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi -> compiled ctypes.0.17.1 Processing 22/24: [ctypes: make install] + /usr/bin/make "install" "XEN=disable" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ctypes.0.17.1) - ocamlfind install ctypes META CHANGES.md - Installed /home/opam/.opam/4.14/lib/ctypes/CHANGES.md - Installed /home/opam/.opam/4.14/lib/ctypes/META - ocamlfind install -add ctypes -optional _build/ctypes.cma _build/dllctypes_stubs.so _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_internals.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_value_printing.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_std_views.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_coerce.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_memory.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_type_printing.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_structs_computed.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_structs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_std_view_stubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_static.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_bigarray.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_memory_stubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_value_printing_stubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitives.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitive_types.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_bigarray_stubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_roots_stubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_ptr.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_type_info_stubs.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_raw_pointer.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitives.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_managed_buffer_stubs.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_ldouble_stubs.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_cstubs_internals.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_complex_stubs.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_complex_compatibility.h - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_internals.h - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_types.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_internals.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_structs.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitive_types.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_static.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_types.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_types.mli - Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.mli - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.mli - Installed /home/opam/.opam/4.14/lib/ctypes/complexL.mli - Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.mli - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.a - Installed /home/opam/.opam/4.14/lib/ctypes/libctypes_stubs.a - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmxs - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmxa - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cma - Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes_stubs.so - Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf - ocamlfind install -add ctypes -optional _build/ctypes-top.cma _build/ctypes-top.cmxa _build/ctypes-top.cmxs _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/install_ctypes_printers.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.mli - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.a - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.cmxs - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.cmxa - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.cma - ocamlfind install -add ctypes -optional _build/ctypes-foreign-base.cma _build/dllctypes-foreign-base_stubs.so _build/ctypes-foreign-base.cmxa _build/ctypes-foreign-base.cmxs _build/libctypes-foreign-base_stubs.a _build/ctypes-foreign-base.a src/ctypes-foreign-base/dl.mli src/ctypes-foreign-base/libffi_abi.mli _build/src/ctypes-foreign-base/dl.cmi _build/src/ctypes-foreign-base/libffi_abi.cmi _build/src/ctypes-foreign-base/dl.cmt _build/src/ctypes-foreign-base/libffi_abi.cmt _build/src/ctypes-foreign-base/dl.cmti _build/src/ctypes-foreign-base/libffi_abi.cmti _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_foreign_basis.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_ffi.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/libffi_abi.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/dl.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_weak_ref.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_ffi_stubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_closure_properties.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/libffi_abi.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/dl.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/libffi_abi.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/dl.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/libffi_abi.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/dl.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/libffi_abi.mli - Installed /home/opam/.opam/4.14/lib/ctypes/dl.mli - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-base.a - Installed /home/opam/.opam/4.14/lib/ctypes/libctypes-foreign-base_stubs.a - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-base.cmxs - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-base.cmxa - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-base.cma - Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes-foreign-base_stubs.so - Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes-foreign-base_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf - ocamlfind install -add ctypes -optional _build/ctypes-foreign-threaded.cma _build/dllctypes-foreign-threaded_stubs.so _build/ctypes-foreign-threaded.cmxa _build/ctypes-foreign-threaded.cmxs _build/libctypes-foreign-threaded_stubs.a _build/ctypes-foreign-threaded.a src/ctypes-foreign-threaded/foreign.mli _build/src/ctypes-foreign-threaded/foreign.cmi _build/src/ctypes-foreign-threaded/foreign.cmt _build/src/ctypes-foreign-threaded/foreign.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.mli - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-threaded.a - Installed /home/opam/.opam/4.14/lib/ctypes/libctypes-foreign-threaded_stubs.a - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-threaded.cmxs - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-threaded.cmxa - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-threaded.cma - Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes-foreign-threaded_stubs.so - Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes-foreign-threaded_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf - ocamlfind install -add ctypes -optional _build/ctypes-foreign-unthreaded.cma _build/ctypes-foreign-unthreaded.cmxa _build/ctypes-foreign-unthreaded.cmxs _build/ctypes-foreign-unthreaded.a src/ctypes-foreign-unthreaded/foreign.mli _build/src/ctypes-foreign-unthreaded/foreign.cmi _build/src/ctypes-foreign-unthreaded/foreign.cmt _build/src/ctypes-foreign-unthreaded/foreign.cmti - ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.14/lib/ctypes/foreign.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.cmti - ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.14/lib/ctypes/foreign.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.cmt - ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.14/lib/ctypes/foreign.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.cmi - ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.14/lib/ctypes/foreign.mli - Installed /home/opam/.opam/4.14/lib/ctypes/foreign.mli - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-unthreaded.a - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-unthreaded.cmxs - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-unthreaded.cmxa - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-foreign-unthreaded.cma - ocamlfind install -add ctypes -optional _build/cstubs.cma _build/cstubs.cmxa _build/cstubs.cmxs _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti /home/opam/.opam/4.14/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_generate_c.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_emit_c.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_c_language.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_generate_ml.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_public_name.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_path.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_errors.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_analysis.cmx - Installed /home/opam/.opam/4.14/lib/ctypes/ocaml_integers.h - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmti - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmt - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmi - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.mli - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.mli - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.mli - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.a - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmxs - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmxa - Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cma -> installed ctypes.0.17.1 Processing 23/24: [gdal: ocaml setup.ml] + /home/opam/.opam/4.14/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/gdal.0.9.0) - File "./setup.ml", line 318, characters 20-36: - 318 | String.compare (String.lowercase s1) (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - 318 | String.compare (String.lowercase s1) (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - 327 | (String.lowercase s1) = (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - 327 | (String.lowercase s1) = (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - 330 | Hashtbl.hash (String.lowercase s) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - 368 | String.lowercase buf - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - 474 | String.lowercase - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 1381, characters 23-41: - 1381 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "./setup.ml", line 1825, characters 16-33: - 1825 | concat dir (String.capitalize base) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - 1831 | concat dir (String.uncapitalize base) - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "setup.ml", line 2916, characters 10-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2922, characters 10-21: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2925, characters 23-34: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2928, characters 20-34: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2931, characters 10-27: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2934, characters 16-28: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 15-27: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 32-42: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 48-61: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2936, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2937, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2938, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3088, characters 4-21: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3107, characters 24-40: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3109, characters 21-33: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3110, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3110, characters 41-53: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3112, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3112, characters 41-54: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3114, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3114, characters 50-62: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3116, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3116, characters 50-63: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3118, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3131, characters 15-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3229, characters 16-34: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "setup.ml", line 5847, characters 11-28: - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "setup.ml", line 6484, characters 33-42: - Warning 6 [labels-omitted]: label what was omitted in the application of this function. - File "setup.ml", line 6485, characters 36-45: - Warning 6 [labels-omitted]: label what was omitted in the application of this function. - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.14/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.14/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.14/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.14/bin/ocamlbuild - Package name: ........................................ gdal - Package version: ..................................... 0.8.0 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.14.2 - standard_library_default: ............................ /home/opam/.opam/4.14/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.14/lib/ocaml - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 - 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.14 - 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 examples: ...................................... true - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ctypes_foreign: .................................. /home/opam/.opam/4.14/lib/ctypes - pkg_bigarray: ........................................ /home/opam/.opam/4.14/lib/ocaml - + /home/opam/.opam/4.14/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/gdal.0.9.0) - File "./setup.ml", line 318, characters 20-36: - 318 | String.compare (String.lowercase s1) (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - 318 | String.compare (String.lowercase s1) (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - 327 | (String.lowercase s1) = (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - 327 | (String.lowercase s1) = (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - 330 | Hashtbl.hash (String.lowercase s) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - 368 | String.lowercase buf - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - 474 | String.lowercase - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 1381, characters 23-41: - 1381 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "./setup.ml", line 1825, characters 16-33: - 1825 | concat dir (String.capitalize base) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - 1831 | concat dir (String.uncapitalize base) - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "setup.ml", line 2916, characters 10-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2922, characters 10-21: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2925, characters 23-34: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2928, characters 20-34: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2931, characters 10-27: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2934, characters 16-28: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 15-27: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 32-42: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 48-61: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2936, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2937, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2938, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3088, characters 4-21: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3107, characters 24-40: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3109, characters 21-33: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3110, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3110, characters 41-53: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3112, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3112, characters 41-54: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3114, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3114, characters 50-62: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3116, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3116, characters 50-63: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3118, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3131, characters 15-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3229, characters 16-34: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "setup.ml", line 5847, characters 11-28: - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "setup.ml", line 6484, characters 33-42: - Warning 6 [labels-omitted]: label what was omitted in the application of this function. - File "setup.ml", line 6485, characters 36-45: - Warning 6 [labels-omitted]: label what was omitted in the application of this function. - W: Cannot find source file matching module 'gdal' in library gdal - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/alg.mli > src/alg.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/band.mli > src/band.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/data_set.mli > src/data_set.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/band.cmi src/band.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/driver.mli > src/driver.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/driver.cmi src/driver.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/geometry.mli > src/geometry.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/layer.mli > src/layer.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/feature.mli > src/feature.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/field.mli > src/field.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/geometry.cmi src/geometry.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/field.cmi src/field.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/spatial_reference.mli > src/spatial_reference.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/feature.cmi src/feature.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/spatial_reference.cmi src/spatial_reference.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/transform.mli > src/transform.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/data_set.cmi src/data_set.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/geo_transform.mli > src/geo_transform.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/geo_transform.cmi src/geo_transform.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/layer.cmi src/layer.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/transform.cmi src/transform.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/alg.cmi src/alg.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/alg.ml > src/alg.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/lib.mli > src/lib.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/t.ml > src/t.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/lib.cmi src/lib.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/t.cmo src/t.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/band.ml > src/band.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/data_set.ml > src/data_set.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/data_source.mli > src/data_source.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/data_source.cmi src/data_source.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/data_source.ml > src/data_source.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/driver.ml > src/driver.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/feature.ml > src/feature.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/field.ml > src/field.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/geometry.ml > src/geometry.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/geo_transform.ml > src/geo_transform.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/layer.ml > src/layer.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/lib.ml > src/lib.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/spatial_reference.ml > src/spatial_reference.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/transform.ml > src/transform.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/vsi.mli > src/vsi.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/vsi.cmi src/vsi.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/vsi.ml > src/vsi.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/warp.mli > src/warp.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/warp.cmi src/warp.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules src/warp.ml > src/warp.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/alg.cmo src/alg.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/alg.cmo src/alg.ml - File "src/alg.ml", line 11, characters 16-28: - 11 | let proximity ?(options = []) ~src:(sc, _) ~test:(tc, _) = - ^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/band.cmo src/band.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/band.cmo src/band.ml - File "src/band.ml", line 219, characters 11-23: - 219 | let copy ?(options = []) ~src:(s, _) ~dst:(d, _) = - ^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/data_set.cmo src/data_set.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/data_set.cmo src/data_set.ml - File "src/data_set.ml", line 152, characters 11-23: - 152 | let copy ?(options = []) ~src ~dst = - ^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/data_source.cmo src/data_source.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/driver.cmo src/driver.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/feature.cmo src/feature.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/field.cmo src/field.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/geometry.cmo src/geometry.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/geo_transform.cmo src/geo_transform.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/layer.cmo src/layer.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/lib.cmo src/lib.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/lib.cmo src/lib.ml - File "src/lib.ml", line 72, characters 19-25: - 72 | let check_version ?caller ~major ~minor = - ^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/spatial_reference.cmo src/spatial_reference.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/transform.cmo src/transform.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/vsi.cmo src/vsi.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -I src -o src/warp.cmo src/warp.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/lib.cmo src/t.cmo src/band.cmo src/driver.cmo src/data_set.cmo src/geometry.cmo src/field.cmo src/feature.cmo src/spatial_reference.cmo src/layer.cmo src/geo_transform.cmo src/transform.cmo src/alg.cmo src/data_source.cmo src/vsi.cmo src/warp.cmo -o src/gdal.cmo - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -I src src/gdal.cmo -o src/gdal.cma - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/lib.cmx src/lib.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/lib.cmx src/lib.ml - File "src/lib.ml", line 72, characters 19-25: - 72 | let check_version ?caller ~major ~minor = - ^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/t.cmx src/t.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/band.cmx src/band.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/band.cmx src/band.ml - File "src/band.ml", line 219, characters 11-23: - 219 | let copy ?(options = []) ~src:(s, _) ~dst:(d, _) = - ^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/driver.cmx src/driver.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/geometry.cmx src/geometry.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/field.cmx src/field.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/feature.cmx src/feature.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/spatial_reference.cmx src/spatial_reference.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/data_set.cmx src/data_set.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/data_set.cmx src/data_set.ml - File "src/data_set.ml", line 152, characters 11-23: - 152 | let copy ?(options = []) ~src ~dst = - ^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/geo_transform.cmx src/geo_transform.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/layer.cmx src/layer.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/transform.cmx src/transform.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/alg.cmx src/alg.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/alg.cmx src/alg.ml - File "src/alg.ml", line 11, characters 16-28: - 11 | let proximity ?(options = []) ~src:(sc, _) ~test:(tc, _) = - ^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/data_source.cmx src/data_source.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/vsi.cmx src/vsi.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package ctypes.foreign -package bigarray -for-pack Gdal -I src -o src/warp.cmx src/warp.ml - + touch src/gdal.mli ; if /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/lib.cmx src/t.cmx src/band.cmx src/driver.cmx src/data_set.cmx src/field.cmx src/geometry.cmx src/feature.cmx src/geo_transform.cmx src/spatial_reference.cmx src/layer.cmx src/transform.cmx src/alg.cmx src/data_source.cmx src/vsi.cmx src/warp.cmx -o src/gdal.cmx ; then rm -f src/gdal.mli ; else rm -f src/gdal.mli ; exit 1; fi - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -I src src/gdal.cmx -o src/gdal.cmxa - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -shared -I src src/gdal.cmxa src/gdal.cmx -o src/gdal.cmxs - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules examples/sanity.ml > examples/sanity.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/sanity.cmo examples/sanity.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/sanity.cmx examples/sanity.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ctypes.foreign -package bigarray -I src -I examples src/gdal.cmxa examples/sanity.cmx -o examples/sanity.native - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules examples/warptut.ml > examples/warptut.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/warptut.cmo examples/warptut.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/warptut.cmx examples/warptut.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ctypes.foreign -package bigarray -I src -I examples src/gdal.cmxa examples/warptut.cmx -o examples/warptut.native - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules examples/warptut1.ml > examples/warptut1.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules examples/warptut1.mli > examples/warptut1.mli.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/warptut1.cmi examples/warptut1.mli - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/warptut1.cmx examples/warptut1.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ctypes.foreign -package bigarray -I src -I examples src/gdal.cmxa examples/warptut1.cmx -o examples/warptut1.native - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules examples/band_iter.ml > examples/band_iter.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/band_iter.cmo examples/band_iter.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/band_iter.cmx examples/band_iter.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ctypes.foreign -package bigarray -I src -I examples src/gdal.cmxa examples/band_iter.cmx -o examples/band_iter.native - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules examples/alg_test.ml > examples/alg_test.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/alg_test.cmo examples/alg_test.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/alg_test.cmx examples/alg_test.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ctypes.foreign -package bigarray -I src -I examples src/gdal.cmxa examples/alg_test.cmx -o examples/alg_test.native - + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ctypes.foreign -package bigarray -modules examples/contour.ml > examples/contour.ml.depends - + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/contour.cmo examples/contour.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package ctypes.foreign -package bigarray -I examples -I src -o examples/contour.cmx examples/contour.ml - + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ctypes.foreign -package bigarray -I src -I examples src/gdal.cmxa examples/contour.cmx -o examples/contour.native - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "myocamlbuild.ml", line 155, characters 10-27: - 155 | Stream.of_channel chn - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 161, characters 10-21: - 161 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 164, characters 23-34: - 164 | match Stream.next st with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 167, characters 20-34: - 167 | with Stream.Failure -> None) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 170, characters 10-27: - 170 | Genlex.make_lexer ["="] st_line - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 173, characters 16-28: - 173 | match Stream.npeek 3 lexer with - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 174, characters 15-27: - 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 174, characters 32-42: - 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 174, characters 48-61: - 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 175, characters 16-27: - 175 | Stream.junk lexer; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 176, characters 16-27: - 176 | Stream.junk lexer; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 177, characters 16-27: - 177 | Stream.junk lexer; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 518, characters 43-62: - 518 | List.map (fun m -> (String.uncapitalize m) ^ ".cmi") - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "myocamlbuild.ml", line 531, characters 51-70: - 531 | List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi") - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. -> compiled gdal.0.9.0 Processing 24/24: [gdal: ocaml setup.ml] + /home/opam/.opam/4.14/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/gdal.0.9.0) - File "./setup.ml", line 318, characters 20-36: - 318 | String.compare (String.lowercase s1) (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - 318 | String.compare (String.lowercase s1) (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - 327 | (String.lowercase s1) = (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - 327 | (String.lowercase s1) = (String.lowercase s2) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - 330 | Hashtbl.hash (String.lowercase s) - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - 368 | String.lowercase buf - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - 474 | String.lowercase - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "./setup.ml", line 1381, characters 23-41: - 1381 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "./setup.ml", line 1825, characters 16-33: - 1825 | concat dir (String.capitalize base) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - 1831 | concat dir (String.uncapitalize base) - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "setup.ml", line 2916, characters 10-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2922, characters 10-21: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2925, characters 23-34: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2928, characters 20-34: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2931, characters 10-27: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2934, characters 16-28: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 15-27: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 32-42: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2935, characters 48-61: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 2936, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2937, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 2938, characters 16-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3088, characters 4-21: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3107, characters 24-40: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3109, characters 21-33: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3110, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3110, characters 41-53: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3112, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3112, characters 41-54: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3114, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3114, characters 50-62: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3116, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3116, characters 50-63: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3118, characters 20-32: - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "setup.ml", line 3131, characters 15-27: - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "setup.ml", line 3229, characters 16-34: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "setup.ml", line 5847, characters 11-28: - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "setup.ml", line 6484, characters 33-42: - Warning 6 [labels-omitted]: label what was omitted in the application of this function. - File "setup.ml", line 6485, characters 36-45: - Warning 6 [labels-omitted]: label what was omitted in the application of this function. - Installed /home/opam/.opam/4.14/lib/gdal/alg.mli - Installed /home/opam/.opam/4.14/lib/gdal/band.mli - Installed /home/opam/.opam/4.14/lib/gdal/data_set.mli - Installed /home/opam/.opam/4.14/lib/gdal/data_source.mli - Installed /home/opam/.opam/4.14/lib/gdal/driver.mli - Installed /home/opam/.opam/4.14/lib/gdal/feature.mli - Installed /home/opam/.opam/4.14/lib/gdal/field.mli - Installed /home/opam/.opam/4.14/lib/gdal/geometry.mli - Installed /home/opam/.opam/4.14/lib/gdal/geo_transform.mli - Installed /home/opam/.opam/4.14/lib/gdal/layer.mli - Installed /home/opam/.opam/4.14/lib/gdal/lib.mli - Installed /home/opam/.opam/4.14/lib/gdal/spatial_reference.mli - Installed /home/opam/.opam/4.14/lib/gdal/transform.mli - Installed /home/opam/.opam/4.14/lib/gdal/vsi.mli - Installed /home/opam/.opam/4.14/lib/gdal/warp.mli - Installed /home/opam/.opam/4.14/lib/gdal/gdal.cmt - Installed /home/opam/.opam/4.14/lib/gdal/gdal.cmi - Installed /home/opam/.opam/4.14/lib/gdal/gdal.cma - Installed /home/opam/.opam/4.14/lib/gdal/gdal.cmxa - Installed /home/opam/.opam/4.14/lib/gdal/gdal.a - Installed /home/opam/.opam/4.14/lib/gdal/gdal.cmxs - Installed /home/opam/.opam/4.14/lib/gdal/warp.cmti - Installed /home/opam/.opam/4.14/lib/gdal/warp.cmt - Installed /home/opam/.opam/4.14/lib/gdal/warp.annot - Installed /home/opam/.opam/4.14/lib/gdal/vsi.cmti - Installed /home/opam/.opam/4.14/lib/gdal/vsi.cmt - Installed /home/opam/.opam/4.14/lib/gdal/vsi.annot - Installed /home/opam/.opam/4.14/lib/gdal/transform.cmti - Installed /home/opam/.opam/4.14/lib/gdal/transform.cmt - Installed /home/opam/.opam/4.14/lib/gdal/transform.annot - Installed /home/opam/.opam/4.14/lib/gdal/spatial_reference.cmti - Installed /home/opam/.opam/4.14/lib/gdal/spatial_reference.cmt - Installed /home/opam/.opam/4.14/lib/gdal/spatial_reference.annot - Installed /home/opam/.opam/4.14/lib/gdal/lib.cmti - Installed /home/opam/.opam/4.14/lib/gdal/lib.cmt - Installed /home/opam/.opam/4.14/lib/gdal/lib.annot - Installed /home/opam/.opam/4.14/lib/gdal/layer.cmti - Installed /home/opam/.opam/4.14/lib/gdal/layer.cmt - Installed /home/opam/.opam/4.14/lib/gdal/layer.annot - Installed /home/opam/.opam/4.14/lib/gdal/geo_transform.cmti - Installed /home/opam/.opam/4.14/lib/gdal/geo_transform.cmt - Installed /home/opam/.opam/4.14/lib/gdal/geo_transform.annot - Installed /home/opam/.opam/4.14/lib/gdal/geometry.cmti - Installed /home/opam/.opam/4.14/lib/gdal/geometry.cmt - Installed /home/opam/.opam/4.14/lib/gdal/geometry.annot - Installed /home/opam/.opam/4.14/lib/gdal/field.cmti - Installed /home/opam/.opam/4.14/lib/gdal/field.cmt - Installed /home/opam/.opam/4.14/lib/gdal/field.annot - Installed /home/opam/.opam/4.14/lib/gdal/feature.cmti - Installed /home/opam/.opam/4.14/lib/gdal/feature.cmt - Installed /home/opam/.opam/4.14/lib/gdal/feature.annot - Installed /home/opam/.opam/4.14/lib/gdal/driver.cmti - Installed /home/opam/.opam/4.14/lib/gdal/driver.cmt - Installed /home/opam/.opam/4.14/lib/gdal/driver.annot - Installed /home/opam/.opam/4.14/lib/gdal/data_source.cmti - Installed /home/opam/.opam/4.14/lib/gdal/data_source.cmt - Installed /home/opam/.opam/4.14/lib/gdal/data_source.annot - Installed /home/opam/.opam/4.14/lib/gdal/data_set.cmti - Installed /home/opam/.opam/4.14/lib/gdal/data_set.cmt - Installed /home/opam/.opam/4.14/lib/gdal/data_set.annot - Installed /home/opam/.opam/4.14/lib/gdal/band.cmti - Installed /home/opam/.opam/4.14/lib/gdal/band.cmt - Installed /home/opam/.opam/4.14/lib/gdal/band.annot - Installed /home/opam/.opam/4.14/lib/gdal/alg.cmti - Installed /home/opam/.opam/4.14/lib/gdal/alg.cmt - Installed /home/opam/.opam/4.14/lib/gdal/alg.annot - Installed /home/opam/.opam/4.14/lib/gdal/gdal.cmx - Installed /home/opam/.opam/4.14/lib/gdal/META -> installed gdal.0.9.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 20:33.59 ---> saved as "461c69748d400446dc73de1ae99ef238edcce390cfd9253ce92777d36dd0a739" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u gdal:749d9602d195241709179510b6e30d14,ctypes-foreign:83890ff33d3e4b746a78bce6b10402f8,ctypes:14ec75767693c7c1b49ae8d19bbcbabd,conf-libffi:99632b2bb55302e1fa3e2a57571063d0")) 2024-09-12 20:34.01 ---> saved as "399e2612b8f9367c292770da7dd41165b932138393905f9ec0e85fc19e1c421e" /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.257100') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libffi/2.0.0,conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0,conf-libffi.2.0.0 prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1,ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd,ctypes.0.17.1 prep/universes/83890ff33d3e4b746a78bce6b10402f8/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8,ctypes-foreign.0.18.0 prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0,gdal.0.9.0-749d9602d195241709179510b6e30d14,gdal.0.9.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libffi/2.0.0,conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0,conf-libffi.2.0.0 prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1,ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd,ctypes.0.17.1 prep/universes/83890ff33d3e4b746a78bce6b10402f8/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8,ctypes-foreign.0.18.0 prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0,gdal.0.9.0-749d9602d195241709179510b6e30d14,gdal.0.9.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libffi/2.0.0,conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0,conf-libffi.2.0.0 prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1,ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd,ctypes.0.17.1 prep/universes/83890ff33d3e4b746a78bce6b10402f8/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8,ctypes-foreign.0.18.0 prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0,gdal.0.9.0-749d9602d195241709179510b6e30d14,gdal.0.9.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.257100 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libffi/2.0.0/opam prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs.ocamlobjinfo prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes-foreign-base.ocamlobjinfo prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes-foreign-threaded.ocamlobjinfo prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes-foreign-unthreaded.ocamlobjinfo prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes-top.ocamlobjinfo prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes.ocamlobjinfo prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/META prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/complexL.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/complexL.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/complexL.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs_internals.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs_inverted.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs_inverted.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs_inverted.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs_structs.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs_structs.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/cstubs_structs.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_primitive_types.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_printers.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_printers.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_printers.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_static.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_structs.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_types.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/ctypes_types.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/dl.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/dl.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/dl.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/foreign.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/foreign.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/foreign.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/lDouble.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/lDouble.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/lDouble.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/libffi_abi.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/libffi_abi.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/libffi_abi.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/posixTypes.cmi prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/posixTypes.cmt prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/lib/ctypes/posixTypes.cmti prep/universes/14ec75767693c7c1b49ae8d19bbcbabd/ctypes/0.17.1/opam prep/universes/83890ff33d3e4b746a78bce6b10402f8/ctypes-foreign/0.18.0/opam prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/ prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/ prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/gdal.ocamlobjinfo prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/META prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/alg.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/alg.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/band.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/band.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/data_set.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/data_set.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/data_source.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/data_source.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/driver.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/driver.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/feature.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/feature.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/field.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/field.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/gdal.cmi prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/gdal.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/geo_transform.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/geo_transform.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/geometry.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/geometry.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/layer.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/layer.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/lib.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/lib.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/spatial_reference.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/spatial_reference.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/transform.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/transform.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/vsi.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/vsi.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/warp.cmt prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/lib/gdal/warp.cmti prep/universes/749d9602d195241709179510b6e30d14/gdal/0.9.0/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. 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:conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0:c28938bf50c9605061161bc856ebe95d54df4bd7db428d1b250e63401df59f64 HASHES:ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd:cfbd5293f741f3baa2e8b729d2fcbab333420d1fbb6d45386631886f2c02c1ba HASHES:ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8:154f99987ad173b254dbb2ead91101c618dfe4dfc96122ae1a593bd79e0d684b HASHES:gdal.0.9.0-749d9602d195241709179510b6e30d14:aa094aa24fb847ba7695c017b299d9c02a489bdd41a0f7e9157e8d203d704e0b 2024-09-12 20:34.03 ---> saved as "cbdf37b94b90638ae37820573f554149638bf54ea05b84cb8a477a08fab580fa" Job succeeded 2024-09-12 20:43.40: gdal.0.9.0-749d9602d195241709179510b6e30d14 -> aa094aa24fb847ba7695c017b299d9c02a489bdd41a0f7e9157e8d203d704e0b 2024-09-12 20:43.40: ctypes-foreign.0.18.0-83890ff33d3e4b746a78bce6b10402f8 -> 154f99987ad173b254dbb2ead91101c618dfe4dfc96122ae1a593bd79e0d684b 2024-09-12 20:43.40: ctypes.0.17.1-14ec75767693c7c1b49ae8d19bbcbabd -> cfbd5293f741f3baa2e8b729d2fcbab333420d1fbb6d45386631886f2c02c1ba 2024-09-12 20:43.40: conf-libffi.2.0.0-99632b2bb55302e1fa3e2a57571063d0 -> c28938bf50c9605061161bc856ebe95d54df4bd7db428d1b250e63401df59f64 2024-09-12 20:43.40: Job succeeded