Build:
- 0
2024-09-12 08:35.51: New job: Voodoo prep gpr.1.3.1; 393c84e6556622fe1acb77cdbdd72339 2024-09-12 08:35.51: Waiting for resource in pool OCluster 2024-09-12 18:27.04: Waiting for worker… 2024-09-12 18:37.51: Got resource from pool OCluster 2024-09-12 18:37.51: Using cache hint "docs-universe-prep-4.09.1" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf) (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.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf) (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 gpr.1.3.1 variantslib.v0.12.0 typerep.v0.12.0 time_now.v0.12.0 stdio.v0.12.0 splittable_random.v0.12.0 spawn.v0.15.1 sexplib0.v0.12.0 sexplib.v0.12.0 seq.base result.1.5 re.1.11.0 ppxlib.0.8.1 ppx_variants_conv.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_stable.v0.12.0 ppx_sexp_value.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_pipebang.v0.12.0 ppx_optional.v0.12.0 ppx_optcomp.v0.12.0 ppx_module_timer.v0.12.0 ppx_let.v0.12.0 ppx_js_style.v0.12.0 ppx_jane.v0.12.0 ppx_inline_test.v0.12.0 ppx_here.v0.12.0 ppx_hash.v0.12.0 ppx_fields_conv.v0.12.0 ppx_fail.v0.12.0 ppx_expect.v0.12.0 ppx_enumerate.v0.12.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.12.1 ppx_compare.v0.12.0 ppx_bin_prot.v0.12.1 ppx_bench.v0.12.0 ppx_base.v0.12.0 ppx_assert.v0.12.0 parsexp.v0.12.0 octavius.1.2.2 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 lacaml.9.3.2 jst-config.v0.12.0 jbuilder.1.0+beta20.2 jane-street-headers.v0.12.0 gsl.1.24.3 fieldslib.v0.12.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 core_kernel.v0.12.3 core.v0.12.4 conf-pkg-config.3 conf-lapack.1 conf-gsl.2 conf-blas.1 bin_prot.v0.12.0 base_quickcheck.v0.12.1 base_bigstring.v0.12.0 base-bytes.base base.v0.12.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u gpr:393c84e6556622fe1acb77cdbdd72339,lacaml:9b94a061ac7714fbdaf93d80a14f187b")) (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.028120') && (for DATA in prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2,lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b,lacaml.9.3.2 prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1,gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339,gpr.1.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2,lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b,lacaml.9.3.2 prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1,gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339,gpr.1.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2,lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b,lacaml.9.3.2 prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1,gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339,gpr.1.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) ) END-OF-SPEC ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git d564f3d2efdce25d10d3c215507cfa29bef86103 --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.09.1 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 18:37.51: RETRYING: 2024-09-12/083551-voodoo-prep-983315 Number of retries: 0 (retriable error condition) Building on x86-bm-c3.sw.ocaml.org All commits already cached Updating files: 69% (22005/31824) Updating files: 70% (22277/31824) Updating files: 71% (22596/31824) Updating files: 72% (22914/31824) Updating files: 73% (23232/31824) Updating files: 74% (23550/31824) Updating files: 75% (23868/31824) Updating files: 76% (24187/31824) Updating files: 77% (24505/31824) Updating files: 78% (24823/31824) Updating files: 79% (25141/31824) Updating files: 80% (25460/31824) Updating files: 81% (25778/31824) Updating files: 82% (26096/31824) Updating files: 83% (26414/31824) Updating files: 84% (26733/31824) Updating files: 85% (27051/31824) Updating files: 86% (27369/31824) Updating files: 87% (27687/31824) Updating files: 88% (28006/31824) Updating files: 89% (28324/31824) Updating files: 90% (28642/31824) Updating files: 91% (28960/31824) Updating files: 92% (29279/31824) Updating files: 93% (29597/31824) Updating files: 94% (29915/31824) Updating files: 95% (30233/31824) Updating files: 96% (30552/31824) Updating files: 97% (30870/31824) Updating files: 98% (31188/31824) Updating files: 99% (31506/31824) Updating files: 100% (31824/31824) Updating files: 100% (31824/31824), done. HEAD is now at d564f3d2ef Merge pull request #26178 from Leonidas-from-XIV/num-dune-pkg (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf) 2024-09-12 18:31.43 ---> using "b55902cc9743b3a887ce049aabd4cbf0585a5a1bf4deb0fb10f9c26e35e6ab04" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 18:31.43 ---> using "71f9ce1a3b4ccb7b0859b568b1362df07b5ddbd299d2317494d04a1c9a4112fc" 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 (1133 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libpkgconf3 pkgconf pkgconf-bin Suggested packages: m4-doc The following NEW packages will be installed: libpkgconf3 m4 pkg-config pkgconf pkgconf-bin 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 392 kB of archives. After this operation, 969 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 392 kB in 0s (17.9 MB/s) Selecting previously unselected package libpkgconf3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18733 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u8) ... 2024-09-12 18:31.43 ---> using "1c7a3536e029c8b3fc603560183257ff3deebb08e52aec54b8a8509d961358ea" 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.11.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.11.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 logs.0.7.0 -> installed fpath.0.7.3 -> installed bos.0.2.1 -> installed dune.3.16.0 -> installed swhid_core.0.1 -> installed stdlib-shims.0.3.0 -> installed opam-file-format.2.1.6 -> installed re.1.11.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 18:31.43 ---> using "0510d679cbf7167e8bbd80028f1d8c92732a67bc792ee41194fe725ce0268096" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 18:31.43 ---> using "4ebe7e6953506982b1e0dee393e704a24868b9d4e7fd245ada2aa6e159410ad6" from cache 2024-09-12 18:31.43 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.09@sha256:7f5540b4c55cec187b443a7a1fa6da9107f0b232dd3acb68a69301a3beb5afdf) 2024-09-12 18:31.43 ---> using "b55902cc9743b3a887ce049aabd4cbf0585a5a1bf4deb0fb10f9c26e35e6ab04" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 18:31.43 ---> using "71f9ce1a3b4ccb7b0859b568b1362df07b5ddbd299d2317494d04a1c9a4112fc" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 18:31.43 ---> using "a5759316ee19f595ab697cb7d78a1cbf9f3ce20a515b7e17b72c21896cc35221" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 18:31.45 ---> using "9cfd4dc6f550b2da9eddbdae4ef6216cd56b962eb46259e2fa0ec4f9ee3c5f22" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 18:31.45 ---> using "5c63c78fa87359c72b8a0828b0ee237060e0bd1513c3a67a8d403753433fe5c5" 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 18:31.45 ---> using "8e3f892df8ce2c715e40bb64bd920a7ffc154b2fde14ac087e76e8c0f383764c" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.09. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.09 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 18:31.45 ---> using "118de0afb2bea73600dd41277bc21193baf0f41f945d7eee950cd5da0cf44d03" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 18:31.45 ---> using "710127642cf4fca92bfad54deaa2b581aad685d4dc078f8f0f04c4104cb9a515" 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 18:31.45 ---> using "5557a2ce8906034176f9c41043a94950a9030b0d29844fdbe5f2749845f5db4e" 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 gpr.1.3.1 variantslib.v0.12.0 typerep.v0.12.0 time_now.v0.12.0 stdio.v0.12.0 splittable_random.v0.12.0 spawn.v0.15.1 sexplib0.v0.12.0 sexplib.v0.12.0 seq.base result.1.5 re.1.11.0 ppxlib.0.8.1 ppx_variants_conv.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_stable.v0.12.0 ppx_sexp_value.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_pipebang.v0.12.0 ppx_optional.v0.12.0 ppx_optcomp.v0.12.0 ppx_module_timer.v0.12.0 ppx_let.v0.12.0 ppx_js_style.v0.12.0 ppx_jane.v0.12.0 ppx_inline_test.v0.12.0 ppx_here.v0.12.0 ppx_hash.v0.12.0 ppx_fields_conv.v0.12.0 ppx_fail.v0.12.0 ppx_expect.v0.12.0 ppx_enumerate.v0.12.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.12.1 ppx_compare.v0.12.0 ppx_bin_prot.v0.12.1 ppx_bench.v0.12.0 ppx_base.v0.12.0 ppx_assert.v0.12.0 parsexp.v0.12.0 octavius.1.2.2 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 lacaml.9.3.2 jst-config.v0.12.0 jbuilder.1.0+beta20.2 jane-street-headers.v0.12.0 gsl.1.24.3 fieldslib.v0.12.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 core_kernel.v0.12.3 core.v0.12.4 conf-pkg-config.3 conf-lapack.1 conf-gsl.2 conf-blas.1 bin_prot.v0.12.0 base_quickcheck.v0.12.1 base_bigstring.v0.12.0 base-bytes.base base.v0.12.2 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 (746 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 gpr.1.3.1 variantslib.v0.12.0 typerep.v0.12.0 time_now.v0.12.0 stdio.v0.12.0 splittable_random.v0.12.0 spawn.v0.15.1 sexplib0.v0.12.0 sexplib.v0.12.0 seq.base result.1.5 re.1.11.0 ppxlib.0.8.1 ppx_variants_conv.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_stable.v0.12.0 ppx_sexp_value.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_pipebang.v0.12.0 ppx_optional.v0.12.0 ppx_optcomp.v0.12.0 ppx_module_timer.v0.12.0 ppx_let.v0.12.0 ppx_js_style.v0.12.0 ppx_jane.v0.12.0 ppx_inline_test.v0.12.0 ppx_here.v0.12.0 ppx_hash.v0.12.0 ppx_fields_conv.v0.12.0 ppx_fail.v0.12.0 ppx_expect.v0.12.0 ppx_enumerate.v0.12.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.12.1 ppx_compare.v0.12.0 ppx_bin_prot.v0.12.1 ppx_bench.v0.12.0 ppx_base.v0.12.0 ppx_assert.v0.12.0 parsexp.v0.12.0 octavius.1.2.2 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 lacaml.9.3.2 jst-config.v0.12.0 jbuilder.1.0+beta20.2 jane-street-headers.v0.12.0 gsl.1.24.3 fieldslib.v0.12.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 core_kernel.v0.12.3 core.v0.12.4 conf-pkg-config.3 conf-lapack.1 conf-gsl.2 conf-blas.1 bin_prot.v0.12.0 base_quickcheck.v0.12.1 base_bigstring.v0.12.0 base-bytes.base base.v0.12.2" 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: libblas-dev libgsl-dev liblapack-dev pkg-config [NOTE] Package dune is already installed (current version is 3.16.0). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install num 1.5-1 - install conf-pkg-config 3 - install sexplib0 v0.12.0 - install octavius 1.2.2 - install jane-street-headers v0.12.0 - install ppx_derivers 1.2.1 - install spawn v0.15.1 - install ocamlbuild 0.15.0 - install seq base - install ocaml-compiler-libs v0.12.4 - install base-bytes base - install conf-blas 1 - install jbuilder 1.0+beta20.2 - install result 1.5 - install conf-lapack 1 - install csexp 1.5.2 - install conf-gsl 2 - install re 1.11.0 - install ocaml-migrate-parsetree 1.8.0 - install lacaml 9.3.2 - install dune-configurator 3.16.0 - install gsl 1.24.3 - install base v0.12.2 - install variantslib v0.12.0 - install typerep v0.12.0 - install stdio v0.12.0 - install parsexp v0.12.0 - install fieldslib v0.12.0 - install ppxlib 0.8.1 - install sexplib v0.12.0 - install ppx_variants_conv v0.12.0 - install ppx_typerep_conv v0.12.0 - install ppx_stable v0.12.0 - install ppx_sexp_conv v0.12.0 - install ppx_pipebang v0.12.0 - install ppx_optional v0.12.0 - install ppx_optcomp v0.12.0 - install ppx_let v0.12.0 - install ppx_js_style v0.12.0 - install ppx_inline_test v0.12.0 - install ppx_here v0.12.0 - install ppx_fields_conv v0.12.0 - install ppx_enumerate v0.12.0 - install ppx_compare v0.12.0 - install ppx_custom_printf v0.12.1 - install ppx_bench v0.12.0 - install ppx_sexp_value v0.12.0 - install ppx_sexp_message v0.12.0 - install ppx_fail v0.12.0 - install ppx_hash v0.12.0 - install ppx_assert v0.12.0 - install bin_prot v0.12.0 - install ppx_base v0.12.0 - install splittable_random v0.12.0 - install ppx_expect v0.12.0 - install jst-config v0.12.0 - install ppx_bin_prot v0.12.1 - install base_quickcheck v0.12.1 - install time_now v0.12.0 - install ppx_module_timer v0.12.0 - install ppx_jane v0.12.0 - install base_bigstring v0.12.0 - install core_kernel v0.12.3 - install core v0.12.4 - install gpr 1.3.1 ===== 65 to install ===== The following system packages will first need to be installed: libblas-dev libgsl-dev liblapack-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" "libblas-dev" "libgsl-dev" "liblapack-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libblas3: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 .../00-libblas3_3.11.0-2_amd64.deb ... - Unpacking libblas3:amd64 (3.11.0-2) ... - Selecting previously unselected package libblas-dev:amd64. - Preparing to unpack .../01-libblas-dev_3.11.0-2_amd64.deb ... - Unpacking libblas-dev:amd64 (3.11.0-2) ... - Selecting previously unselected package libgfortran5:amd64. - Preparing to unpack .../02-libgfortran5_12.2.0-14_amd64.deb ... - Unpacking libgfortran5:amd64 (12.2.0-14) ... - Selecting previously unselected package libgslcblas0:amd64. - Preparing to unpack .../03-libgslcblas0_2.7.1+dfsg-5_amd64.deb ... - Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ... - Selecting previously unselected package libgsl27:amd64. - Preparing to unpack .../04-libgsl27_2.7.1+dfsg-5_amd64.deb ... - Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ... - Selecting previously unselected package libgsl-dev. - Preparing to unpack .../05-libgsl-dev_2.7.1+dfsg-5_amd64.deb ... - Unpacking libgsl-dev (2.7.1+dfsg-5) ... - Selecting previously unselected package liblapack3:amd64. - Preparing to unpack .../06-liblapack3_3.11.0-2_amd64.deb ... - Unpacking liblapack3:amd64 (3.11.0-2) ... - Selecting previously unselected package liblapack-dev:amd64. - Preparing to unpack .../07-liblapack-dev_3.11.0-2_amd64.deb ... - Unpacking liblapack-dev:amd64 (3.11.0-2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../08-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../09-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../10-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../11-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ... - Setting up libgsl27:amd64 (2.7.1+dfsg-5) ... - 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 pkgconf-bin (1.8.1-1) ... - Setting up libgfortran5:amd64 (12.2.0-14) ... - 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 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 libgsl-dev (2.7.1+dfsg-5) ... - Setting up pkgconf:amd64 (1.8.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 pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u8) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/195: Processing 2/195: Processing 3/195: Processing 4/195: Processing 5/195: -> installed base-bytes.base Processing 6/195: -> retrieved base.v0.12.2 (cached) Processing 7/195: -> retrieved base_bigstring.v0.12.0 (cached) -> retrieved conf-blas.1 (cached) Processing 8/195: Processing 9/195: -> retrieved conf-lapack.1 (cached) Processing 10/195: Processing 11/195: Processing 12/195: Processing 13/195: [conf-blas: sh cc $CFLAGS test.c ${LACAML_LIBS:--lblas}] Processing 14/195: [conf-blas: sh cc $CFLAGS test.c ${LACAML_LIBS:--lblas}] [conf-lapack: sh cc $CFLAGS test.c ${LACAML_LIBS:--llapack}] Processing 15/195: [conf-blas: sh cc $CFLAGS test.c ${LACAML_LIBS:--lblas}] [conf-lapack: sh cc $CFLAGS test.c ${LACAML_LIBS:--llapack}] [conf-pkg-config: pkg-config] -> retrieved base_quickcheck.v0.12.1 (cached) Processing 16/195: [conf-blas: sh cc $CFLAGS test.c ${LACAML_LIBS:--lblas}] [conf-lapack: sh cc $CFLAGS test.c ${LACAML_LIBS:--llapack}] [conf-pkg-config: pkg-config] -> retrieved bin_prot.v0.12.0 (cached) Processing 17/195: [conf-blas: sh cc $CFLAGS test.c ${LACAML_LIBS:--lblas}] [conf-lapack: sh cc $CFLAGS test.c ${LACAML_LIBS:--llapack}] [conf-pkg-config: pkg-config] -> retrieved core.v0.12.4 (cached) Processing 18/195: [conf-blas: sh cc $CFLAGS test.c ${LACAML_LIBS:--lblas}] [conf-lapack: sh cc $CFLAGS test.c ${LACAML_LIBS:--llapack}] [conf-pkg-config: pkg-config] - + cc test.c -lblas -> compiled conf-blas.1 Processing 18/195: [conf-lapack: sh cc $CFLAGS test.c ${LACAML_LIBS:--llapack}] [conf-pkg-config: pkg-config] -> installed conf-blas.1 Processing 19/195: [conf-lapack: sh cc $CFLAGS test.c ${LACAML_LIBS:--llapack}] [conf-pkg-config: pkg-config] - + cc test.c -llapack -> compiled conf-lapack.1 Processing 19/195: [conf-pkg-config: pkg-config] -> installed conf-lapack.1 Processing 20/195: [conf-pkg-config: pkg-config] - usage: pkgconf [OPTIONS] [LIBRARIES] - - basic options: - - --help this message - --about print pkgconf version and license to stdout - --version print supported pkg-config version to stdout - --atleast-pkgconfig-version check whether or not pkgconf is compatible - with a specified pkg-config version - --errors-to-stdout print all errors on stdout instead of stderr - --print-errors ensure all errors are printed - --short-errors be less verbose about some errors - --silence-errors explicitly be silent about errors - --list-all list all known packages - --list-package-names list all known package names - --simulate simulate walking the calculated dependency graph - --no-cache do not cache already seen packages when - walking the dependency graph - --log-file=filename write an audit log to a specified file - --with-path=path adds a directory to the search path - --define-prefix override the prefix variable with one that is guessed based on - the location of the .pc file - --dont-define-prefix do not override the prefix variable under any circumstances - --prefix-variable=varname sets the name of the variable that pkgconf considers - to be the package prefix - --relocate=path relocates a path and exits (mostly for testsuite) - --dont-relocate-paths disables path relocation support - - cross-compilation personality support: - - --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename' - --dump-personality dumps details concerning selected personality - - checking specific pkg-config database entries: - - --atleast-version require a specific version of a module - --exact-version require an exact version of a module - --max-version require a maximum version of a module - --exists check whether or not a module exists - --uninstalled check whether or not an uninstalled module will be used - --no-uninstalled never use uninstalled modules when satisfying dependencies - --no-provides do not use 'provides' rules to resolve dependencies - --maximum-traverse-depth maximum allowed depth for dependency graph - --static be more aggressive when computing dependency graph - (for static linking) - --shared use a simplified dependency graph (usually default) - --pure optimize a static dependency graph as if it were a normal - dependency graph - --env-only look only for package entries in PKG_CONFIG_PATH - --ignore-conflicts ignore 'conflicts' rules in modules - --validate validate specific .pc files for correctness - - querying specific pkg-config database fields: - - --define-variable=varname=value define variable 'varname' as 'value' - --variable=varname print specified variable entry to stdout - --cflags print required CFLAGS to stdout - --cflags-only-I print required include-dir CFLAGS to stdout - --cflags-only-other print required non-include-dir CFLAGS to stdout - --libs print required linker flags to stdout - --libs-only-L print required LDPATH linker flags to stdout - --libs-only-l print required LIBNAME linker flags to stdout - --libs-only-other print required other linker flags to stdout - --print-requires print required dependency frameworks to stdout - --print-requires-private print required dependency frameworks for static - linking to stdout - --print-provides print provided dependencies to stdout - --print-variables print all known variables in module to stdout - --digraph print entire dependency graph in graphviz 'dot' format - --keep-system-cflags keep -I/usr/include entries in cflags output - --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output - --path show the exact filenames for any matching .pc files - --modversion print the specified module's version to stdout - --internal-cflags do not filter 'internal' cflags from output - - filtering output: - - --msvc-syntax print translatable fragments in MSVC syntax - --fragment-filter=types filter output fragments to the specified types - - report bugs to <https://github.com/pkgconf/pkgconf/issues/new>. -> compiled conf-pkg-config.3 Processing 20/195: -> installed conf-pkg-config.3 Processing 21/195: Processing 22/195: [conf-gsl: pkg-config gsl] -> retrieved core_kernel.v0.12.3 (cached) Processing 23/195: [conf-gsl: pkg-config gsl] -> retrieved csexp.1.5.2 (cached) Processing 24/195: [gpr.1.3.1: http] [conf-gsl: pkg-config gsl] Processing 25/195: [gpr.1.3.1: http] [conf-gsl: pkg-config gsl] [csexp: dune build] -> compiled conf-gsl.2 Processing 25/195: [gpr.1.3.1: http] [csexp: dune build] -> installed conf-gsl.2 Processing 26/195: [gpr.1.3.1: http] [csexp: dune build] -> retrieved fieldslib.v0.12.0 (cached) Processing 27/195: [gpr.1.3.1: http] [gsl.1.24.3: http] [csexp: dune build] -> compiled csexp.1.5.2 Processing 27/195: [gpr.1.3.1: http] [gsl.1.24.3: http] -> installed csexp.1.5.2 Processing 28/195: [gpr.1.3.1: http] [gsl.1.24.3: http] Processing 28/195: [gpr.1.3.1: http] Processing 28/195: [gpr.1.3.1: http] [gsl.1.24.3/fixdeps.patch: dl] -> retrieved gsl.1.24.3 (https://github.com/mmottl/gsl-ocaml/releases/download/1.24.3/gsl-1.24.3.tbz) Processing 28/195: [gpr.1.3.1: http] Processing 29/195: [gpr.1.3.1: http] Processing 29/195: -> retrieved jane-street-headers.v0.12.0 (cached) Processing 30/195: Processing 31/195: [jane-street-headers: dune build] -> retrieved gpr.1.3.1 (https://github.com/mmottl/gpr/releases/download/1.3.1/gpr-1.3.1.tbz) Processing 32/195: [jane-street-headers: dune build] -> retrieved jst-config.v0.12.0 (cached) Processing 33/195: [lacaml.9.3.2: http] [jane-street-headers: dune build] -> retrieved dune-configurator.3.16.0 (cached) Processing 34/195: [lacaml.9.3.2: http] [jane-street-headers: dune build] Processing 35/195: [lacaml.9.3.2: http] [dune-configurator: rm] [jane-street-headers: dune build] -> retrieved jbuilder.1.0+beta20.2 (cached) Processing 36/195: [lacaml.9.3.2: http] [dune-configurator: rm] [jane-street-headers: dune build] Processing 37/195: [lacaml.9.3.2: http] [dune-configurator: rm] [jane-street-headers: dune build] [jbuilder: ocaml configure.ml] -> compiled jane-street-headers.v0.12.0 Processing 37/195: [lacaml.9.3.2: http] [dune-configurator: rm] [jbuilder: ocaml configure.ml] -> installed jane-street-headers.v0.12.0 Processing 38/195: [lacaml.9.3.2: http] [dune-configurator: rm] [jbuilder: ocaml configure.ml] Processing 38/195: [dune-configurator: rm] [jbuilder: ocaml configure.ml] -> retrieved num.1.5-1 (cached) Processing 39/195: [dune-configurator: rm] [jbuilder: ocaml configure.ml] [num: patch] applying num-in-findlib-dir.patch Processing 40/195: [dune-configurator: rm] [jbuilder: ocaml configure.ml] [num: patch] -> retrieved ocaml-compiler-libs.v0.12.4 (cached) Processing 41/195: [dune-configurator: rm] [jbuilder: ocaml configure.ml] [num: patch] Processing 42/195: [dune-configurator: rm] [jbuilder: ocaml configure.ml] [num: patch] [ocaml-compiler-libs: dune build] Processing 42/195: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: patch] [ocaml-compiler-libs: dune build] -> retrieved lacaml.9.3.2 (https://github.com/mmottl/lacaml/releases/download/v9.3.2/lacaml-9.3.2.tar.gz) Processing 43/195: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: patch] [ocaml-compiler-libs: dune build] Processing 43/195: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] Processing 43/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] -> retrieved ocamlbuild.0.15.0 (cached) Processing 44/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] Processing 45/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] -> retrieved ocaml-migrate-parsetree.1.8.0 (cached) Processing 46/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] -> retrieved octavius.1.2.2 (cached) Processing 47/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] Processing 48/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [octavius: dune build] -> retrieved parsexp.v0.12.0 (cached) Processing 49/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [octavius: dune build] -> retrieved ppx_assert.v0.12.0 (cached) Processing 50/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [octavius: dune build] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX="; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.09/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.09/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.09/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.09"; \ - echo "BINDIR=/home/opam/.opam/4.09/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.09/lib"; \ - echo "MANDIR=/home/opam/.opam/4.09/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = {|/home/opam/.opam/4.09/bin|}'; \ - echo 'let libdir = {|/home/opam/.opam/4.09/lib|}'; \ - echo 'let ocaml_libdir = {|/home/opam/.opam/4.09/lib/ocaml|}'; \ - echo 'let libdir_abs = {|/home/opam/.opam/4.09/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 50/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_base.v0.12.0 (cached) Processing 51/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_bench.v0.12.0 (cached) Processing 52/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_bin_prot.v0.12.1 (cached) Processing 53/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_compare.v0.12.0 (cached) Processing 54/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_custom_printf.v0.12.1 (cached) Processing 55/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_derivers.1.2.1 (cached) Processing 56/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] Processing 57/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_enumerate.v0.12.0 (cached) Processing 58/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_expect.v0.12.0 (cached) Processing 59/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_fail.v0.12.0 (cached) Processing 60/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_fields_conv.v0.12.0 (cached) Processing 61/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_hash.v0.12.0 (cached) Processing 62/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_here.v0.12.0 (cached) Processing 63/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_inline_test.v0.12.0 (cached) Processing 64/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_jane.v0.12.0 (cached) Processing 65/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_js_style.v0.12.0 (cached) Processing 66/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_let.v0.12.0 (cached) Processing 67/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_module_timer.v0.12.0 (cached) Processing 68/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] -> compiled ppx_derivers.1.2.1 Processing 68/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> installed ppx_derivers.1.2.1 Processing 69/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_optcomp.v0.12.0 (cached) Processing 70/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_optional.v0.12.0 (cached) Processing 71/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_pipebang.v0.12.0 (cached) Processing 72/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_sexp_conv.v0.12.0 (cached) Processing 73/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_sexp_message.v0.12.0 (cached) Processing 74/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_sexp_value.v0.12.0 (cached) Processing 75/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_stable.v0.12.0 (cached) Processing 76/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_typerep_conv.v0.12.0 (cached) Processing 77/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved ppx_variants_conv.v0.12.0 (cached) Processing 78/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) Processing 79/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] Processing 80/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] Processing 81/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [result: dune build] Processing 82/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [result: dune build] -> installed seq.base Processing 83/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [result: dune build] -> retrieved ppxlib.0.8.1 (cached) Processing 84/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [result: dune build] -> retrieved re.1.11.0 (cached) Processing 85/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [result: dune build] Processing 86/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] -> retrieved sexplib.v0.12.0 (cached) Processing 87/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] -> retrieved sexplib0.v0.12.0 (cached) Processing 88/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] Processing 89/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] -> retrieved spawn.v0.15.1 (cached) Processing 90/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] Processing 91/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] -> retrieved splittable_random.v0.12.0 (cached) Processing 92/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] -> retrieved stdio.v0.12.0 (cached) Processing 93/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] -> retrieved time_now.v0.12.0 (cached) -> retrieved typerep.v0.12.0 (cached) -> retrieved variantslib.v0.12.0 (cached) -> compiled ocaml-compiler-libs.v0.12.4 Processing 93/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] -> installed ocaml-compiler-libs.v0.12.4 Processing 94/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] -> compiled result.1.5 Processing 94/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] -> installed result.1.5 Processing 95/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] Processing 96/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I .sexplib0.objs/byte -intf-suffix .ml -no-alias-deps -open Sexplib0 -o .sexplib0.objs/byte/sexplib0__Sexp_conv.cmo -c -impl sexp_conv.ml) - File "sexp_conv.ml", line 108, characters 13-29: - 108 | let id = Obj.extension_id slot in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_id - use Obj.Extension_constructor.id - File "sexp_conv.ml", line 120, characters 13-29: - 120 | let id = Obj.extension_id extension_constructor in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_id - use Obj.Extension_constructor.id - File "sexp_conv.ml", line 143, characters 19-44: - 143 | add ?finalise (Obj.extension_constructor exn) sexp_of_exn - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "sexp_conv.ml", line 146, characters 13-29: - 146 | let id = Obj.extension_id (Obj.extension_constructor exn) in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_id - use Obj.Extension_constructor.id - File "sexp_conv.ml", line 146, characters 31-56: - 146 | let id = Obj.extension_id (Obj.extension_constructor exn) in - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I .sexplib0.objs/byte -I .sexplib0.objs/native -intf-suffix .ml -no-alias-deps -open Sexplib0 -o .sexplib0.objs/native/sexplib0__Sexp_conv.cmx -c -impl sexp_conv.ml) - File "sexp_conv.ml", line 108, characters 13-29: - 108 | let id = Obj.extension_id slot in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_id - use Obj.Extension_constructor.id - File "sexp_conv.ml", line 120, characters 13-29: - 120 | let id = Obj.extension_id extension_constructor in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_id - use Obj.Extension_constructor.id - File "sexp_conv.ml", line 143, characters 19-44: - 143 | add ?finalise (Obj.extension_constructor exn) sexp_of_exn - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "sexp_conv.ml", line 146, characters 13-29: - 146 | let id = Obj.extension_id (Obj.extension_constructor exn) in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_id - use Obj.Extension_constructor.id - File "sexp_conv.ml", line 146, characters 31-56: - 146 | let id = Obj.extension_id (Obj.extension_constructor exn) in - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val -> compiled sexplib0.v0.12.0 Processing 96/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [spawn: dune build] -> installed sexplib0.v0.12.0 Processing 97/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] [spawn: dune build] -> compiled spawn.v0.15.1 Processing 97/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] -> installed spawn.v0.15.1 Processing 98/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: dune build] -> compiled octavius.1.2.2 Processing 98/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] -> installed octavius.1.2.2 Processing 99/195: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] -> compiled dune-configurator.3.16.0 Processing 99/195: [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] -> installed dune-configurator.3.16.0 Processing 100/195: [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] Processing 101/195: [base: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [gsl: patch] applying fixdeps.patch Processing 102/195: [base: dune build] [gsl: patch] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] - /usr/bin/make -C src all - make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/num.1.5-1/src' - ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c - ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c - ocamlmklib -oc nums bng.o nat_stubs.o - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo - cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml . - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - echo 'version = "1.6~dev"' > META.top - cat META.num-top.in >> META.top - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa - make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/num.1.5-1/src' - cp src/num-legacy.install num.install -> compiled num.1.5-1 Processing 102/195: [base: dune build] [gsl: patch] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] -> installed num.1.5-1 Processing 103/195: [base: dune build] [gsl: patch] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] Processing 103/195: [base: dune build] [gsl: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] -> compiled re.1.11.0 Processing 103/195: [base: dune build] [gsl: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] -> installed re.1.11.0 Processing 104/195: [base: dune build] [gsl: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] - '/home/opam/.opam/4.09/bin/ocamllex.opt' -q src/meta_lexer.mll - '/home/opam/.opam/4.09/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt - '/home/opam/.opam/4.09/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt - '/home/opam/.opam/4.09/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt - '/home/opam/.opam/4.09/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt - '/home/opam/.opam/4.09/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt - '/home/opam/.opam/4.09/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt - '/home/opam/.opam/4.09/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt - '/home/opam/.opam/4.09/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml - File "src/stdune/caml/result.ml", line 4, characters 7-17: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/stdune/caml/result.mli", line 6, characters 7-17: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/stdune/pp.ml", line 98, characters 7-18: - Alert deprecated: Stdlib.Format.pp_open_tag - Use Format.pp_open_stag. - File "src/stdune/pp.ml", line 100, characters 7-19: - Alert deprecated: Stdlib.Format.pp_close_tag - Use Format.pp_close_stag. - File "src/stdune/pp.ml", line 103, characters 18-48: - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/stdune/pp.ml", line 105, characters 6-36: - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - File "src/stdune/io.ml", line 1, characters 11-21: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/usexp/usexp.ml", line 209, characters 15-52: - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/usexp/usexp.ml", line 210, characters 2-39: - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - File "src/colors.ml", line 105, characters 18-48: - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/colors.ml", line 107, characters 6-36: - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. Processing 104/195: [base: dune build] [gsl: dune build] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] - if test -d /home/opam/.opam/4.09/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.09/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.09/.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.09/.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.09/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.09/.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.09/.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.09/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.09/.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.09/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.09/.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.09/.opam-switch/build/ocamlbuild.0.15.0' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.09/.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.09/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.09/.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.09/.opam-switch/build/ocamlbuild.0.15.0' - make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlbuild.0.15.0' -> compiled ocamlbuild.0.15.0 Processing 104/195: [base: dune build] [gsl: dune build] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] -> installed ocamlbuild.0.15.0 Processing 105/195: [base: dune build] [gsl: dune build] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] Processing 106/195: [base: dune build] [gsl: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] [ocaml-migrate-parsetree: dune build] -> compiled gsl.1.24.3 Processing 106/195: [base: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] [ocaml-migrate-parsetree: dune build] -> installed gsl.1.24.3 Processing 107/195: [base: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] [ocaml-migrate-parsetree: dune build] -> compiled ocaml-migrate-parsetree.1.8.0 Processing 107/195: [base: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] -> installed ocaml-migrate-parsetree.1.8.0 Processing 108/195: [base: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.09/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/byte/base__Obj_array.cmo -c -impl src/obj_array.ml) - File "src/obj_array.ml", line 179, characters 22-39: - 179 | let truncate t ~len = Caml.Obj.truncate (Caml.Obj.repr (t : t)) len - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Base__.Import.Caml.Obj.truncate - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.09/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/byte/base__Array.cmo -c -impl src/array.ml) - File "src/array.ml", line 413, characters 25-42: - 413 | if len < length t then Caml.Obj.truncate (Caml.Obj.repr t) len; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Base__.Import.Caml.Obj.truncate - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.09/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Obj_array.cmx -c -impl src/obj_array.ml) - File "src/obj_array.ml", line 179, characters 22-39: - 179 | let truncate t ~len = Caml.Obj.truncate (Caml.Obj.repr (t : t)) len - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Base__.Import.Caml.Obj.truncate - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.09/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Array.cmx -c -impl src/array.ml) - File "src/array.ml", line 413, characters 25-42: - 413 | if len < length t then Caml.Obj.truncate (Caml.Obj.repr t) len; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Base__.Import.Caml.Obj.truncate -> compiled base.v0.12.2 Processing 108/195: [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] -> installed base.v0.12.2 Processing 109/195: [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] Processing 110/195: [fieldslib: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] Processing 111/195: [fieldslib: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] [parsexp: dune build] Processing 112/195: [fieldslib: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] Processing 113/195: [fieldslib: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] Processing 114/195: [fieldslib: dune build] [jbuilder: ./boot.exe 39] [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build] - ocamlc src/stdune/caml/.caml.objs/caml__Result.{cmi,cmti} - File "src/stdune/caml/result.mli", line 6, characters 7-17: - 6 | open Pervasives - ^^^^^^^^^^ - 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 - ocamlopt src/stdune/caml/.caml.objs/caml__Result.{cmx,o} - File "src/stdune/caml/result.ml", line 4, characters 7-17: - 4 | open Pervasives - ^^^^^^^^^^ - 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 - ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o} - File "src/stdune/io.ml", line 1, characters 11-21: - 1 | module P = Pervasives - ^^^^^^^^^^ - 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 - ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o} - File "src/stdune/pp.ml", line 98, characters 7-18: - 98 | pp_open_tag ppf (embed_tag ~opening ~closing); - ^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_open_tag - Use Format.pp_open_stag. - File "src/stdune/pp.ml", line 100, characters 7-19: - 100 | pp_close_tag ppf () - ^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_close_tag - Use Format.pp_close_stag. - File "src/stdune/pp.ml", line 103, characters 18-48: - 103 | let funcs = pp_get_formatter_tag_functions ppf () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/stdune/pp.ml", line 105, characters 6-36: - 105 | pp_set_formatter_tag_functions ppf - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - ocamlopt src/usexp/.usexp.objs/usexp.{cmx,o} - File "src/usexp/usexp.ml", line 209, characters 15-52: - 209 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/usexp/usexp.ml", line 210, characters 2-39: - 210 | Format.pp_set_formatter_tag_functions ppf - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - ocamlopt src/.jbuilder.objs/jbuilder__Colors.{cmx,o} - File "src/colors.ml", line 105, characters 18-48: - 105 | let funcs = pp_get_formatter_tag_functions ppf () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/colors.ml", line 107, characters 6-36: - 107 | pp_set_formatter_tag_functions ppf - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. -> compiled jbuilder.1.0+beta20.2 Processing 114/195: [fieldslib: dune build] [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build] -> installed jbuilder.1.0+beta20.2 Processing 115/195: [fieldslib: dune build] [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build] -> compiled fieldslib.v0.12.0 Processing 115/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build] -> installed fieldslib.v0.12.0 Processing 116/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build] -> compiled variantslib.v0.12.0 Processing 116/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] -> installed variantslib.v0.12.0 Processing 117/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [stdio: dune build] [typerep: dune build] -> compiled stdio.v0.12.0 Processing 117/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [typerep: dune build] -> installed stdio.v0.12.0 Processing 118/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [typerep: dune build] Processing 119/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [ppxlib: dune build] [typerep: dune build] - File "./setup.ml", line 1781, characters 22-40: - 1781 | 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 3473, 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 11318, characters 2-44: - Warning 5: this function application is partial, - maybe some arguments are missing. - File "setup.ml", line 11322, characters 2-44: - Warning 5: this function application is partial, - maybe some arguments are missing. - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.09/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.09/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.09/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.09/bin/ocamlbuild - Package name: ........................................ lacaml - Package version: ..................................... 9.3.2 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.09.1 - standard_library_default: ............................ /home/opam/.opam/4.09/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.09/lib/ocaml - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.09 - 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: ......................... - conf_ccopt: .......................................... - conf_cclib: .......................................... - Strict compile-time checks: .......................... true - Build examples: ...................................... true - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - ocamldoc: ............................................ /home/opam/.opam/4.09/bin/ocamldoc - pkg_bigarray: ........................................ /home/opam/.opam/4.09/lib/ocaml - pkg_bytes: ........................................... /home/opam/.opam/4.09/lib/bytes - -> compiled typerep.v0.12.0 Processing 119/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [ppxlib: dune build] -> installed typerep.v0.12.0 Processing 120/195: [lacaml: ocaml setup.ml] [parsexp: dune build] [ppxlib: dune build] -> compiled parsexp.v0.12.0 Processing 120/195: [lacaml: ocaml setup.ml] [ppxlib: dune build] -> installed parsexp.v0.12.0 Processing 121/195: [lacaml: ocaml setup.ml] [ppxlib: dune build] Processing 122/195: [lacaml: ocaml setup.ml] [ppxlib: dune build] [sexplib: dune build] - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.sexplib.objs/byte -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Sexplib -o src/.sexplib.objs/byte/sexplib__Exn_magic.cmo -c -impl src/exn_magic.ml) - File "src/exn_magic.ml", line 2, characters 26-51: - 2 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun _exc -> Sexp.Atom exc_name) - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 12, characters 26-51: - 12 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 26, characters 26-51: - 26 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 41, characters 26-51: - 41 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 57, characters 26-51: - 57 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 74, characters 26-51: - 74 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 94, characters 26-51: - 94 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 115, characters 26-51: - 115 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 137, characters 26-51: - 137 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 160, characters 26-51: - 160 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 184, characters 26-51: - 184 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I src/.sexplib.objs/byte -I src/.sexplib.objs/native -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Sexplib -o src/.sexplib.objs/native/sexplib__Exn_magic.cmx -c -impl src/exn_magic.ml) - File "src/exn_magic.ml", line 2, characters 26-51: - 2 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun _exc -> Sexp.Atom exc_name) - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 12, characters 26-51: - 12 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 26, characters 26-51: - 26 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 41, characters 26-51: - 41 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 57, characters 26-51: - 57 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 74, characters 26-51: - 74 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 94, characters 26-51: - 94 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 115, characters 26-51: - 115 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 137, characters 26-51: - 137 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 160, characters 26-51: - 160 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "src/exn_magic.ml", line 184, characters 26-51: - 184 | Conv.Exn_converter.add (Obj.extension_constructor exc) (fun exc -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Obj.extension_constructor - use Obj.Extension_constructor.of_val -> compiled sexplib.v0.12.0 Processing 122/195: [lacaml: ocaml setup.ml] [ppxlib: dune build] -> installed sexplib.v0.12.0 Processing 123/195: [lacaml: ocaml setup.ml] [ppxlib: dune build] -> compiled ppxlib.0.8.1 Processing 123/195: [lacaml: ocaml setup.ml] -> installed ppxlib.0.8.1 Processing 124/195: [lacaml: ocaml setup.ml] Processing 125/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] Processing 126/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] Processing 127/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] Processing 128/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] Processing 129/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] Processing 130/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] Processing 131/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] Processing 132/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] Processing 133/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] Processing 134/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] Processing 135/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] Processing 136/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] Processing 137/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] Processing 138/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_here: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_here.v0.12.0 Processing 138/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_here.v0.12.0 Processing 139/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] Processing 140/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_optional.v0.12.0 Processing 140/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_optional.v0.12.0 Processing 141/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fail: dune build] [ppx_fields_conv: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_fields_conv.v0.12.0 Processing 141/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_fields_conv.v0.12.0 Processing 142/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_optcomp.v0.12.0 Processing 142/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_optcomp.v0.12.0 Processing 143/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_enumerate.v0.12.0 Processing 143/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_enumerate.v0.12.0 Processing 144/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_let.v0.12.0 Processing 144/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_let.v0.12.0 Processing 145/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_stable.v0.12.0 Processing 145/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_stable.v0.12.0 Processing 146/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_typerep_conv.v0.12.0 Processing 146/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build] -> installed ppx_typerep_conv.v0.12.0 Processing 147/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build] -> compiled ppx_variants_conv.v0.12.0 Processing 147/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] -> installed ppx_variants_conv.v0.12.0 Processing 148/195: [lacaml: ocaml setup.ml] [ppx_compare: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] -> compiled ppx_compare.v0.12.0 Processing 148/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] -> installed ppx_compare.v0.12.0 Processing 149/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] -> compiled ppx_pipebang.v0.12.0 Processing 149/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build] -> installed ppx_pipebang.v0.12.0 Processing 150/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build] -> compiled ppx_js_style.v0.12.0 Processing 150/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_sexp_conv: dune build] -> installed ppx_js_style.v0.12.0 Processing 151/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] [ppx_sexp_conv: dune build] -> compiled ppx_sexp_conv.v0.12.0 Processing 151/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] -> installed ppx_sexp_conv.v0.12.0 Processing 152/195: [lacaml: ocaml setup.ml] [ppx_fail: dune build] [ppx_inline_test: dune build] Processing 153/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] Processing 154/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_inline_test: dune build] Processing 155/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_inline_test: dune build] Processing 156/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_inline_test: dune build] [ppx_sexp_message: dune build] Processing 157/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_inline_test: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] -> compiled ppx_inline_test.v0.12.0 Processing 157/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] -> installed ppx_inline_test.v0.12.0 Processing 158/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] Processing 159/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_fail: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] -> compiled ppx_fail.v0.12.0 Processing 159/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] -> installed ppx_fail.v0.12.0 Processing 160/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] -> compiled ppx_hash.v0.12.0 Processing 160/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] -> installed ppx_hash.v0.12.0 Processing 161/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] Processing 162/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] -> compiled ppx_sexp_value.v0.12.0 Processing 162/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] -> installed ppx_sexp_value.v0.12.0 Processing 163/195: [lacaml: ocaml setup.ml] [ppx_assert: dune build] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] -> compiled ppx_assert.v0.12.0 Processing 163/195: [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] -> installed ppx_assert.v0.12.0 Processing 164/195: [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] Processing 165/195: [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] -> compiled ppx_sexp_message.v0.12.0 Processing 165/195: [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] -> installed ppx_sexp_message.v0.12.0 Processing 166/195: [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] [ppx_custom_printf: dune build] -> compiled ppx_custom_printf.v0.12.1 Processing 166/195: [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] -> installed ppx_custom_printf.v0.12.1 Processing 167/195: [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] Processing 168/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] Processing 169/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_bench: dune build] [ppx_expect: dune build] -> compiled ppx_bench.v0.12.0 Processing 169/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_expect: dune build] -> installed ppx_bench.v0.12.0 Processing 170/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_expect: dune build] Processing 171/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_base: dune build] [ppx_expect: dune build] [splittable_random: dune build] -> compiled ppx_base.v0.12.0 Processing 171/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] [splittable_random: dune build] -> installed ppx_base.v0.12.0 Processing 172/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] [splittable_random: dune build] -> compiled splittable_random.v0.12.0 Processing 172/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] -> installed splittable_random.v0.12.0 Processing 173/195: [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] Processing 174/195: [base_quickcheck: dune build] [bin_prot: dune build] [jst-config: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] -> compiled jst-config.v0.12.0 Processing 174/195: [base_quickcheck: dune build] [bin_prot: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] -> installed jst-config.v0.12.0 Processing 175/195: [base_quickcheck: dune build] [bin_prot: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] Processing 176/195: [base_quickcheck: dune build] [bin_prot: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] [time_now: dune build] -> compiled bin_prot.v0.12.0 Processing 176/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] [time_now: dune build] -> installed bin_prot.v0.12.0 Processing 177/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_expect: dune build] [time_now: dune build] Processing 178/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_expect: dune build] [time_now: dune build] -> compiled time_now.v0.12.0 Processing 178/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_expect: dune build] -> installed time_now.v0.12.0 Processing 179/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_expect: dune build] Processing 180/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_expect: dune build] [ppx_module_timer: dune build] - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I collector/.expect_test_collector.objs/byte -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib0 -I common/.expect_test_common.objs/byte -I config/.expect_test_config.objs/byte -intf-suffix .ml -no-alias-deps -open Expect_test_collector__ -o collector/.expect_test_collector.objs/byte/expect_test_collector.cmo -c -impl collector/expect_test_collector.pp.ml) - File "collector/expect_test_collector.ml", line 61, characters 17-34: - 61 | Caml.flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I evaluator/.ppx_expect_evaluator.objs/byte -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/re -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/variantslib -I collector/.expect_test_collector.objs/byte -I common/.expect_test_common.objs/byte -I config/.expect_test_config.objs/byte -I matcher/.expect_test_matcher.objs/byte -intf-suffix .ml -no-alias-deps -o evaluator/.ppx_expect_evaluator.objs/byte/ppx_expect_evaluator.cmo -c -impl evaluator/ppx_expect_evaluator.pp.ml) - File "evaluator/ppx_expect_evaluator.ml", line 37, characters 12-42: - 37 | Caml.Obj.extension_constructor exn - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Caml.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "evaluator/ppx_expect_evaluator.ml", line 38, characters 15-38: - 38 | |> Caml.Obj.extension_name - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Caml.Obj.extension_name - use Obj.Extension_constructor.name - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I collector/.expect_test_collector.objs/byte -I collector/.expect_test_collector.objs/native -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib0 -I common/.expect_test_common.objs/byte -I common/.expect_test_common.objs/native -I config/.expect_test_config.objs/byte -I config/.expect_test_config.objs/native -intf-suffix .ml -no-alias-deps -open Expect_test_collector__ -o collector/.expect_test_collector.objs/native/expect_test_collector.cmx -c -impl collector/expect_test_collector.pp.ml) - File "collector/expect_test_collector.ml", line 61, characters 17-34: - 61 | Caml.flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I evaluator/.ppx_expect_evaluator.objs/byte -I evaluator/.ppx_expect_evaluator.objs/native -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/re -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/variantslib -I collector/.expect_test_collector.objs/byte -I collector/.expect_test_collector.objs/native -I common/.expect_test_common.objs/byte -I common/.expect_test_common.objs/native -I config/.expect_test_config.objs/byte -I config/.expect_test_config.objs/native -I matcher/.expect_test_matcher.objs/byte -I matcher/.expect_test_matcher.objs/native -intf-suffix .ml -no-alias-deps -o evaluator/.ppx_expect_evaluator.objs/native/ppx_expect_evaluator.cmx -c -impl evaluator/ppx_expect_evaluator.pp.ml) - File "evaluator/ppx_expect_evaluator.ml", line 37, characters 12-42: - 37 | Caml.Obj.extension_constructor exn - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Caml.Obj.extension_constructor - use Obj.Extension_constructor.of_val - File "evaluator/ppx_expect_evaluator.ml", line 38, characters 15-38: - 38 | |> Caml.Obj.extension_name - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Caml.Obj.extension_name - use Obj.Extension_constructor.name -> compiled ppx_expect.v0.12.0 Processing 180/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_module_timer: dune build] -> installed ppx_expect.v0.12.0 Processing 181/195: [base_quickcheck: dune build] [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_module_timer: dune build] -> compiled base_quickcheck.v0.12.1 Processing 181/195: [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_module_timer: dune build] -> installed base_quickcheck.v0.12.1 Processing 182/195: [lacaml: ocaml setup.ml] [ppx_bin_prot: dune build] [ppx_module_timer: dune build] -> compiled ppx_bin_prot.v0.12.1 Processing 182/195: [lacaml: ocaml setup.ml] [ppx_module_timer: dune build] -> installed ppx_bin_prot.v0.12.1 Processing 183/195: [lacaml: ocaml setup.ml] [ppx_module_timer: dune build] -> compiled ppx_module_timer.v0.12.0 Processing 183/195: [lacaml: ocaml setup.ml] -> installed ppx_module_timer.v0.12.0 Processing 184/195: [lacaml: ocaml setup.ml] Processing 185/195: [lacaml: ocaml setup.ml] [ppx_jane: dune build] -> compiled ppx_jane.v0.12.0 Processing 185/195: [lacaml: ocaml setup.ml] -> installed ppx_jane.v0.12.0 Processing 186/195: [lacaml: ocaml setup.ml] Processing 187/195: [base_bigstring: dune build] [lacaml: ocaml setup.ml] -> compiled base_bigstring.v0.12.0 Processing 187/195: [lacaml: ocaml setup.ml] -> installed base_bigstring.v0.12.0 Processing 188/195: [lacaml: ocaml setup.ml] Processing 189/195: [core_kernel: dune build] [lacaml: ocaml setup.ml] - File "./setup.ml", line 1781, characters 22-40: - 1781 | 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 3473, 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 11318, characters 2-44: - Warning 5: this function application is partial, - maybe some arguments are missing. - File "setup.ml", line 11322, characters 2-44: - Warning 5: this function application is partial, - maybe some arguments are missing. - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.09/lib/ocamlbuild /home/opam/.opam/4.09/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.09/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bytes -package bigarray -c src/impl_c.c - + mv impl_c.o src/impl_c.o - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bytes -package bigarray -c src/utils_c.c - + mv utils_c.o src/utils_c.o - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec2_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SD_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec2_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SD_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec2_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_CZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_CZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec4_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec4_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec4_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/vec4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat2_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SD_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat2_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SD_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat2_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_CZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_CZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat4_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat4_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat4_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/mat4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl2_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SD_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl2_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SD_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl2_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_CZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_CZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl4_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl4_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl4_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -ccopt '-o src/impl4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bytes -package bigarray -c src/exp10.c - + mv exp10.o src/exp10.o - + /home/opam/.opam/4.09/bin/ocamlfind ocamlmklib -o src/lacaml_stubs -g -lblas -llapack src/impl_c.o src/utils_c.o src/vec2_S_c.o src/vec2_D_c.o src/vec2_C_c.o src/vec2_Z_c.o src/vec4_S_c.o src/vec4_D_c.o src/vec4_C_c.o src/vec4_Z_c.o src/mat2_S_c.o src/mat2_D_c.o src/mat2_C_c.o src/mat2_Z_c.o src/mat4_S_c.o src/mat4_D_c.o src/mat4_C_c.o src/mat4_Z_c.o src/impl2_S_c.o src/impl2_D_c.o src/impl2_C_c.o src/impl2_Z_c.o src/impl4_S_c.o src/impl4_D_c.o src/impl4_C_c.o src/impl4_Z_c.o src/exp10.o - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml.mli > src/lacaml.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__C.mli > src/lacaml__C.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__common.mli > src/lacaml__common.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__io.mli > src/lacaml__io.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmi src/lacaml__common.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmi src/lacaml__io.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__D.mli > src/lacaml__D.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__S.mli > src/lacaml__S.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__Z.mli > src/lacaml__Z.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__utils.ml > src/lacaml__utils.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmi src/lacaml__C.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmi src/lacaml__D.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmi src/lacaml__S.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmi src/lacaml__Z.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__utils.cmo src/lacaml__utils.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmi src/lacaml.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml.ml > src/lacaml.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmo src/lacaml.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__C.ml > src/lacaml__C.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex32.ml > src/lacaml__complex32.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex_io.mli > src/lacaml__complex_io.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_C.mli > src/lacaml__impl2_C.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex32.cmo src/lacaml__complex32.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_C.mli > src/lacaml__impl4_C.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_C.mli > src/lacaml__mat2_C.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_C.mli > src/lacaml__mat4_C.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_C.mli > src/lacaml__vec2_C.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_C.mli > src/lacaml__vec4_C.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmi src/lacaml__complex_io.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmi src/lacaml__impl2_C.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmi src/lacaml__impl4_C.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmi src/lacaml__mat2_C.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmi src/lacaml__mat4_C.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmi src/lacaml__vec2_C.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmi src/lacaml__vec4_C.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__D.ml > src/lacaml__D.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__float64.ml > src/lacaml__float64.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_D.mli > src/lacaml__impl2_D.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float64.cmo src/lacaml__float64.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_D.mli > src/lacaml__impl4_D.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_D.mli > src/lacaml__mat2_D.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_D.mli > src/lacaml__mat4_D.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__real_io.mli > src/lacaml__real_io.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_D.mli > src/lacaml__vec2_D.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_D.mli > src/lacaml__vec4_D.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmi src/lacaml__impl2_D.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmi src/lacaml__impl4_D.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmi src/lacaml__mat2_D.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmi src/lacaml__mat4_D.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmi src/lacaml__real_io.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmi src/lacaml__vec2_D.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmi src/lacaml__vec4_D.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__S.ml > src/lacaml__S.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__float32.ml > src/lacaml__float32.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_S.mli > src/lacaml__impl2_S.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float32.cmo src/lacaml__float32.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_S.mli > src/lacaml__impl4_S.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_S.mli > src/lacaml__mat2_S.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_S.mli > src/lacaml__mat4_S.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_S.mli > src/lacaml__vec2_S.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_S.mli > src/lacaml__vec4_S.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmi src/lacaml__impl2_S.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmi src/lacaml__impl4_S.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmi src/lacaml__mat2_S.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmi src/lacaml__mat4_S.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmi src/lacaml__vec2_S.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmi src/lacaml__vec4_S.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__Z.ml > src/lacaml__Z.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex64.ml > src/lacaml__complex64.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_Z.mli > src/lacaml__impl2_Z.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex64.cmo src/lacaml__complex64.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_Z.mli > src/lacaml__impl4_Z.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_Z.mli > src/lacaml__mat2_Z.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_Z.mli > src/lacaml__mat4_Z.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_Z.mli > src/lacaml__vec2_Z.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_Z.mli > src/lacaml__vec4_Z.mli.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmi src/lacaml__impl2_Z.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmi src/lacaml__impl4_Z.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmi src/lacaml__mat2_Z.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmi src/lacaml__mat4_Z.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmi src/lacaml__vec2_Z.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmi src/lacaml__vec4_Z.mli - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__common.ml > src/lacaml__common.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__io.ml > src/lacaml__io.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmo src/lacaml__C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmo src/lacaml__D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmo src/lacaml__S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmo src/lacaml__Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmo src/lacaml__common.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmo src/lacaml__io.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex_io.ml > src/lacaml__complex_io.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_C.ml > src/lacaml__impl2_C.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_C.ml > src/lacaml__impl4_C.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_C.ml > src/lacaml__mat2_C.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_C.ml > src/lacaml__mat4_C.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_C.ml > src/lacaml__vec2_C.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_C.ml > src/lacaml__vec4_C.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmo src/lacaml__complex_io.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmo src/lacaml__impl2_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmo src/lacaml__impl4_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmo src/lacaml__mat2_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmo src/lacaml__mat4_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmo src/lacaml__vec2_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmo src/lacaml__vec4_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_S.ml > src/lacaml__vec4_S.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmo src/lacaml__vec4_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_D.ml > src/lacaml__impl2_D.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_D.ml > src/lacaml__impl4_D.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_D.ml > src/lacaml__mat2_D.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_D.ml > src/lacaml__mat4_D.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__real_io.ml > src/lacaml__real_io.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_D.ml > src/lacaml__vec2_D.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_D.ml > src/lacaml__vec4_D.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmo src/lacaml__impl2_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmo src/lacaml__impl4_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmo src/lacaml__mat2_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmo src/lacaml__mat4_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmo src/lacaml__real_io.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmo src/lacaml__vec2_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmo src/lacaml__vec4_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_S.ml > src/lacaml__impl2_S.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_S.ml > src/lacaml__impl4_S.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_S.ml > src/lacaml__mat2_S.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_S.ml > src/lacaml__mat4_S.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_S.ml > src/lacaml__vec2_S.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmo src/lacaml__impl2_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmo src/lacaml__impl4_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmo src/lacaml__mat2_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmo src/lacaml__mat4_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmo src/lacaml__vec2_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_Z.ml > src/lacaml__impl2_Z.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_Z.ml > src/lacaml__impl4_Z.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_Z.ml > src/lacaml__mat2_Z.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_Z.ml > src/lacaml__mat4_Z.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_Z.ml > src/lacaml__vec2_Z.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_Z.ml > src/lacaml__vec4_Z.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmo src/lacaml__impl2_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmo src/lacaml__impl4_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmo src/lacaml__mat2_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmo src/lacaml__mat4_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmo src/lacaml__vec2_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmo src/lacaml__vec4_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -a -dllib -llacaml_stubs -cclib -llacaml_stubs -cclib -lblas -cclib -llapack -I src src/lacaml__common.cmo src/lacaml__complex32.cmo src/lacaml__io.cmo src/lacaml__complex_io.cmo src/lacaml__float32.cmo src/lacaml__utils.cmo src/lacaml__mat4_C.cmo src/lacaml__vec4_C.cmo src/lacaml__vec4_S.cmo src/lacaml__impl4_C.cmo src/lacaml__impl2_C.cmo src/lacaml__mat2_C.cmo src/lacaml__vec2_C.cmo src/lacaml__C.cmo src/lacaml__float64.cmo src/lacaml__mat4_D.cmo src/lacaml__vec4_D.cmo src/lacaml__impl4_D.cmo src/lacaml__impl2_D.cmo src/lacaml__mat2_D.cmo src/lacaml__real_io.cmo src/lacaml__vec2_D.cmo src/lacaml__D.cmo src/lacaml__mat4_S.cmo src/lacaml__impl4_S.cmo src/lacaml__impl2_S.cmo src/lacaml__mat2_S.cmo src/lacaml__vec2_S.cmo src/lacaml__S.cmo src/lacaml__complex64.cmo src/lacaml__mat4_Z.cmo src/lacaml__vec4_Z.cmo src/lacaml__impl4_Z.cmo src/lacaml__impl2_Z.cmo src/lacaml__mat2_Z.cmo src/lacaml__vec2_Z.cmo src/lacaml__Z.cmo src/lacaml.cmo -o src/lacaml.cma - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmx src/lacaml__common.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmx src/lacaml__io.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex32.cmx src/lacaml__complex32.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__utils.cmx src/lacaml__utils.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float32.cmx src/lacaml__float32.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmx src/lacaml__mat4_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmx src/lacaml__vec4_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmx src/lacaml__vec4_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmx src/lacaml__impl4_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmx src/lacaml__complex_io.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmx src/lacaml__impl2_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmx src/lacaml__mat2_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmx src/lacaml__vec2_C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float64.cmx src/lacaml__float64.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmx src/lacaml__mat4_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmx src/lacaml__vec4_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmx src/lacaml__impl4_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmx src/lacaml__impl2_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmx src/lacaml__mat2_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmx src/lacaml__real_io.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmx src/lacaml__vec2_D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmx src/lacaml__mat4_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmx src/lacaml__impl4_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmx src/lacaml__impl2_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmx src/lacaml__mat2_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmx src/lacaml__vec2_S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex64.cmx src/lacaml__complex64.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmx src/lacaml__mat4_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmx src/lacaml__vec4_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmx src/lacaml__impl4_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmx src/lacaml__impl2_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmx src/lacaml__mat2_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmx src/lacaml__vec2_Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmx src/lacaml__C.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmx src/lacaml__D.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmx src/lacaml__S.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmx src/lacaml__Z.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmx src/lacaml.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -a -cclib -llacaml_stubs -cclib -lblas -cclib -llapack -I src src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx -o src/lacaml.cmxa - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml_version.ml > src/lacaml_version.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml_version.cmo src/lacaml_version.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml_version.cmx src/lacaml_version.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -shared -cclib -llacaml_stubs -I src -I src src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx src/lacaml_version.cmx -o src/lacaml.cmxs - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/install_printers.ml > src/install_printers.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmo src/install_printers.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmo src/install_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml/compiler-libs, /home/opam/.opam/4.09/lib/ocaml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -a -I src src/install_printers.cmo -o src/lacaml_top.cma - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmx src/install_printers.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmx src/install_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.09/lib/ocaml/compiler-libs, /home/opam/.opam/4.09/lib/ocaml - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -a -I src src/install_printers.cmx -o src/lacaml_top.cmxa - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -shared -I src src/lacaml_top.cmxa src/install_printers.cmx -o src/lacaml_top.cmxs - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/blas/blas.ml > examples/blas/blas.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/blas -I src -o examples/blas/blas.cmo examples/blas/blas.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/blas -I src -o examples/blas/blas.cmx examples/blas/blas.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/blas src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/blas/blas.cmx -o examples/blas/blas.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/eig/eig.ml > examples/eig/eig.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/eig.cmo examples/eig/eig.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/eig.cmx examples/eig/eig.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/eig src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/eig/eig.cmx -o examples/eig/eig.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/eig/sbev.ml > examples/eig/sbev.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbev.cmo examples/eig/sbev.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbev.cmx examples/eig/sbev.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/eig src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/eig/sbev.cmx -o examples/eig/sbev.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/eig/sbgv.ml > examples/eig/sbgv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbgv.cmo examples/eig/sbgv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbgv.cmx examples/eig/sbgv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/eig src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/eig/sbgv.cmx -o examples/eig/sbgv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_eq/lin_eq.ml > examples/lin_eq/lin_eq.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/lin_eq.cmo examples/lin_eq/lin_eq.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/lin_eq.cmx examples/lin_eq/lin_eq.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_eq src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_eq/lin_eq.cmx -o examples/lin_eq/lin_eq.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_eq/gbsv.ml > examples/lin_eq/gbsv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/gbsv.cmo examples/lin_eq/gbsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/gbsv.cmx examples/lin_eq/gbsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_eq src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_eq/gbsv.cmx -o examples/lin_eq/gbsv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_eq_comp/lin_eq_comp.ml > examples/lin_eq_comp/lin_eq_comp.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq_comp -I src -o examples/lin_eq_comp/lin_eq_comp.cmo examples/lin_eq_comp/lin_eq_comp.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq_comp -I src -o examples/lin_eq_comp/lin_eq_comp.cmx examples/lin_eq_comp/lin_eq_comp.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_eq_comp src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_eq_comp/lin_eq_comp.cmx -o examples/lin_eq_comp/lin_eq_comp.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_reg/lin_reg.ml > examples/lin_reg/lin_reg.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_reg -I src -o examples/lin_reg/lin_reg.cmo examples/lin_reg/lin_reg.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_reg -I src -o examples/lin_reg/lin_reg.cmx examples/lin_reg/lin_reg.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_reg src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_reg/lin_reg.cmx -o examples/lin_reg/lin_reg.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/qr/qr.ml > examples/qr/qr.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/qr -I src -o examples/qr/qr.cmo examples/qr/qr.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/qr -I src -o examples/qr/qr.cmx examples/qr/qr.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/qr src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/qr/qr.cmx -o examples/qr/qr.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/svd/svd.ml > examples/svd/svd.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/svd -I src -o examples/svd/svd.cmo examples/svd/svd.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/svd -I src -o examples/svd/svd.cmx examples/svd/svd.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/svd src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/svd/svd.cmx -o examples/svd/svd.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_gbsv.ml > examples/nag/nag_gbsv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gbsv.cmo examples/nag/nag_gbsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gbsv.cmx examples/nag/nag_gbsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_gbsv.cmx -o examples/nag/nag_gbsv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_gesv.ml > examples/nag/nag_gesv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gesv.cmo examples/nag/nag_gesv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gesv.cmx examples/nag/nag_gesv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_gesv.cmx -o examples/nag/nag_gesv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_gtsv.ml > examples/nag/nag_gtsv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gtsv.cmo examples/nag/nag_gtsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gtsv.cmx examples/nag/nag_gtsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_gtsv.cmx -o examples/nag/nag_gtsv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_pbsv.ml > examples/nag/nag_pbsv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_pbsv.cmo examples/nag/nag_pbsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_pbsv.cmx examples/nag/nag_pbsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_pbsv.cmx -o examples/nag/nag_pbsv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_posv.ml > examples/nag/nag_posv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_posv.cmo examples/nag/nag_posv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_posv.cmx examples/nag/nag_posv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_posv.cmx -o examples/nag/nag_posv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_ppsv.ml > examples/nag/nag_ppsv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ppsv.cmo examples/nag/nag_ppsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ppsv.cmx examples/nag/nag_ppsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_ppsv.cmx -o examples/nag/nag_ppsv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_ptsv.ml > examples/nag/nag_ptsv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ptsv.cmo examples/nag/nag_ptsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ptsv.cmx examples/nag/nag_ptsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_ptsv.cmx -o examples/nag/nag_ptsv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_spsv.ml > examples/nag/nag_spsv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_spsv.cmo examples/nag/nag_spsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_spsv.cmx examples/nag/nag_spsv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_spsv.cmx -o examples/nag/nag_spsv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_sysv.ml > examples/nag/nag_sysv.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_sysv.cmo examples/nag/nag_sysv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_sysv.cmx examples/nag/nag_sysv.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_sysv.cmx -o examples/nag/nag_sysv.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/schur/schur_real.ml > examples/schur/schur_real.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_real.cmo examples/schur/schur_real.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_real.cmx examples/schur/schur_real.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/schur src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/schur/schur_real.cmx -o examples/schur/schur_real.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/schur/schur_complex.ml > examples/schur/schur_complex.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_complex.cmo examples/schur/schur_complex.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_complex.cmx examples/schur/schur_complex.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/schur src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/schur/schur_complex.cmx -o examples/schur/schur_complex.native - + /home/opam/.opam/4.09/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/shuffle/shuffle.ml > examples/shuffle/shuffle.ml.depends - + /home/opam/.opam/4.09/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/shuffle -I src -o examples/shuffle/shuffle.cmo examples/shuffle/shuffle.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/shuffle -I src -o examples/shuffle/shuffle.cmx examples/shuffle/shuffle.ml - + /home/opam/.opam/4.09/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/shuffle src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/shuffle/shuffle.cmx -o examples/shuffle/shuffle.native -> compiled lacaml.9.3.2 Processing 189/195: [core_kernel: dune build] Processing 190/195: [core_kernel: dune build] [lacaml: ocaml setup.ml] - File "./setup.ml", line 1781, characters 22-40: - 1781 | 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 3473, 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 11318, characters 2-44: - Warning 5: this function application is partial, - maybe some arguments are missing. - File "setup.ml", line 11322, characters 2-44: - Warning 5: this function application is partial, - maybe some arguments are missing. - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.mli - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__common.mli - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__io.mli - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__S.mli - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__D.mli - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__C.mli - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__Z.mli - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__utils.ml - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_version.ml - Installed /home/opam/.opam/4.09/lib/lacaml/liblacaml_stubs.a - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.cma - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.cmxa - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.a - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.cmxs - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_version.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_version.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_version.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__utils.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__utils.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__utils.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__Z.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__Z.cmti - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__Z.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__Z.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__C.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__C.cmti - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__C.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__C.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__D.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__D.cmti - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__D.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__D.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__S.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__S.cmti - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__S.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__S.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__io.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__io.cmti - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__io.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__io.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__common.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__common.cmti - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__common.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__common.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.cmti - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.annot - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat2_Z.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat2_C.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat2_D.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat2_S.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat4_Z.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat4_C.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat4_D.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__mat4_S.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec2_Z.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec2_C.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec2_D.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec2_S.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec4_Z.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec4_C.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec4_D.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__vec4_S.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl2_Z.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl2_C.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl2_D.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl2_S.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl4_Z.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl4_C.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl4_D.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__impl4_S.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__complex_io.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__real_io.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__complex64.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__complex32.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__float64.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__float32.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_version.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__utils.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__Z.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__C.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__D.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__S.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__io.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml__common.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml.cmx - Installed /home/opam/.opam/4.09/lib/lacaml/install_printers.ml - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_top.cma - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_top.cmxa - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_top.a - Installed /home/opam/.opam/4.09/lib/lacaml/lacaml_top.cmxs - Installed /home/opam/.opam/4.09/lib/lacaml/install_printers.cmi - Installed /home/opam/.opam/4.09/lib/lacaml/install_printers.cmt - Installed /home/opam/.opam/4.09/lib/lacaml/install_printers.annot - Installed /home/opam/.opam/4.09/lib/lacaml/install_printers.cmx - Installed /home/opam/.opam/4.09/lib/stublibs/dlllacaml_stubs.so - Installed /home/opam/.opam/4.09/lib/stublibs/dlllacaml_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.09/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.09/lib/lacaml/META -> installed lacaml.9.3.2 Processing 190/195: [core_kernel: dune build] + /home/opam/.opam/4.09/bin/dune "build" "-p" "core_kernel" "-j" "39" (CWD=/home/opam/.opam/4.09/.opam-switch/build/core_kernel.v0.12.3) - (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -D_LARGEFILE64_SOURCE -g -I /home/opam/.opam/4.09/lib/ocaml -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/md5 -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/base_bigstring -I /home/opam/.opam/4.09/lib/base_quickcheck -I /home/opam/.opam/4.09/lib/bin_prot -I /home/opam/.opam/4.09/lib/bin_prot/shape -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/jane-street-headers -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_expect/collector -I /home/opam/.opam/4.09/lib/ppx_expect/common -I /home/opam/.opam/4.09/lib/ppx_expect/config -I /home/opam/.opam/4.09/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/splittable_random -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/time_now -I /home/opam/.opam/4.09/lib/typerep -I /home/opam/.opam/4.09/lib/variantslib -I ../base_for_tests/src -o md5_stubs.o -c md5_stubs.c) - md5_stubs.c:11:32: warning: '-pedantic' is not an option that controls warnings [-Wpragmas] - 11 | #pragma GCC diagnostic ignored "-pedantic" - | ^~~~~~~~~~~ - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.core_kernel.objs/byte -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/md5 -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/base_bigstring -I /home/opam/.opam/4.09/lib/base_quickcheck -I /home/opam/.opam/4.09/lib/bin_prot -I /home/opam/.opam/4.09/lib/bin_prot/shape -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/jane-street-headers -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_expect/collector -I /home/opam/.opam/4.09/lib/ppx_expect/common -I /home/opam/.opam/4.09/lib/ppx_expect/config -I /home/opam/.opam/4.09/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/splittable_random -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/time_now -I /home/opam/.opam/4.09/lib/typerep -I /home/opam/.opam/4.09/lib/variantslib -I base_for_tests/src/.base_for_tests.objs/byte -intf-suffix .ml -no-alias-deps -open Core_kernel__ -o src/.core_kernel.objs/byte/core_kernel__Zone.cmo -c -impl src/zone.pp.ml) - File "src/zone.ml", line 323, characters 18-37: - 323 | let _ = input_tz_file_v1 ic in - ^^^^^^^^^^^^^^^^^^^ - Warning 5: this function application is partial, - maybe some arguments are missing. - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I src/.core_kernel.objs/byte -I src/.core_kernel.objs/native -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/md5 -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/base_bigstring -I /home/opam/.opam/4.09/lib/base_quickcheck -I /home/opam/.opam/4.09/lib/bin_prot -I /home/opam/.opam/4.09/lib/bin_prot/shape -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/jane-street-headers -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_expect/collector -I /home/opam/.opam/4.09/lib/ppx_expect/common -I /home/opam/.opam/4.09/lib/ppx_expect/config -I /home/opam/.opam/4.09/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/splittable_random -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/time_now -I /home/opam/.opam/4.09/lib/typerep -I /home/opam/.opam/4.09/lib/variantslib -I base_for_tests/src/.base_for_tests.objs/byte -I base_for_tests/src/.base_for_tests.objs/native -intf-suffix .ml -no-alias-deps -open Core_kernel__ -o src/.core_kernel.objs/native/core_kernel__Zone.cmx -c -impl src/zone.pp.ml) - File "src/zone.ml", line 323, characters 18-37: - 323 | let _ = input_tz_file_v1 ic in - ^^^^^^^^^^^^^^^^^^^ - Warning 5: this function application is partial, - maybe some arguments are missing. -> compiled core_kernel.v0.12.3 -> installed core_kernel.v0.12.3 Processing 192/195: [core: dune build] + /home/opam/.opam/4.09/bin/dune "build" "-p" "core" "-j" "39" (CWD=/home/opam/.opam/4.09/.opam-switch/build/core.v0.12.4) - (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -D_LARGEFILE64_SOURCE -I../../core_kernel/src -g -I /home/opam/.opam/4.09/lib/ocaml -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/md5 -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/base_bigstring -I /home/opam/.opam/4.09/lib/base_quickcheck -I /home/opam/.opam/4.09/lib/bin_prot -I /home/opam/.opam/4.09/lib/bin_prot/shape -I /home/opam/.opam/4.09/lib/core_kernel -I /home/opam/.opam/4.09/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/jane-street-headers -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_expect/collector -I /home/opam/.opam/4.09/lib/ppx_expect/common -I /home/opam/.opam/4.09/lib/ppx_expect/config -I /home/opam/.opam/4.09/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib/unix -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/spawn -I /home/opam/.opam/4.09/lib/splittable_random -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/time_now -I /home/opam/.opam/4.09/lib/typerep -I /home/opam/.opam/4.09/lib/variantslib -o ocaml_utils_stubs.o -c ocaml_utils_stubs.c) - ocaml_utils_stubs.c: In function 'named_value_exn': - ocaml_utils_stubs.c:37:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 37 | value* v = caml_named_value(n); - | ^~~~~~~~~~~~~~~~ - (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -D_LARGEFILE64_SOURCE -I../../core_kernel/src -g -I /home/opam/.opam/4.09/lib/ocaml -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/md5 -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/base_bigstring -I /home/opam/.opam/4.09/lib/base_quickcheck -I /home/opam/.opam/4.09/lib/bin_prot -I /home/opam/.opam/4.09/lib/bin_prot/shape -I /home/opam/.opam/4.09/lib/core_kernel -I /home/opam/.opam/4.09/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/jane-street-headers -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_expect/collector -I /home/opam/.opam/4.09/lib/ppx_expect/common -I /home/opam/.opam/4.09/lib/ppx_expect/config -I /home/opam/.opam/4.09/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib/unix -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/spawn -I /home/opam/.opam/4.09/lib/splittable_random -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/time_now -I /home/opam/.opam/4.09/lib/typerep -I /home/opam/.opam/4.09/lib/variantslib -o bigstring_stubs.o -c bigstring_stubs.c) - bigstring_stubs.c: In function 'bigstring_init_stub': - bigstring_stubs.c:61:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 61 | bigstring_exc_IOError = caml_named_value("Bigstring.IOError"); - | ^ - bigstring_stubs.c:62:29: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 62 | bigstring_exc_End_of_file = caml_named_value("Bigstring.End_of_file"); - | ^ - bigstring_stubs.c:63:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 63 | unix_error_exn = caml_named_value("Unix.Unix_error"); - | ^ - (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I src/.core.objs/byte -I src/.core.objs/native -I /home/opam/.opam/4.09/lib/base -I /home/opam/.opam/4.09/lib/base/caml -I /home/opam/.opam/4.09/lib/base/md5 -I /home/opam/.opam/4.09/lib/base/shadow_stdlib -I /home/opam/.opam/4.09/lib/base_bigstring -I /home/opam/.opam/4.09/lib/base_quickcheck -I /home/opam/.opam/4.09/lib/bin_prot -I /home/opam/.opam/4.09/lib/bin_prot/shape -I /home/opam/.opam/4.09/lib/core_kernel -I /home/opam/.opam/4.09/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.09/lib/fieldslib -I /home/opam/.opam/4.09/lib/jane-street-headers -I /home/opam/.opam/4.09/lib/ocaml/threads -I /home/opam/.opam/4.09/lib/parsexp -I /home/opam/.opam/4.09/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_expect/collector -I /home/opam/.opam/4.09/lib/ppx_expect/common -I /home/opam/.opam/4.09/lib/ppx_expect/config -I /home/opam/.opam/4.09/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_inline_test/config -I /home/opam/.opam/4.09/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.09/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.09/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.09/lib/sexplib -I /home/opam/.opam/4.09/lib/sexplib/unix -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/spawn -I /home/opam/.opam/4.09/lib/splittable_random -I /home/opam/.opam/4.09/lib/stdio -I /home/opam/.opam/4.09/lib/time_now -I /home/opam/.opam/4.09/lib/typerep -I /home/opam/.opam/4.09/lib/variantslib -intf-suffix .ml -no-alias-deps -open Core__ -o src/.core.objs/native/core__Iobuf.cmx -c -impl src/iobuf.pp.ml) - File "src/iobuf.ml", line 1080, characters 4-62: - 1080 | (set_bounds_and_buffer_sub [@inlined]) ~pos ~len ~src ~dst - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 55: Cannot inline: Function information unavailable -> compiled core.v0.12.4 -> installed core.v0.12.4 Processing 194/195: [gpr: jbuilder build] + /home/opam/.opam/4.09/bin/jbuilder "build" "-p" "gpr" "-j" "39" (CWD=/home/opam/.opam/4.09/.opam-switch/build/gpr.1.3.1) -> compiled gpr.1.3.1 -> installed gpr.1.3.1 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 18:36.25 ---> saved as "8a409457b8173eee8c1084da115cd5c13bf769ccac4623577658ea6fc994b7cf" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u gpr:393c84e6556622fe1acb77cdbdd72339,lacaml:9b94a061ac7714fbdaf93d80a14f187b")) 2024-09-12 18:36.27 ---> saved as "10ddfaa90e6e79b72d2627e04874481dd9db144f87633c3bd41ffcc31402df12" /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.028120') && (for DATA in prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2,lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b,lacaml.9.3.2 prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1,gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339,gpr.1.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2,lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b,lacaml.9.3.2 prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1,gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339,gpr.1.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2,lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b,lacaml.9.3.2 prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1,gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339,gpr.1.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.028120 prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/ prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/ prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml.ocamlobjinfo prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml_top.ocamlobjinfo prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/META prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/install_printers.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/install_printers.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml.cmti prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__C.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__C.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__C.cmti prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__D.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__D.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__D.cmti prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__S.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__S.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__S.cmti prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__Z.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__Z.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__Z.cmti prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__common.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__common.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__common.cmti prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__io.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__io.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__io.cmti prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__utils.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml__utils.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml_version.cmi prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/lib/lacaml/lacaml_version.cmt prep/universes/9b94a061ac7714fbdaf93d80a14f187b/lacaml/9.3.2/opam prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/doc/ prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/doc/gpr/ prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/doc/gpr/CHANGES.md prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/doc/gpr/LICENSE.md prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/doc/gpr/README.md prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/ prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/ prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr.ocamlobjinfo prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/META prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Block_diag.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Block_diag.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Block_diag.cmti prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_const.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_const.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_const.cmti prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_lin_ard.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_lin_ard.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_lin_ard.cmti prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_lin_one.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_lin_one.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_lin_one.cmti prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_se_fat.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_se_fat.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_se_fat.cmti prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_se_iso.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_se_iso.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Cov_se_iso.cmti prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Fitc_gp.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Fitc_gp.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Fitc_gp.cmti prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Interfaces.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Interfaces.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Utils.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Utils.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Version.cmi prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/lib/gpr/gpr__Version.cmt prep/universes/393c84e6556622fe1acb77cdbdd72339/gpr/1.3.1/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b:06d9b14f7a983e8e03b5741c262b2963632b06954de657e91011774f42165f76 HASHES:gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339:2a2c5d1a2ca5edecc9851d430041986ac19550a9dd06bcd5581cce872151de50 2024-09-12 18:36.28 ---> saved as "e77c2848d7f8a1293c06d4994f9352137897e7297a8f57ab2d8e02ac82f8d931" Job succeeded 2024-09-12 18:43.55: gpr.1.3.1-393c84e6556622fe1acb77cdbdd72339 -> 2a2c5d1a2ca5edecc9851d430041986ac19550a9dd06bcd5581cce872151de50 2024-09-12 18:43.55: lacaml.9.3.2-9b94a061ac7714fbdaf93d80a14f187b -> 06d9b14f7a983e8e03b5741c262b2963632b06954de657e91011774f42165f76 2024-09-12 18:43.55: Job succeeded