OCamllabs icon Home|Differences with the last checks|Previous runs


Building on bremusa.ocamllabs.io

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:9d6ee237fc4a0f2d144b9f12cf3c55843e12649cd33c20ff24b4e8d1a10c60b0
Status: Downloaded newer image for ocaml/opam:debian-unstable
2026-05-15 10:12.11 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-15 10:12.11 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q ba330746a50a77a950460e0b4891860ef8473d4a"))
2026-05-15 10:12.11 ---> using "0b49d9c5d33265e52b08d514139ec3a7efff263621554bb891ac88b3da01b46a" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
2026-05-15 10:12.11 ---> using "b7ecd9b0118fa7e153c05dc4df3871f8f2c9ddbf76d9663cd7e4dde34de6053e" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell "opam switch create --repositories=default '5.3-opam' '5.3.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.3.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-compiler.5.3.0  (cached)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3-opam)
2026-05-15 10:12.11 ---> using "41faa638303766ca262e7de852394b2e57f78dd2e5175e14d2ec6673576b5d95" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-15-0801.38-F-2026-05-10-0200.31.pdiff [361 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-15-0801.38-F-2026-05-10-0200.31.pdiff [361 kB]
- Fetched 614 kB in 3s (214 kB/s)
- Reading package lists...
- 
2026-05-15 10:12.11 ---> using "83d06f9b290f8fa9acae9c92874804750322455980bdf3e52099776e128ec662" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell "opam pin add -k version dune $(opam show -f version dune)"))
dune is now pinned to version 3.23.0

The following actions will be performed:
=== install 1 package
  - install dune 3.23.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0  (cached)
-> installed dune.3.23.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-15 10:12.11 ---> using "7265f30b092a56c7885cec35a3cbb57018b52ead97eb8ee5c84033684bc61948" from cache

/: (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  "opam remove -y owl-jupyter.1.0\
               \nopam install -vy owl-jupyter.1.0\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: owl-jupyter.1.0 | grep -q 'debian-unstable'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi \
               \n\
               \n\
               \nexit $res"))
[NOTE] owl-jupyter.1.0 is not installed.

Nothing to do.
The following actions will be performed:
=== install 49 packages
  - install base                    v0.17.3 [required by ppx_yojson_conv, owl]
  - install base-bytes              base    [required by ocplib-endian]
  - install base64                  3.5.2   [required by jupyter]
  - install camlzip                 1.14    [required by npy]
  - install conf-gmp                5       [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec       4       [required by cryptokit]
  - install conf-openblas           0.2.3   [required by owl]
  - install conf-pkg-config         4       [required by conf-zmq, conf-zlib, zarith, conf-plplot]
  - install conf-plplot             1       [required by plplot]
  - install conf-zlib               1       [required by cryptokit]
  - install conf-zmq                0.1     [required by zmq]
  - install cppo                    1.8.0   [required by ppx_deriving]
  - install cryptokit               1.21.1  [required by jupyter]
  - install csexp                   1.5.2   [required by dune-configurator]
  - install ctypes                  0.24.0  [required by owl]
  - install dune-configurator       3.23.0  [required by owl, cryptokit, zmq, plplot]
  - install integers                0.7.0   [required by ctypes]
  - install jupyter                 3.0.1   [required by owl-jupyter]
  - install logs                    0.10.0  [required by jupyter]
  - install lwt                     6.1.2   [required by jupyter]
  - install lwt_ppx                 6.1.0   [required by jupyter]
  - install npy                     0.0.9   [required by owl]
  - install ocaml-compiler-libs     v0.17.0 [required by owl-top]
  - install ocaml_intrinsics_kernel v0.17.2 [required by base]
  - install ocamlbuild              0.16.1  [required by logs, uuidm]
  - install ocamlfind               1.9.8   [required by ppx_deriving, logs, uuidm]
  - install ocplib-endian           1.2     [required by lwt]
  - install octavius                1.2.2   [required by ppx_js_style]
  - install owl                     1.2     [required by owl-plplot, owl-top]
  - install owl-base                1.2     [required by owl]
  - install owl-jupyter             1.0
  - install owl-plplot              1.1     [required by owl-jupyter]
  - install owl-top                 1.2     [required by owl-jupyter]
  - install plplot                  5.12.1  [required by owl-plplot]
  - install ppx_derivers            1.2.1   [required by ppx_deriving]
  - install ppx_deriving            6.1.1   [required by jupyter]
  - install ppx_js_style            v0.17.1 [required by ppx_yojson_conv]
  - install ppx_yojson_conv         v0.17.1 [required by jupyter]
  - install ppx_yojson_conv_lib     v0.17.0 [required by ppx_yojson_conv]
  - install ppxlib                  0.38.0  [required by ppx_deriving, lwt_ppx, ppx_yojson_conv]
  - install sexplib0                v0.17.0 [required by ppxlib, base]
  - install stdint                  0.7.2   [required by jupyter]
  - install stdlib-shims            0.3.0   [required by ppxlib]
  - install topkg                   1.1.1   [required by logs, uuidm]
  - install uuidm                   0.9.10  [required by jupyter]
  - install yojson                  3.0.0   [required by jupyter]
  - install zarith                  1.14    [required by cryptokit]
  - install zmq                     5.3.0   [required by jupyter]
  - install zmq-lwt                 5.3.0   [required by jupyter]

The following system packages will first need to be installed:
    libgmp-dev liblapacke-dev libopenblas-dev libplplot-dev libshp-dev libzmq3-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "liblapacke-dev" "libopenblas-dev" "libplplot-dev" "libshp-dev" "libzmq3-dev" "pkg-config" "zlib1g-dev"
- Preconfiguring packages ...
- Selecting previously unselected package systemd-sysv.
- (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 ... 21834 files and directories currently installed.)
- Preparing to unpack .../systemd-sysv_260.1-1_amd64.deb ...
- Unpacking systemd-sysv (260.1-1) ...
- Preparing to unpack .../libmd0_1.2.0-1_amd64.deb ...
- Unpacking libmd0:amd64 (1.2.0-1) over (1.1.0-2+b2) ...
- Setting up libmd0:amd64 (1.2.0-1) ...
- Selecting previously unselected package libproc2-0: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 ... 21848 files and directories currently installed.)
- Preparing to unpack .../000-libproc2-0_2%3a4.0.4-9+b2_amd64.deb ...
- Unpacking libproc2-0:amd64 (2:4.0.4-9+b2) ...
- Selecting previously unselected package procps.
- Preparing to unpack .../001-procps_2%3a4.0.4-9+b2_amd64.deb ...
- Unpacking procps (2:4.0.4-9+b2) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../002-readline-common_8.3-4_all.deb ...
- Unpacking readline-common (8.3-4) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../003-libmagic-mgc_1%3a5.46-5+b2_amd64.deb ...
- Unpacking libmagic-mgc (1:5.46-5+b2) ...
- Selecting previously unselected package libmagic1t64:amd64.
- Preparing to unpack .../004-libmagic1t64_1%3a5.46-5+b2_amd64.deb ...
- Unpacking libmagic1t64:amd64 (1:5.46-5+b2) ...
- Selecting previously unselected package file.
- Preparing to unpack .../005-file_1%3a5.46-5+b2_amd64.deb ...
- Unpacking file (1:5.46-5+b2) ...
- Preparing to unpack .../006-krb5-locales_1.22.1-2.1_all.deb ...
- Unpacking krb5-locales (1.22.1-2.1) over (1.22.1-2) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../007-libnss-systemd_260.1-1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (260.1-1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../008-libpam-systemd_260.1-1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (260.1-1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../009-libpng16-16t64_1.6.58-1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.58-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../010-libfreetype6_2.14.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.14.3+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../011-fonts-dejavu-mono_2.37-9_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-9) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../012-fonts-dejavu-core_2.37-9_all.deb ...
- Unpacking fonts-dejavu-core (2.37-9) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../013-fontconfig-config_2.17.1-5_amd64.deb ...
- Unpacking fontconfig-config (2.17.1-5) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../014-libfontconfig1_2.17.1-5_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.17.1-5) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../015-libpixman-1-0_0.46.4-1+b2_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.46.4-1+b2) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../016-libxcb-render0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../017-libxcb-shm0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../018-libxrender1_1%3a0.9.12-1+b2_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1+b2) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../019-libcairo2_1.18.4-3+b1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-3+b1) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../020-libglib2.0-0t64_2.88.1-2_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.88.1-2) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../021-libsharpyuv0_1.5.0-0.1+b2_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../022-libde265-0_1.0.18-1_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.18-1) ...
- Selecting previously unselected package libheif-plugin-libde265:amd64.
- Preparing to unpack .../023-libheif-plugin-libde265_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-libde265:amd64 (1.21.2-4) ...
- Selecting previously unselected package libdav1d7:amd64.
- Preparing to unpack .../024-libdav1d7_1.5.3-1+b2_amd64.deb ...
- Unpacking libdav1d7:amd64 (1.5.3-1+b2) ...
- Selecting previously unselected package libheif-plugin-dav1d:amd64.
- Preparing to unpack .../025-libheif-plugin-dav1d_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-dav1d:amd64 (1.21.2-4) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../026-libheif1_1.21.2-4_amd64.deb ...
- Unpacking libheif1:amd64 (1.21.2-4) ...
- Selecting previously unselected package libhwy1t64:amd64.
- Preparing to unpack .../027-libhwy1t64_1.3.0-2+b1_amd64.deb ...
- Unpacking libhwy1t64:amd64 (1.3.0-2+b1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../028-liblcms2-2_2.19.1-1_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.19.1-1) ...
- Selecting previously unselected package libjxl0.11:amd64.
- Preparing to unpack .../029-libjxl0.11_0.11.2-3_amd64.deb ...
- Unpacking libjxl0.11:amd64 (0.11.2-3) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../030-libcairo-gobject2_1.18.4-3+b1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.4-3+b1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../031-fontconfig_2.17.1-5_amd64.deb ...
- Unpacking fontconfig (2.17.1-5) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../032-libfribidi0_1.0.16-5+b1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-5+b1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../033-libgraphite2-3_1.3.14-13_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-13) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../034-libharfbuzz0b_12.3.2-2+b2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../035-libthai-data_0.1.30-1_all.deb ...
- Unpacking libthai-data (0.1.30-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../036-libdatrie1_0.2.14-1+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.14-1+b1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../037-libthai0_0.1.30-1+b1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.30-1+b1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../038-libpango-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../039-libpangoft2-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../040-libpangocairo-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../041-libxml2-16_2.15.2+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../042-librsvg2-2_2.62.1+dfsg-1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.62.1+dfsg-1) ...
- Selecting previously unselected package glycin-loaders.
- Preparing to unpack .../043-glycin-loaders_2.0.8-1_amd64.deb ...
- Unpacking glycin-loaders (2.0.8-1) ...
- Selecting previously unselected package glycin-thumbnailers.
- Preparing to unpack .../044-glycin-thumbnailers_2.0.8-1_amd64.deb ...
- Unpacking glycin-thumbnailers (2.0.8-1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../045-libgdk-pixbuf2.0-common_2.44.6+dfsg-2_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.44.6+dfsg-2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../046-shared-mime-info_2.4-5+b3_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b3) ...
- Selecting previously unselected package libglycin-2-0:amd64.
- Preparing to unpack .../047-libglycin-2-0_2.0.8-1_amd64.deb ...
- Unpacking libglycin-2-0:amd64 (2.0.8-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../048-libgdk-pixbuf-2.0-0_2.44.6+dfsg-2_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../049-gtk-update-icon-cache_4.22.4+ds-1_amd64.deb ...
- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
- Unpacking gtk-update-icon-cache (4.22.4+ds-1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../050-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../051-adwaita-icon-theme_50.0-1_all.deb ...
- Unpacking adwaita-icon-theme (50.0-1) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../052-alsa-topology-conf_1.2.5.1-3_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-3) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../053-libasound2-data_1.2.15.3-1_all.deb ...
- Unpacking libasound2-data (1.2.15.3-1) ...
- Selecting previously unselected package libasound2t64:amd64.
- Preparing to unpack .../054-libasound2t64_1.2.15.3-1+b1_amd64.deb ...
- Unpacking libasound2t64:amd64 (1.2.15.3-1+b1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../055-alsa-ucm-conf_1.2.15.3-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.15.3-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../056-at-spi2-common_2.60.3-1_all.deb ...
- Unpacking at-spi2-common (2.60.3-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../057-libxi6_2%3a1.8.2-2+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-2+b1) ...
- Selecting previously unselected package libxres1:amd64.
- Preparing to unpack .../058-libxres1_2%3a1.2.1-2_amd64.deb ...
- Unpacking libxres1:amd64 (2:1.2.1-2) ...
- Selecting previously unselected package libatspi2.0-0t64:amd64.
- Preparing to unpack .../059-libatspi2.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatspi2.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../060-x11-common_1%3a7.7+26_all.deb ...
- Unpacking x11-common (1:7.7+26) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../061-libxtst6_2%3a1.2.5-1+b2_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1+b2) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../062-dbus-user-session_1.16.2-4_amd64.deb ...
- Unpacking dbus-user-session (1.16.2-4) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../063-libdconf1_0.49.0-4+b1_amd64.deb ...
- Unpacking libdconf1:amd64 (0.49.0-4+b1) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../064-dconf-service_0.49.0-4+b1_amd64.deb ...
- Unpacking dconf-service (0.49.0-4+b1) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../065-dconf-gsettings-backend_0.49.0-4+b1_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.49.0-4+b1) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../066-gsettings-desktop-schemas_50~alpha-1_all.deb ...
- Unpacking gsettings-desktop-schemas (50~alpha-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../067-at-spi2-core_2.60.3-1_amd64.deb ...
- Unpacking at-spi2-core (2.60.3-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../068-m4_1.4.21-1_amd64.deb ...
- Unpacking m4 (1.4.21-1) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../069-autoconf_2.73-2_all.deb ...
- Unpacking autoconf (2.73-2) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../070-autotools-dev_20240727.1+nmu1_all.deb ...
- Unpacking autotools-dev (20240727.1+nmu1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../071-automake_1%3a1.18.1-4_all.deb ...
- Unpacking automake (1:1.18.1-4) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../072-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../073-libarchive13t64_3.8.7-1_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.8.7-1) ...
- Selecting previously unselected package libjsoncpp26:amd64.
- Preparing to unpack .../074-libjsoncpp26_1.9.7-2_amd64.deb ...
- Unpacking libjsoncpp26:amd64 (1.9.7-2) ...
- Selecting previously unselected package librhash1:amd64.
- Preparing to unpack .../075-librhash1_1.4.6-1.1+b1_amd64.deb ...
- Unpacking librhash1:amd64 (1.4.6-1.1+b1) ...
- Selecting previously unselected package libuv1t64:amd64.
- Preparing to unpack .../076-libuv1t64_1.51.0-2+b2_amd64.deb ...
- Unpacking libuv1t64:amd64 (1.51.0-2+b2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../077-cmake_4.3.2-1_amd64.deb ...
- Unpacking cmake (4.3.2-1) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../078-comerr-dev_2.1-1.47.4-1_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.4-1) ...
- Selecting previously unselected package cpp-16-x86-64-linux-gnu.
- Preparing to unpack .../079-cpp-16-x86-64-linux-gnu_16.1.0-1_amd64.deb ...
- Unpacking cpp-16-x86-64-linux-gnu (16.1.0-1) ...
- Selecting previously unselected package cpp-16.
- Preparing to unpack .../080-cpp-16_16.1.0-1_amd64.deb ...
- Unpacking cpp-16 (16.1.0-1) ...
- Preparing to unpack .../081-libgssapi-krb5-2_1.22.1-2.1_amd64.deb ...
- Unpacking libgssapi-krb5-2:amd64 (1.22.1-2.1) over (1.22.1-2+b1) ...
- Preparing to unpack .../082-libkrb5-3_1.22.1-2.1_amd64.deb ...
- Unpacking libkrb5-3:amd64 (1.22.1-2.1) over (1.22.1-2+b1) ...
- Preparing to unpack .../083-libkrb5support0_1.22.1-2.1_amd64.deb ...
- Unpacking libkrb5support0:amd64 (1.22.1-2.1) over (1.22.1-2+b1) ...
- Preparing to unpack .../084-libk5crypto3_1.22.1-2.1_amd64.deb ...
- Unpacking libk5crypto3:amd64 (1.22.1-2.1) over (1.22.1-2+b1) ...
- Selecting previously unselected package libnorm1t64:amd64.
- Preparing to unpack .../085-libnorm1t64_1.5.9+dfsg-4+b1_amd64.deb ...
- Unpacking libnorm1t64:amd64 (1.5.9+dfsg-4+b1) ...
- Selecting previously unselected package libpgm-5.3-0t64:amd64.
- Preparing to unpack .../086-libpgm-5.3-0t64_5.3.128~dfsg-3_amd64.deb ...
- Unpacking libpgm-5.3-0t64:amd64 (5.3.128~dfsg-3) ...
- Selecting previously unselected package libsodium26:amd64.
- Preparing to unpack .../087-libsodium26_1.0.22-2_amd64.deb ...
- Unpacking libsodium26:amd64 (1.0.22-2) ...
- Selecting previously unselected package libzmq5:amd64.
- Preparing to unpack .../088-libzmq5_4.3.5-1+b7_amd64.deb ...
- Unpacking libzmq5:amd64 (4.3.5-1+b7) ...
- Selecting previously unselected package libpgm-dev:amd64.
- Preparing to unpack .../089-libpgm-dev_5.3.128~dfsg-3_amd64.deb ...
- Unpacking libpgm-dev:amd64 (5.3.128~dfsg-3) ...
- Selecting previously unselected package libsodium-dev:amd64.
- Preparing to unpack .../090-libsodium-dev_1.0.22-2_amd64.deb ...
- Unpacking libsodium-dev:amd64 (1.0.22-2) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../091-liblzma-dev_5.8.3-1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.8.3-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../092-zlib1g-dev_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../093-libxml2-dev_2.15.2+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.15.2+dfsg-0.1) ...
- Selecting previously unselected package libnorm-dev:amd64.
- Preparing to unpack .../094-libnorm-dev_1.5.9+dfsg-4+b1_amd64.deb ...
- Unpacking libnorm-dev:amd64 (1.5.9+dfsg-4+b1) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../095-libgssrpc4t64_1.22.1-2.1_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.22.1-2.1) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../096-libkadm5clnt-mit12_1.22.1-2.1_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.22.1-2.1) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../097-libkdb5-10t64_1.22.1-2.1_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.22.1-2.1) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../098-libkadm5srv-mit12_1.22.1-2.1_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.22.1-2.1) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../099-krb5-multidev_1.22.1-2.1_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.22.1-2.1) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../100-libkrb5-dev_1.22.1-2.1_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.22.1-2.1) ...
- Selecting previously unselected package libmd-dev:amd64.
- Preparing to unpack .../101-libmd-dev_1.2.0-1_amd64.deb ...
- Unpacking libmd-dev:amd64 (1.2.0-1) ...
- Selecting previously unselected package libbsd-dev:amd64.
- Preparing to unpack .../102-libbsd-dev_0.12.2-2+b2_amd64.deb ...
- Unpacking libbsd-dev:amd64 (0.12.2-2+b2) ...
- Selecting previously unselected package libzmq3-dev:amd64.
- Preparing to unpack .../103-libzmq3-dev_4.3.5-1+b7_amd64.deb ...
- Unpacking libzmq3-dev:amd64 (4.3.5-1+b7) ...
- Selecting previously unselected package cppzmq-dev:amd64.
- Preparing to unpack .../104-cppzmq-dev_4.10.0-1+b2_amd64.deb ...
- Unpacking cppzmq-dev:amd64 (4.10.0-1+b2) ...
- Selecting previously unselected package libgcc-16-dev:amd64.
- Preparing to unpack .../105-libgcc-16-dev_16.1.0-1_amd64.deb ...
- Unpacking libgcc-16-dev:amd64 (16.1.0-1) ...
- Selecting previously unselected package gcc-16-x86-64-linux-gnu.
- Preparing to unpack .../106-gcc-16-x86-64-linux-gnu_16.1.0-1_amd64.deb ...
- Unpacking gcc-16-x86-64-linux-gnu (16.1.0-1) ...
- Selecting previously unselected package gcc-16.
- Preparing to unpack .../107-gcc-16_16.1.0-1_amd64.deb ...
- Unpacking gcc-16 (16.1.0-1) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../108-libgfortran5_16.1.0-1_amd64.deb ...
- Unpacking libgfortran5:amd64 (16.1.0-1) ...
- Selecting previously unselected package libgfortran-16-dev:amd64.
- Preparing to unpack .../109-libgfortran-16-dev_16.1.0-1_amd64.deb ...
- Unpacking libgfortran-16-dev:amd64 (16.1.0-1) ...
- Selecting previously unselected package gfortran-16-x86-64-linux-gnu.
- Preparing to unpack .../110-gfortran-16-x86-64-linux-gnu_16.1.0-1_amd64.deb ...
- Unpacking gfortran-16-x86-64-linux-gnu (16.1.0-1) ...
- Selecting previously unselected package gfortran-16.
- Preparing to unpack .../111-gfortran-16_16.1.0-1_amd64.deb ...
- Unpacking gfortran-16 (16.1.0-1) ...
- Selecting previously unselected package libibus-1.0-5:amd64.
- Preparing to unpack .../112-libibus-1.0-5_1.5.34-1_amd64.deb ...
- Unpacking libibus-1.0-5:amd64 (1.5.34-1) ...
- Selecting previously unselected package ibus-gtk3:amd64.
- Preparing to unpack .../113-ibus-gtk3_1.5.34-1_amd64.deb ...
- Unpacking ibus-gtk3:amd64 (1.5.34-1) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../114-libaom3_3.13.1-2+b1_amd64.deb ...
- Unpacking libaom3:amd64 (3.13.1-2+b1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../115-libasyncns0_0.8-7+b2_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-7+b2) ...
- Selecting previously unselected package libatk1.0-0t64:amd64.
- Preparing to unpack .../116-libatk1.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatk1.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:amd64.
- Preparing to unpack .../117-libatk-bridge2.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatk-bridge2.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../118-libavahi-common-data_0.8-18_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-18) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../119-libavahi-common3_0.8-18_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-18) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../120-libavahi-client3_0.8-18_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-18) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../121-libblas3_3.12.1-7+b2_amd64.deb ...
- Unpacking libblas3:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../122-libblas-dev_3.12.1-7+b2_amd64.deb ...
- Unpacking libblas-dev:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../123-libbrotli-dev_1.2.0-3_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.2.0-3) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../124-libbz2-dev_1.0.8-6+b2_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6+b2) ...
- Selecting previously unselected package libcloudproviders0:amd64.
- Preparing to unpack .../125-libcloudproviders0_0.4.0-2+b1_amd64.deb ...
- Unpacking libcloudproviders0:amd64 (0.4.0-2+b1) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../126-libcolord2_1.4.8-3_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.8-3) ...
- Selecting previously unselected package libcsirocsa0:amd64.
- Preparing to unpack .../127-libcsirocsa0_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libcsirocsa0:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libqhull-r8.0:amd64.
- Preparing to unpack .../128-libqhull-r8.0_2020.2-9_amd64.deb ...
- Unpacking libqhull-r8.0:amd64 (2020.2-9) ...
- Selecting previously unselected package libcsironn0:amd64.
- Preparing to unpack .../129-libcsironn0_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libcsironn0:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libcups2t64:amd64.
- Preparing to unpack .../130-libcups2t64_2.4.18-1_amd64.deb ...
- Unpacking libcups2t64:amd64 (2.4.18-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../131-libwayland-client0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libdecor-0-0:amd64.
- Preparing to unpack .../132-libdecor-0-0_0.2.5-1+b1_amd64.deb ...
- Unpacking libdecor-0-0:amd64 (0.2.5-1+b1) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../133-libepoxy0_1.5.10-2+b2_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-2+b2) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../134-libwayland-cursor0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../135-libwayland-egl1_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../136-libxcomposite1_1%3a0.4.6-1+b2_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.6-1+b2) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../137-libxfixes3_1%3a6.0.0-2+b5_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2+b5) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../138-libxcursor1_1%3a1.2.3-1+b2_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1+b2) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../139-libxdamage1_1%3a1.1.7-1+b1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.7-1+b1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../140-libxinerama1_2%3a1.1.4-3+b5_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3+b5) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../141-xkb-data_2.47-1_all.deb ...
- Unpacking xkb-data (2.47-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../142-libxkbcommon0_1.13.1-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.13.1-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../143-libxrandr2_2%3a1.5.4-1+b4_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1+b4) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../144-libgtk-3-common_3.24.52-1_all.deb ...
- Unpacking libgtk-3-common (3.24.52-1) ...
- Selecting previously unselected package libgtk-3-0t64:amd64.
- Preparing to unpack .../145-libgtk-3-0t64_3.24.52-1_amd64.deb ...
- Unpacking libgtk-3-0t64:amd64 (3.24.52-1) ...
- Selecting previously unselected package libdecor-0-plugin-1-gtk:amd64.
- Preparing to unpack .../146-libdecor-0-plugin-1-gtk_0.2.5-1+b1_amd64.deb ...
- Unpacking libdecor-0-plugin-1-gtk:amd64 (0.2.5-1+b1) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../147-libdeflate0_1.23-2+b2_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2+b2) ...
- Selecting previously unselected package libdisplay-info3:amd64.
- Preparing to unpack .../148-libdisplay-info3_0.3.0-1+b1_amd64.deb ...
- Unpacking libdisplay-info3:amd64 (0.3.0-1+b1) ...
- Selecting previously unselected package libdouble-conversion3:amd64.
- Preparing to unpack .../149-libdouble-conversion3_3.4.0-1+b1_amd64.deb ...
- Unpacking libdouble-conversion3:amd64 (3.4.0-1+b1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../150-libdrm-common_2.4.131-1_all.deb ...
- Unpacking libdrm-common (2.4.131-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../151-libdrm2_2.4.131-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.131-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../152-libdrm-amdgpu1_2.4.131-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.131-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../153-libpciaccess0_0.17-3+b4_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-3+b4) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../154-libdrm-intel1_2.4.131-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.131-1+b1) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../155-libelf1t64_0.195-1_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.195-1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../156-libz3-4_4.13.3-1.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.13.3-1.1) ...
- Selecting previously unselected package libllvm21:amd64.
- Preparing to unpack .../157-libllvm21_1%3a21.1.8-7+b1_amd64.deb ...
- Unpacking libllvm21:amd64 (1:21.1.8-7+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../158-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../159-libsensors5_1%3a3.6.2-2+b2_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.2-2+b2) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../160-libx11-xcb1_2%3a1.8.13-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.13-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../161-libxcb-dri3-0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../162-libxcb-present0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../163-libxcb-randr0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../164-libxcb-sync1_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../165-libxcb-xfixes0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../166-libxshmfence1_1.3.3-1+b2_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3.3-1+b2) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../167-mesa-libgallium_26.0.6-1_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (26.0.6-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../168-libgbm1_26.0.6-1_amd64.deb ...
- Unpacking libgbm1:amd64 (26.0.6-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../169-libegl-mesa0_26.0.6-1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (26.0.6-1) ...
- Selecting previously unselected package libevdev2:amd64.
- Preparing to unpack .../170-libevdev2_1.13.6+dfsg-2_amd64.deb ...
- Unpacking libevdev2:amd64 (1.13.6+dfsg-2) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../171-libogg0_1.3.6-2+b1_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.6-2+b1) ...
- Selecting previously unselected package libflac14:amd64.
- Preparing to unpack .../172-libflac14_1.5.0+ds-5+b1_amd64.deb ...
- Unpacking libflac14:amd64 (1.5.0+ds-5+b1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../173-libpng-dev_1.6.58-1_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.58-1) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../174-libfreetype-dev_2.14.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.14.3+dfsg-1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../175-libglvnd0_1.7.0-3+b1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../176-libvulkan1_1.4.341.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.4.341.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../177-libgl1-mesa-dri_26.0.6-1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (26.0.6-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../178-libxcb-glx0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../179-libxxf86vm1_1%3a1.1.4-2+b1_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-2+b1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../180-libglx-mesa0_26.0.6-1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (26.0.6-1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../181-libglx0_1.7.0-3+b1_amd64.deb ...
- Unpacking libglx0:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../182-libgl1_1.7.0-3+b1_amd64.deb ...
- Unpacking libgl1:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../183-libglib2.0-data_2.88.1-2_all.deb ...
- Unpacking libglib2.0-data (2.88.1-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../184-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../185-libgmp-dev_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../186-libgtk-3-bin_3.24.52-1_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.52-1) ...
- Selecting previously unselected package libgudev-1.0-0:amd64.
- Preparing to unpack .../187-libgudev-1.0-0_238-7+b2_amd64.deb ...
- Unpacking libgudev-1.0-0:amd64 (238-7+b2) ...
- Selecting previously unselected package libheif-plugin-aomenc:amd64.
- Preparing to unpack .../188-libheif-plugin-aomenc_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-aomenc:amd64 (1.21.2-4) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../189-libnuma1_2.0.19-1+b2_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1+b2) ...
- Selecting previously unselected package libx265-215:amd64.
- Preparing to unpack .../190-libx265-215_4.1-4+b2_amd64.deb ...
- Unpacking libx265-215:amd64 (4.1-4+b2) ...
- Selecting previously unselected package libheif-plugin-x265:amd64.
- Preparing to unpack .../191-libheif-plugin-x265_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-x265:amd64 (1.21.2-4) ...
- Selecting previously unselected package libhpdf-2.3.0:amd64.
- Preparing to unpack .../192-libhpdf-2.3.0_2.3.0+dfsg-1.1+b1_amd64.deb ...
- Unpacking libhpdf-2.3.0:amd64 (2.3.0+dfsg-1.1+b1) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../193-libice6_2%3a1.1.1-1+b2_amd64.deb ...
- Unpacking libice6:amd64 (2:1.1.1-1+b2) ...
- Selecting previously unselected package libicu78:amd64.
- Preparing to unpack .../194-libicu78_78.3-2_amd64.deb ...
- Unpacking libicu78:amd64 (78.3-2) ...
- Selecting previously unselected package libwacom-common.
- Preparing to unpack .../195-libwacom-common_2.18.0-1_all.deb ...
- Unpacking libwacom-common (2.18.0-1) ...
- Selecting previously unselected package libwacom9:amd64.
- Preparing to unpack .../196-libwacom9_2.18.0-1_amd64.deb ...
- Unpacking libwacom9:amd64 (2.18.0-1) ...
- Selecting previously unselected package libinput-bin.
- Preparing to unpack .../197-libinput-bin_1.31.1-1_amd64.deb ...
- Unpacking libinput-bin (1.31.1-1) ...
- Selecting previously unselected package libmtdev1t64:amd64.
- Preparing to unpack .../198-libmtdev1t64_1.1.7-1+b2_amd64.deb ...
- Unpacking libmtdev1t64:amd64 (1.1.7-1+b2) ...
- Selecting previously unselected package libinput10:amd64.
- Preparing to unpack .../199-libinput10_1.31.1-1_amd64.deb ...
- Unpacking libinput10:amd64 (1.31.1-1) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../200-libjbig0_2.1-6.1+b3_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1+b3) ...
- Selecting previously unselected package libjpeg62-turbo:amd64.
- Preparing to unpack .../201-libjpeg62-turbo_1%3a3.1.3-4_amd64.deb ...
- Unpacking libjpeg62-turbo:amd64 (1:3.1.3-4) ...
- Selecting previously unselected package libopenblas0-pthread:amd64.
- Preparing to unpack .../202-libopenblas0-pthread_0.3.33+ds-2_amd64.deb ...
- Unpacking libopenblas0-pthread:amd64 (0.3.33+ds-2) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../203-liblapack3_3.12.1-7+b2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package libopenblas-pthread-dev:amd64.
- Preparing to unpack .../204-libopenblas-pthread-dev_0.3.33+ds-2_amd64.deb ...
- Unpacking libopenblas-pthread-dev:amd64 (0.3.33+ds-2) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../205-liblapack-dev_3.12.1-7+b2_amd64.deb ...
- Unpacking liblapack-dev:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package libtmglib3:amd64.
- Preparing to unpack .../206-libtmglib3_3.12.1-7+b2_amd64.deb ...
- Unpacking libtmglib3:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package liblapacke:amd64.
- Preparing to unpack .../207-liblapacke_3.12.1-7+b2_amd64.deb ...
- Unpacking liblapacke:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package libtmglib-dev:amd64.
- Preparing to unpack .../208-libtmglib-dev_3.12.1-7+b2_amd64.deb ...
- Unpacking libtmglib-dev:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package liblapacke-dev:amd64.
- Preparing to unpack .../209-liblapacke-dev_3.12.1-7+b2_amd64.deb ...
- Unpacking liblapacke-dev:amd64 (3.12.1-7+b2) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../210-liblerc4_4.1.0+ds-1_amd64.deb ...
- Unpacking liblerc4:amd64 (4.1.0+ds-1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../211-libltdl7_2.5.4-11_amd64.deb ...
- Unpacking libltdl7:amd64 (2.5.4-11) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../212-libltdl-dev_2.5.4-11_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.5.4-11) ...
- Selecting previously unselected package liblua5.1-0:amd64.
- Preparing to unpack .../213-liblua5.1-0_5.1.5-12_amd64.deb ...
- Unpacking liblua5.1-0:amd64 (5.1.5-12) ...
- Selecting previously unselected package libmd4c0:amd64.
- Preparing to unpack .../214-libmd4c0_0.5.2-2+b2_amd64.deb ...
- Unpacking libmd4c0:amd64 (0.5.2-2+b2) ...
- Selecting previously unselected package libmpg123-0t64:amd64.
- Preparing to unpack .../215-libmpg123-0t64_1.33.5-1_amd64.deb ...
- Unpacking libmpg123-0t64:amd64 (1.33.5-1) ...
- Selecting previously unselected package libmp3lame0:amd64.
- Preparing to unpack .../216-libmp3lame0_3.101~svn6531+dfsg-1_amd64.deb ...
- Unpacking libmp3lame0:amd64 (3.101~svn6531+dfsg-1) ...
- Selecting previously unselected package libnotify4:amd64.
- Preparing to unpack .../217-libnotify4_0.8.8-1+b1_amd64.deb ...
- Unpacking libnotify4:amd64 (0.8.8-1+b1) ...
- Selecting previously unselected package libopenblas0:amd64.
- Preparing to unpack .../218-libopenblas0_0.3.33+ds-2_amd64.deb ...
- Unpacking libopenblas0:amd64 (0.3.33+ds-2) ...
- Selecting previously unselected package libopenblas-dev:amd64.
- Preparing to unpack .../219-libopenblas-dev_0.3.33+ds-2_amd64.deb ...
- Unpacking libopenblas-dev:amd64 (0.3.33+ds-2) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../220-libopus0_1.6.1-1+b1_amd64.deb ...
- Unpacking libopus0:amd64 (1.6.1-1+b1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../221-libpcre2-16-0_10.46-1+b2_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.46-1+b2) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../222-libpcre2-32-0_10.46-1+b2_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.46-1+b2) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../223-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package libplplot-data.
- Preparing to unpack .../224-libplplot-data_5.15.0+dfsg3-3_all.deb ...
- Unpacking libplplot-data (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libqsastime0:amd64.
- Preparing to unpack .../225-libqsastime0_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libqsastime0:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libshp4:amd64.
- Preparing to unpack .../226-libshp4_1.6.3-1_amd64.deb ...
- Unpacking libshp4:amd64 (1.6.3-1) ...
- Selecting previously unselected package libplplot17:amd64.
- Preparing to unpack .../227-libplplot17_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplot17:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libplplotcxx15:amd64.
- Preparing to unpack .../228-libplplotcxx15_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplotcxx15:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libplplotfortran0:amd64.
- Preparing to unpack .../229-libplplotfortran0_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplotfortran0:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libqt5core5t64:amd64.
- Preparing to unpack .../230-libqt5core5t64_5.15.17+dfsg-8_amd64.deb ...
- Unpacking libqt5core5t64:amd64 (5.15.17+dfsg-8) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../231-libegl1_1.7.0-3+b1_amd64.deb ...
- Unpacking libegl1:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libqt5dbus5t64:amd64.
- Preparing to unpack .../232-libqt5dbus5t64_5.15.17+dfsg-8_amd64.deb ...
- Unpacking libqt5dbus5t64:amd64 (5.15.17+dfsg-8) ...
- Selecting previously unselected package libqt5network5t64:amd64.
- Preparing to unpack .../233-libqt5network5t64_5.15.17+dfsg-8_amd64.deb ...
- Unpacking libqt5network5t64:amd64 (5.15.17+dfsg-8) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../234-libsm6_2%3a1.2.6-1+b2_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.6-1+b2) ...
- Selecting previously unselected package libxcb-icccm4:amd64.
- Preparing to unpack .../235-libxcb-icccm4_0.4.2-1+b2_amd64.deb ...
- Unpacking libxcb-icccm4:amd64 (0.4.2-1+b2) ...
- Selecting previously unselected package libxcb-util1:amd64.
- Preparing to unpack .../236-libxcb-util1_0.4.1-1+b2_amd64.deb ...
- Unpacking libxcb-util1:amd64 (0.4.1-1+b2) ...
- Selecting previously unselected package libxcb-image0:amd64.
- Preparing to unpack .../237-libxcb-image0_0.4.0-2+b3_amd64.deb ...
- Unpacking libxcb-image0:amd64 (0.4.0-2+b3) ...
- Selecting previously unselected package libxcb-keysyms1:amd64.
- Preparing to unpack .../238-libxcb-keysyms1_0.4.1-1+b2_amd64.deb ...
- Unpacking libxcb-keysyms1:amd64 (0.4.1-1+b2) ...
- Selecting previously unselected package libxcb-render-util0:amd64.
- Preparing to unpack .../239-libxcb-render-util0_0.3.10-1+b2_amd64.deb ...
- Unpacking libxcb-render-util0:amd64 (0.3.10-1+b2) ...
- Selecting previously unselected package libxcb-shape0:amd64.
- Preparing to unpack .../240-libxcb-shape0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-shape0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-xinerama0:amd64.
- Preparing to unpack .../241-libxcb-xinerama0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-xinerama0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-xinput0:amd64.
- Preparing to unpack .../242-libxcb-xinput0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-xinput0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-xkb1:amd64.
- Preparing to unpack .../243-libxcb-xkb1_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-xkb1:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxkbcommon-x11-0:amd64.
- Preparing to unpack .../244-libxkbcommon-x11-0_1.13.1-1_amd64.deb ...
- Unpacking libxkbcommon-x11-0:amd64 (1.13.1-1) ...
- Selecting previously unselected package libqt5gui5t64:amd64.
- Preparing to unpack .../245-libqt5gui5t64_5.15.17+dfsg-8_amd64.deb ...
- Unpacking libqt5gui5t64:amd64 (5.15.17+dfsg-8) ...
- Selecting previously unselected package libqt5widgets5t64:amd64.
- Preparing to unpack .../246-libqt5widgets5t64_5.15.17+dfsg-8_amd64.deb ...
- Unpacking libqt5widgets5t64:amd64 (5.15.17+dfsg-8) ...
- Selecting previously unselected package libqt5printsupport5t64:amd64.
- Preparing to unpack .../247-libqt5printsupport5t64_5.15.17+dfsg-8_amd64.deb ...
- Unpacking libqt5printsupport5t64:amd64 (5.15.17+dfsg-8) ...
- Selecting previously unselected package libqt5svg5:amd64.
- Preparing to unpack .../248-libqt5svg5_5.15.17-3+b1_amd64.deb ...
- Unpacking libqt5svg5:amd64 (5.15.17-3+b1) ...
- Selecting previously unselected package libplplotqt2:amd64.
- Preparing to unpack .../249-libplplotqt2_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplotqt2:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libwxbase3.2-1t64:amd64.
- Preparing to unpack .../250-libwxbase3.2-1t64_3.2.9+dfsg-1+b1_amd64.deb ...
- Unpacking libwxbase3.2-1t64:amd64 (3.2.9+dfsg-1+b1) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../251-libvorbis0a_1.3.7-3+b2_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-3+b2) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../252-libvorbisenc2_1.3.7-3+b2_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-3+b2) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../253-libsndfile1_1.2.2-4+b1_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.2.2-4+b1) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../254-libpulse0_17.0+dfsg1-2.1+b1_amd64.deb ...
- Unpacking libpulse0:amd64 (17.0+dfsg1-2.1+b1) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../255-libxss1_1%3a1.2.3-1+b4_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1+b4) ...
- Selecting previously unselected package libsdl3-0:amd64.
- Preparing to unpack .../256-libsdl3-0_3.4.8+ds-1_amd64.deb ...
- Unpacking libsdl3-0:amd64 (3.4.8+ds-1) ...
- Selecting previously unselected package libsdl2-2.0-0:amd64.
- Preparing to unpack .../257-libsdl2-2.0-0_2.32.68+ds-1_amd64.deb ...
- Unpacking libsdl2-2.0-0:amd64 (2.32.68+ds-1) ...
- Selecting previously unselected package libwebp7:amd64.
- Preparing to unpack .../258-libwebp7_1.5.0-0.1+b2_amd64.deb ...
- Unpacking libwebp7:amd64 (1.5.0-0.1+b2) ...
- Selecting previously unselected package libtiff6:amd64.
- Preparing to unpack .../259-libtiff6_4.7.1-2_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.1-2) ...
- Selecting previously unselected package libwxgtk3.2-1t64:amd64.
- Preparing to unpack .../260-libwxgtk3.2-1t64_3.2.9+dfsg-1+b1_amd64.deb ...
- Unpacking libwxgtk3.2-1t64:amd64 (3.2.9+dfsg-1+b1) ...
- Selecting previously unselected package libplplotwxwidgets1:amd64.
- Preparing to unpack .../261-libplplotwxwidgets1_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplotwxwidgets1:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libqhull8.0:amd64.
- Preparing to unpack .../262-libqhull8.0_2020.2-9_amd64.deb ...
- Unpacking libqhull8.0:amd64 (2020.2-9) ...
- Selecting previously unselected package libqhullcpp8.0:amd64.
- Preparing to unpack .../263-libqhullcpp8.0_2020.2-9_amd64.deb ...
- Unpacking libqhullcpp8.0:amd64 (2020.2-9) ...
- Selecting previously unselected package libqhull-dev:amd64.
- Preparing to unpack .../264-libqhull-dev_2020.2-9_amd64.deb ...
- Unpacking libqhull-dev:amd64 (2020.2-9) ...
- Selecting previously unselected package libqsastime-dev:amd64.
- Preparing to unpack .../265-libqsastime-dev_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libqsastime-dev:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libshp-dev:amd64.
- Preparing to unpack .../266-libshp-dev_1.6.3-1_amd64.deb ...
- Unpacking libshp-dev:amd64 (1.6.3-1) ...
- Selecting previously unselected package libplplot-dev.
- Preparing to unpack .../267-libplplot-dev_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplot-dev (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../268-libreadline8t64_8.3-4_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.3-4) ...
- Selecting previously unselected package lua5.1.
- Preparing to unpack .../269-lua5.1_5.1.5-12_amd64.deb ...
- Unpacking lua5.1 (5.1.5-12) ...
- Selecting previously unselected package libplplot-lua:amd64.
- Preparing to unpack .../270-libplplot-lua_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplot-lua:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libstdlib-ocaml.
- Preparing to unpack .../271-libstdlib-ocaml_5.4.0-3_amd64.deb ...
- Unpacking libstdlib-ocaml (5.4.0-3) ...
- Selecting previously unselected package ocaml-base.
- Preparing to unpack .../272-ocaml-base_5.4.0-3_amd64.deb ...
- Unpacking ocaml-base (5.4.0-3) ...
- Selecting previously unselected package libplplot-ocaml.
- Preparing to unpack .../273-libplplot-ocaml_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking libplplot-ocaml (5.15.0+dfsg3-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../274-libpng-tools_1.6.58-1_amd64.deb ...
- Unpacking libpng-tools (1.6.58-1) ...
- Selecting previously unselected package libqt5qml5:amd64.
- Preparing to unpack .../275-libqt5qml5_5.15.17+dfsg-4+b1_amd64.deb ...
- Unpacking libqt5qml5:amd64 (5.15.17+dfsg-4+b1) ...
- Selecting previously unselected package libqt5qmlmodels5:amd64.
- Preparing to unpack .../276-libqt5qmlmodels5_5.15.17+dfsg-4+b1_amd64.deb ...
- Unpacking libqt5qmlmodels5:amd64 (5.15.17+dfsg-4+b1) ...
- Selecting previously unselected package libqt5quick5:amd64.
- Preparing to unpack .../277-libqt5quick5_5.15.17+dfsg-4+b1_amd64.deb ...
- Unpacking libqt5quick5:amd64 (5.15.17+dfsg-4+b1) ...
- Selecting previously unselected package libqt5waylandclient5:amd64.
- Preparing to unpack .../278-libqt5waylandclient5_5.15.17-4+b1_amd64.deb ...
- Unpacking libqt5waylandclient5:amd64 (5.15.17-4+b1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../279-libwayland-server0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libqt5waylandcompositor5:amd64.
- Preparing to unpack .../280-libqt5waylandcompositor5_5.15.17-4+b1_amd64.deb ...
- Unpacking libqt5waylandcompositor5:amd64 (5.15.17-4+b1) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../281-librsvg2-common_2.62.1+dfsg-1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.62.1+dfsg-1) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../282-libtool_2.5.4-11_all.deb ...
- Unpacking libtool (2.5.4-11) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../283-mesa-vulkan-drivers_26.0.6-1_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (26.0.6-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../284-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../285-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../286-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Selecting previously unselected package plplot-driver-qt:amd64.
- Preparing to unpack .../287-plplot-driver-qt_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking plplot-driver-qt:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package plplot-driver-wxwidgets:amd64.
- Preparing to unpack .../288-plplot-driver-wxwidgets_5.15.0+dfsg3-3_amd64.deb ...
- Unpacking plplot-driver-wxwidgets:amd64 (5.15.0+dfsg3-3) ...
- Selecting previously unselected package psmisc.
- Preparing to unpack .../289-psmisc_23.7-2_amd64.deb ...
- Unpacking psmisc (23.7-2) ...
- Selecting previously unselected package qt5-gtk-platformtheme:amd64.
- Preparing to unpack .../290-qt5-gtk-platformtheme_5.15.17+dfsg-8_amd64.deb ...
- Unpacking qt5-gtk-platformtheme:amd64 (5.15.17+dfsg-8) ...
- Selecting previously unselected package qttranslations5-l10n.
- Preparing to unpack .../291-qttranslations5-l10n_5.15.17-2_all.deb ...
- Unpacking qttranslations5-l10n (5.15.17-2) ...
- Selecting previously unselected package qtwayland5:amd64.
- Preparing to unpack .../292-qtwayland5_5.15.17-4+b1_amd64.deb ...
- Unpacking qtwayland5:amd64 (5.15.17-4+b1) ...
- Selecting previously unselected package systemd-userdbd.
- Preparing to unpack .../293-systemd-userdbd_260.1-1_amd64.deb ...
- Unpacking systemd-userdbd (260.1-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../294-xdg-user-dirs_0.20-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.20-1) ...
- Setting up libhwy1t64:amd64 (1.3.0-2+b1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-13) ...
- Setting up libxcb-dri3-0:amd64 (1.17.0-2+b2) ...
- Setting up liblcms2-2:amd64 (2.19.1-1) ...
- Setting up libpixman-1-0:amd64 (0.46.4-1+b2) ...
- Setting up libqsastime0:amd64 (5.15.0+dfsg3-3) ...
- Setting up libnorm1t64:amd64 (1.5.9+dfsg-4+b1) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
- Setting up libwayland-server0:amd64 (1.24.0-2+b2) ...
- Setting up libaom3:amd64 (3.13.1-2+b1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.13-1) ...
- Setting up libpciaccess0:amd64 (0.17-3+b4) ...
- Setting up systemd-sysv (260.1-1) ...
- Setting up libdouble-conversion3:amd64 (3.4.0-1+b1) ...
- Setting up libxdamage1:amd64 (1:1.1.7-1+b1) ...
- Setting up libxcb-xfixes0:amd64 (1.17.0-2+b2) ...
- Setting up libogg0:amd64 (1.3.6-2+b1) ...
- Setting up liblerc4:amd64 (4.1.0+ds-1) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:amd64 (2:1.8.2-2+b1) ...
- Setting up libxcb-xinput0:amd64 (1.17.0-2+b2) ...
- Setting up libxrender1:amd64 (1:0.9.12-1+b2) ...
- Setting up libdatrie1:amd64 (0.2.14-1+b1) ...
- Setting up xdg-user-dirs (0.20-1) ...
- Created symlink '/etc/systemd/user/graphical-session-pre.target.wants/xdg-user-dirs.service' → '/usr/lib/systemd/user/xdg-user-dirs.service'.

- Setting up libgcc-16-dev:amd64 (16.1.0-1) ...
- Setting up libmagic-mgc (1:5.46-5+b2) ...
- Setting up libqhull8.0:amd64 (2020.2-9) ...
- Setting up psmisc (23.7-2) ...
- Setting up libxcb-render0:amd64 (1.17.0-2+b2) ...
- Setting up libqsastime-dev:amd64 (5.15.0+dfsg3-3) ...
- Setting up libglvnd0:amd64 (1.7.0-3+b1) ...
- Setting up libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Setting up libdisplay-info3:amd64 (0.3.0-1+b1) ...
- Setting up libxcb-glx0:amd64 (1.17.0-2+b2) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgdk-pixbuf2.0-common (2.44.6+dfsg-2) ...
- Setting up libuv1t64:amd64 (1.51.0-2+b2) ...
- Setting up libmagic1t64:amd64 (1:5.46-5+b2) ...
- Setting up libxcb-keysyms1:amd64 (0.4.1-1+b2) ...
- Setting up libxcb-shape0:amd64 (1.17.0-2+b2) ...
- Setting up x11-common (1:7.7+26) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.6.2-2) ...
- Setting up libdeflate0:amd64 (1.23-2+b2) ...
- Setting up m4 (1.4.21-1) ...
- Setting up libnss-systemd:amd64 (260.1-1) ...
- Setting up libqhull-r8.0:amd64 (2020.2-9) ...
- Setting up libxcb-render-util0:amd64 (0.3.10-1+b2) ...
- Setting up xkb-data (2.47-1) ...
- Setting up krb5-locales (1.22.1-2.1) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Setting up libxcb-icccm4:amd64 (0.4.2-1+b2) ...
- Setting up file (1:5.46-5+b2) ...
- Setting up libmpg123-0t64:amd64 (1.33.5-1) ...
- Setting up libcsironn0:amd64 (5.15.0+dfsg3-3) ...
- Setting up libjbig0:amd64 (2.1-6.1+b3) ...
- Setting up libpcre2-16-0:amd64 (10.46-1+b2) ...
- Setting up libelf1t64:amd64 (0.195-1) ...
- Setting up libxcb-util1:amd64 (0.4.1-1+b2) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-2+b1) ...
- Setting up libxcb-xkb1:amd64 (1.17.0-2+b2) ...
- Setting up libxcb-image0:amd64 (0.4.0-2+b3) ...
- Setting up libkrb5support0:amd64 (1.22.1-2.1) ...
- Setting up libicu78:amd64 (78.3-2) ...
- Setting up libxcb-present0:amd64 (1.17.0-2+b2) ...
- Setting up libasound2-data (1.2.15.3-1) ...
- Setting up libpgm-5.3-0t64:amd64 (5.3.128~dfsg-3) ...
- Setting up autotools-dev (20240727.1+nmu1) ...
- Setting up libz3-4:amd64 (4.13.3-1.1) ...
- Setting up libpcre2-32-0:amd64 (10.46-1+b2) ...
- Setting up libglib2.0-0t64:amd64 (2.88.1-2) ...
- Setting up libblas3:amd64 (3.12.1-7+b2) ...
- 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 libglib2.0-data (2.88.1-2) ...
- Setting up libxcb-xinerama0:amd64 (1.17.0-2+b2) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up libasound2t64:amd64 (1.2.15.3-1+b1) ...
- Setting up libjpeg62-turbo:amd64 (1:3.1.3-4) ...
- Setting up qttranslations5-l10n (5.15.17-2) ...
- Setting up libepoxy0:amd64 (1.5.10-2+b2) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2+b5) ...
- Setting up libxcb-sync1:amd64 (1.17.0-2+b2) ...
- Setting up libpgm-dev:amd64 (5.3.128~dfsg-3) ...
- Setting up libjsoncpp26:amd64 (1.9.7-2) ...
- Setting up libllvm21:amd64 (1:21.1.8-7+b1) ...
- Setting up libavahi-common-data:amd64 (0.8-18) ...
- Setting up libfribidi0:amd64 (1.0.16-5+b1) ...
- Setting up libopus0:amd64 (1.6.1-1+b1) ...
- Setting up shared-mime-info (2.4-5+b3) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3+b5) ...
- Setting up libproc2-0:amd64 (2:4.0.4-9+b2) ...
- Setting up comerr-dev:amd64 (2.1-1.47.4-1) ...
- Setting up libstdlib-ocaml (5.4.0-3) ...
- Setting up fonts-dejavu-mono (2.37-9) ...
- Setting up libpng16-16t64:amd64 (1.6.58-1) ...
- Setting up libvorbis0a:amd64 (1.3.7-3+b2) ...
- Setting up libxrandr2:amd64 (2:1.5.4-1+b4) ...
- Setting up ocaml-base (5.4.0-3) ...
- Setting up fonts-dejavu-core (2.37-9) ...
- Setting up libflac14:amd64 (1.5.0+ds-5+b1) ...
- Setting up libqhullcpp8.0:amd64 (2020.2-9) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libsensors5:amd64 (1:3.6.2-2+b2) ...
- Setting up libk5crypto3:amd64 (1.22.1-2.1) ...
- Setting up libltdl7:amd64 (2.5.4-11) ...
- Setting up libqhull-dev:amd64 (2020.2-9) ...
- Setting up libgfortran5:amd64 (16.1.0-1) ...
- Setting up libvulkan1:amd64 (1.4.341.0-1) ...
- Setting up autoconf (2.73-2) ...
- Setting up libwebp7:amd64 (1.5.0-0.1+b2) ...
- Setting up libplplot-data (5.15.0+dfsg3-3) ...
- Setting up liblzma-dev:amd64 (5.8.3-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Setting up libnuma1:amd64 (2.0.19-1+b2) ...
- Setting up alsa-topology-conf (1.2.5.1-3) ...
- Setting up libdav1d7:amd64 (1.5.3-1+b2) ...
- Setting up libmtdev1t64:amd64 (1.1.7-1+b2) ...
- Setting up libasyncns0:amd64 (0.8-7+b2) ...
- Setting up libxshmfence1:amd64 (1.3.3-1+b2) ...
- Setting up libcsirocsa0:amd64 (5.15.0+dfsg3-3) ...
- Setting up at-spi2-common (2.60.3-1) ...
- Setting up libshp4:amd64 (1.6.3-1) ...
- Setting up libtiff6:amd64 (4.7.1-2) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2+b2) ...
- Setting up procps (2:4.0.4-9+b2) ...
- Setting up liblua5.1-0:amd64 (5.1.5-12) ...
- Setting up libmd-dev:amd64 (1.2.0-1) ...
- Setting up libpam-systemd:amd64 (260.1-1) ...
- Setting up libmd4c0:amd64 (0.5.2-2+b2) ...
- Setting up libthai-data (0.1.30-1) ...
- Setting up librhash1:amd64 (1.4.6-1.1+b1) ...
- Setting up libkrb5-3:amd64 (1.22.1-2.1) ...
- Setting up libwayland-egl1:amd64 (1.24.0-2+b2) ...
- Setting up cpp-16-x86-64-linux-gnu (16.1.0-1) ...
- Setting up libxss1:amd64 (1:1.2.3-1+b4) ...
- Setting up libwxbase3.2-1t64:amd64 (3.2.9+dfsg-1+b1) ...
- Setting up libde265-0:amd64 (1.0.18-1) ...
- Setting up libx265-215:amd64 (4.1-4+b2) ...
- Setting up libsodium26:amd64 (1.0.22-2) ...
- Setting up libdrm-common (2.4.131-1) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1+b2) ...
- Setting up libarchive13t64:amd64 (3.8.7-1) ...
- Setting up libjxl0.11:amd64 (0.11.2-3) ...
- Setting up libevdev2:amd64 (1.13.6+dfsg-2) ...
- Setting up readline-common (8.3-4) ...
- Setting up libbsd-dev:amd64 (0.12.2-2+b2) ...
- Setting up libbrotli-dev:amd64 (1.2.0-3) ...
- Setting up libgudev-1.0-0:amd64 (238-7+b2) ...
- Setting up libmp3lame0:amd64 (3.101~svn6531+dfsg-1) ...
- Setting up libblas-dev:amd64 (3.12.1-7+b2) ...
- 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 libvorbisenc2:amd64 (1.3.7-3+b2) ...
- Setting up libxres1:amd64 (2:1.2.1-2) ...
- Setting up libwacom-common (2.18.0-1) ...
- Setting up libbz2-dev:amd64 (1.0.8-6+b2) ...
- Setting up libxkbcommon0:amd64 (1.13.1-1) ...
- Setting up libwayland-client0:amd64 (1.24.0-2+b2) ...
- Setting up automake (1:1.18.1-4) ...
- update-alternatives: using /usr/bin/automake-1.18 to provide /usr/bin/automake (automake) in auto mode
- Setting up systemd-userdbd (260.1-1) ...
- Created symlink '/etc/systemd/system/sockets.target.wants/systemd-userdbd.socket' → '/usr/lib/systemd/system/systemd-userdbd.socket'.

- Setting up libice6:amd64 (2:1.1.1-1+b2) ...
- Setting up libhpdf-2.3.0:amd64 (2.3.0+dfsg-1.1+b1) ...
- Setting up liblapack3:amd64 (3.12.1-7+b2) ...
- 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 libshp-dev:amd64 (1.6.3-1) ...
- Setting up libopenblas0-pthread:amd64 (0.3.33+ds-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up libatk1.0-0t64:amd64 (2.60.3-1) ...
- Setting up libpng-tools (1.6.58-1) ...
- Setting up alsa-ucm-conf (1.2.15.3-1) ...
- Setting up libtool (2.5.4-11) ...
- Setting up libwacom9:amd64 (2.18.0-1) ...
- Setting up fontconfig-config (2.17.1-5) ...
- Setting up libxtst6:amd64 (2:1.2.5-1+b2) ...
- Setting up libxcursor1:amd64 (1:1.2.3-1+b2) ...
- Setting up libgfortran-16-dev:amd64 (16.1.0-1) ...
- Setting up libpng-dev:amd64 (1.6.58-1) ...
- Setting up libibus-1.0-5:amd64 (1.5.34-1) ...
- Setting up libavahi-common3:amd64 (0.8-18) ...
- Setting up libcloudproviders0:amd64 (0.4.0-2+b1) ...
- Setting up gcc-16-x86-64-linux-gnu (16.1.0-1) ...
- Setting up libcolord2:amd64 (1.4.8-3) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up libinput-bin (1.31.1-1) ...
- Setting up libdconf1:amd64 (0.49.0-4+b1) ...
- Setting up libltdl-dev:amd64 (2.5.4-11) ...
- Setting up libthai0:amd64 (0.1.30-1+b1) ...
- Setting up dbus-user-session (1.16.2-4) ...
- Setting up libqt5core5t64:amd64 (5.15.17+dfsg-8) ...
- Setting up libxml2-dev:amd64 (2.15.2+dfsg-0.1) ...
- Setting up libtmglib3:amd64 (3.12.1-7+b2) ...
- Setting up libfreetype6:amd64 (2.14.3+dfsg-1) ...
- Setting up libatspi2.0-0t64:amd64 (2.60.3-1) ...
- Setting up libxkbcommon-x11-0:amd64 (1.13.1-1) ...
- Setting up libplplot-ocaml (5.15.0+dfsg3-3) ...
- Setting up liblapack-dev:amd64 (3.12.1-7+b2) ...
- 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 libgssapi-krb5-2:amd64 (1.22.1-2.1) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Setting up libsodium-dev:amd64 (1.0.22-2) ...
- Setting up gfortran-16-x86-64-linux-gnu (16.1.0-1) ...
- Setting up libreadline8t64:amd64 (8.3-4) ...
- Setting up libdrm2:amd64 (2.4.131-1+b1) ...
- Setting up libopenblas0:amd64 (0.3.33+ds-2) ...
- Setting up liblapacke:amd64 (3.12.1-7+b2) ...
- Setting up libwayland-cursor0:amd64 (1.24.0-2+b2) ...
- Setting up libdecor-0-0:amd64 (0.2.5-1+b1) ...
- Setting up cmake (4.3.2-1) ...
- Setting up libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Setting up cpp-16 (16.1.0-1) ...
- Setting up libtmglib-dev:amd64 (3.12.1-7+b2) ...
- Setting up libfontconfig1:amd64 (2.17.1-5) ...
- Setting up libsndfile1:amd64 (1.2.2-4+b1) ...
- Setting up libsm6:amd64 (2:1.2.6-1+b2) ...
- Setting up libavahi-client3:amd64 (0.8-18) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.131-1+b1) ...
- Setting up libopenblas-pthread-dev:amd64 (0.3.33+ds-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode
- Setting up libatk-bridge2.0-0t64:amd64 (2.60.3-1) ...
- Setting up libinput10:amd64 (1.31.1-1) ...
- Setting up mesa-vulkan-drivers:amd64 (26.0.6-1) ...
- Setting up fontconfig (2.17.1-5) ...
- Regenerating fonts cache... 
- done.
- Setting up libplplot17:amd64 (5.15.0+dfsg3-3) ...
- Setting up libqt5dbus5t64:amd64 (5.15.17+dfsg-8) ...
- Setting up libzmq5:amd64 (4.3.5-1+b7) ...
- Setting up libpulse0:amd64 (17.0+dfsg1-2.1+b1) ...
- Setting up libplplotcxx15:amd64 (5.15.0+dfsg3-3) ...
- Setting up libpango-1.0-0:amd64 (1.57.1-2) ...
- Setting up libdrm-intel1:amd64 (2.4.131-1+b1) ...
- Setting up libqt5network5t64:amd64 (5.15.17+dfsg-8) ...
- Setting up gcc-16 (16.1.0-1) ...
- Setting up libnorm-dev:amd64 (1.5.9+dfsg-4+b1) ...
- Setting up dconf-service (0.49.0-4+b1) ...
- Setting up liblapacke-dev:amd64 (3.12.1-7+b2) ...
- Setting up lua5.1 (5.1.5-12) ...
- update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode
- update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode
- Setting up libcairo2:amd64 (1.18.4-3+b1) ...
- Setting up libfreetype-dev:amd64 (2.14.3+dfsg-1) ...
- Setting up libopenblas-dev:amd64 (0.3.33+ds-2) ...
- Setting up libplplotfortran0:amd64 (5.15.0+dfsg3-3) ...
- Setting up libqt5qml5:amd64 (5.15.17+dfsg-4+b1) ...
- Setting up libgssrpc4t64:amd64 (1.22.1-2.1) ...
- Setting up gfortran-16 (16.1.0-1) ...
- Setting up libcairo-gobject2:amd64 (1.18.4-3+b1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.57.1-2) ...
- Setting up ibus-gtk3:amd64 (1.5.34-1) ...
- Setting up libcups2t64:amd64 (2.4.18-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.57.1-2) ...
- Setting up libkadm5clnt-mit12:amd64 (1.22.1-2.1) ...
- Setting up mesa-libgallium:amd64 (26.0.6-1) ...
- Setting up libqt5qmlmodels5:amd64 (5.15.17+dfsg-4+b1) ...
- Setting up dconf-gsettings-backend:amd64 (0.49.0-4+b1) ...
- Setting up libkdb5-10t64:amd64 (1.22.1-2.1) ...
- Setting up libgbm1:amd64 (26.0.6-1) ...
- Setting up libgl1-mesa-dri:amd64 (26.0.6-1) ...
- Setting up libsdl3-0:amd64 (3.4.8+ds-1) ...
- Setting up libplplot-lua:amd64 (5.15.0+dfsg3-3) ...
- Setting up libegl-mesa0:amd64 (26.0.6-1) ...
- Setting up libkadm5srv-mit12:amd64 (1.22.1-2.1) ...
- Setting up libegl1:amd64 (1.7.0-3+b1) ...
- Setting up libsdl2-2.0-0:amd64 (2.32.68+ds-1) ...
- Setting up libgtk-3-common (3.24.52-1) ...
- Setting up krb5-multidev:amd64 (1.22.1-2.1) ...
- Setting up gsettings-desktop-schemas (50~alpha-1) ...
- Setting up libglx-mesa0:amd64 (26.0.6-1) ...
- Setting up libglx0:amd64 (1.7.0-3+b1) ...
- Setting up libkrb5-dev:amd64 (1.22.1-2.1) ...
- Setting up libgl1:amd64 (1.7.0-3+b1) ...
- Setting up at-spi2-core (2.60.3-1) ...
- Setting up libzmq3-dev:amd64 (4.3.5-1+b7) ...
- Setting up cppzmq-dev:amd64 (4.10.0-1+b2) ...
- Setting up libqt5gui5t64:amd64 (5.15.17+dfsg-8) ...
- Setting up libqt5quick5:amd64 (5.15.17+dfsg-4+b1) ...
- Setting up libqt5widgets5t64:amd64 (5.15.17+dfsg-8) ...
- Setting up libqt5svg5:amd64 (5.15.17-3+b1) ...
- Setting up libqt5waylandclient5:amd64 (5.15.17-4+b1) ...
- Setting up libqt5waylandcompositor5:amd64 (5.15.17-4+b1) ...
- Setting up libqt5printsupport5t64:amd64 (5.15.17+dfsg-8) ...
- Setting up qtwayland5:amd64 (5.15.17-4+b1) ...
- Setting up libplplotqt2:amd64 (5.15.0+dfsg3-3) ...
- Setting up plplot-driver-qt:amd64 (5.15.0+dfsg3-3) ...
- Setting up libheif-plugin-dav1d:amd64 (1.21.2-4) ...
- Setting up libheif-plugin-libde265:amd64 (1.21.2-4) ...
- Setting up libheif1:amd64 (1.21.2-4) ...
- Setting up librsvg2-2:amd64 (2.62.1+dfsg-1) ...
- Setting up glycin-loaders (2.0.8-1) ...
- Setting up libglycin-2-0:amd64 (2.0.8-1) ...
- Setting up libheif-plugin-x265:amd64 (1.21.2-4) ...
- Setting up libheif-plugin-aomenc:amd64 (1.21.2-4) ...
- Setting up glycin-thumbnailers (2.0.8-1) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
- Setting up gtk-update-icon-cache (4.22.4+ds-1) ...
- Setting up adwaita-icon-theme (50.0-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libnotify4:amd64 (0.8.8-1+b1) ...
- Setting up libgtk-3-0t64:amd64 (3.24.52-1) ...
- Setting up librsvg2-common:amd64 (2.62.1+dfsg-1) ...
- Setting up libdecor-0-plugin-1-gtk:amd64 (0.2.5-1+b1) ...
- Setting up libwxgtk3.2-1t64:amd64 (3.2.9+dfsg-1+b1) ...
- Setting up libplplotwxwidgets1:amd64 (5.15.0+dfsg3-3) ...
- Setting up libgtk-3-bin (3.24.52-1) ...
- Setting up qt5-gtk-platformtheme:amd64 (5.15.17+dfsg-8) ...
- Setting up plplot-driver-wxwidgets:amd64 (5.15.0+dfsg3-3) ...
- Setting up libplplot-dev (5.15.0+dfsg3-3) ...
- Processing triggers for libc-bin (2.42-16) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/144: [base.v0.17.3: extract]
Processing  2/144: [base.v0.17.3: extract]
Processing  3/144: [base.v0.17.3: extract] [base64.3.5.2: extract]
Processing  4/144: [base.v0.17.3: extract] [base64.3.5.2: extract] [camlzip.1.14: extract]
-> retrieved base.v0.17.3  (cached)
Processing  4/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
-> retrieved conf-gmp.5  (cached)
Processing  5/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
-> retrieved conf-gmp-powm-sec.4  (cached)
Processing  6/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
-> retrieved conf-openblas.0.2.3  (cached)
Processing  7/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
Processing  8/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
Processing  9/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
Processing 10/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
-> retrieved conf-zmq.0.1  (cached)
Processing 11/144: [base64.3.5.2: extract] [camlzip.1.14: extract]
Processing 12/144: [base64.3.5.2: extract] [camlzip.1.14: extract] [cppo.1.8.0: extract]
Processing 13/144: [base64.3.5.2: extract] [camlzip.1.14: extract] [cppo.1.8.0: extract] [conf-gmp: sh]
Processing 14/144: [base64.3.5.2: extract] [camlzip.1.14: extract] [cppo.1.8.0: extract] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas]
Processing 15/144: [base64.3.5.2: extract] [camlzip.1.14: extract] [cppo.1.8.0: extract] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
-> retrieved base64.3.5.2  (cached)
Processing 15/144: [camlzip.1.14: extract] [cppo.1.8.0: extract] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
Processing 16/144: [camlzip.1.14: extract] [cppo.1.8.0: extract] [cryptokit.1.21.1: extract] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
Processing 17/144: [camlzip.1.14: extract] [cppo.1.8.0: extract] [cryptokit.1.21.1: extract] [base64: dune build] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
-> retrieved camlzip.1.14  (cached)
Processing 17/144: [cppo.1.8.0: extract] [cryptokit.1.21.1: extract] [base64: dune build] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
Processing 18/144: [cppo.1.8.0: extract] [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [base64: dune build] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.8.0  (cached)
Processing 18/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [base64: dune build] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
Processing 19/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config]
Processing 20/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config] [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-gmp.5)
-> compiled  conf-gmp.5
Processing 20/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config] [cppo: dune build]
-> installed conf-gmp.5
Processing 21/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 22/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config] [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-pkg-config.4)
- 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
-   --verbose                         print additional information
-   --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
-   --solution                        print dependency graph solution in a simple 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
-   --license                         print the specified module's license to stdout if known
-   --exists-cflags                   add -DHAVE_FOO fragments to cflags for each found module
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
-   --env=prefix                      print output as shell-compatible environmental variables
-   --fragment-tree                   visualize printed CFLAGS/LIBS fragments as a tree
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.4
Processing 22/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [cppo: dune build]
-> installed conf-pkg-config.4
Processing 23/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [cppo: dune build]
Processing 24/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [cppo: dune build]
Processing 25/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [cppo: dune build]
Processing 26/144: [cryptokit.1.21.1: extract] [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
-> retrieved cryptokit.1.21.1  (cached)
Processing 26/144: [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
Processing 27/144: [csexp.1.5.2: extract] [ctypes.0.24.0: extract] [dune-configurator.3.23.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 27/144: [ctypes.0.24.0: extract] [dune-configurator.3.23.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
Processing 28/144: [ctypes.0.24.0: extract] [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
Processing 29/144: [ctypes.0.24.0: extract] [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.24.0  (cached)
Processing 29/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
Processing 30/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "cc $CFLAGS test.c -lopenblas" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-openblas.0.2.3)
- + cc test.c -lopenblas
-> compiled  conf-openblas.0.2.3
Processing 30/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> installed conf-openblas.0.2.3
Processing 31/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [base64: dune build] [conf-gmp-powm-sec: sh] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base64" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/base64.3.5.2)
-> compiled  base64.3.5.2
Processing 31/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-gmp-powm-sec: sh] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> installed base64.3.5.2
Processing 32/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-gmp-powm-sec: sh] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-gmp-powm-sec.4)
-> compiled  conf-gmp-powm-sec.4
Processing 32/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> installed conf-gmp-powm-sec.4
Processing 33/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-plplot: sh pkg-config --exists plplot || pkg-config --exists plplotd] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "pkg-config --exists plplot || pkg-config --exists plplotd" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-plplot.1)
- + pkg-config --exists plplot
-> compiled  conf-plplot.1
Processing 33/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> installed conf-plplot.1
Processing 34/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-zlib: pkg-config zlib] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "zlib" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-zlib.1)
-> compiled  conf-zlib.1
Processing 34/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> installed conf-zlib.1
Processing 35/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "cc test.c $(pkg-config --libs --cflags libzmq)" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-zmq.0.1)
-> compiled  conf-zmq.0.1
Processing 35/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [csexp: dune build]
-> installed conf-zmq.0.1
Processing 36/144: [dune-configurator.3.23.0: extract] [integers.0.7.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 36/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [csexp: dune build]
Processing 37/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [logs.0.10.0: extract] [cppo: dune build] [csexp: dune build]
-> retrieved logs.0.10.0  (cached)
Processing 37/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [csexp: dune build]
Processing 38/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [lwt.6.1.2: extract] [cppo: dune build] [csexp: dune build]
-> retrieved lwt.6.1.2  (cached)
Processing 38/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [csexp: dune build]
Processing 39/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [lwt_ppx.6.1.0: extract] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/csexp.1.5.2)
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 |     [@@inlined always]
-              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlopt.opt -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 |     [@@inlined always]
-              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
-> compiled  csexp.1.5.2
Processing 39/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [lwt_ppx.6.1.0: extract] [cppo: dune build]
-> installed csexp.1.5.2
Processing 40/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [lwt_ppx.6.1.0: extract] [cppo: dune build]
-> retrieved lwt_ppx.6.1.0  (cached)
Processing 40/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build]
Processing 41/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [npy.0.0.9: extract] [cppo: dune build]
-> retrieved npy.0.0.9  (cached)
Processing 41/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build]
Processing 42/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocaml-compiler-libs.v0.17.0: extract] [cppo: dune build]
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
Processing 42/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build]
Processing 43/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocaml_intrinsics_kernel.v0.17.2: extract] [cppo: dune build]
Processing 44/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocaml_intrinsics_kernel.v0.17.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (cached)
Processing 44/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 45/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocamlbuild.0.16.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 46/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocamlbuild.0.16.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ocamlbuild.0.16.1  (cached)
Processing 46/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
Processing 47/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocamlfind.1.9.8: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
Processing 48/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocamlfind.1.9.8: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make configure.make]
-> retrieved ocamlfind.1.9.8  (cached)
Processing 48/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make configure.make]
Processing 49/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocplib-endian.1.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make configure.make]
Processing 50/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [ocplib-endian.1.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> retrieved ocplib-endian.1.2  (cached)
Processing 50/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
Processing 51/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: http] [octavius.1.2.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
Processing 51/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: extract] [octavius.1.2.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/5.3-opam" "OCAMLBUILD_BINDIR=/home/opam/.opam/5.3-opam/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/5.3-opam/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/5.3-opam/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/5.3-opam/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/5.3-opam/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/5.3-opam/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/5.3-opam"; \
- echo "BINDIR=/home/opam/.opam/5.3-opam/bin"; \
- echo "LIBDIR=/home/opam/.opam/5.3-opam/lib"; \
- echo "MANDIR=/home/opam/.opam/5.3-opam/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/5.3-opam/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/5.3-opam/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/5.3-opam/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/5.3-opam/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.16.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 51/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: extract] [octavius.1.2.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved octavius.1.2.2  (cached)
Processing 51/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
Processing 52/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
Processing 53/144: [dune-configurator.3.23.0: extract] [jupyter.3.0.1: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> retrieved jupyter.3.0.1  (https://github.com/akabe/ocaml-jupyter/archive/refs/tags/v3.0.1.tar.gz)
Processing 53/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 54/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [owl-jupyter.1.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> retrieved owl-jupyter.1.0  (cached)
Processing 54/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 55/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [owl-plplot.1.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> retrieved owl-plplot.1.1  (cached)
Processing 55/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 56/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [plplot.5.12.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> retrieved plplot.5.12.1  (cached)
Processing 56/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 57/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppx_derivers.1.2.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 57/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 58/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppx_deriving.6.1.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 59/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppx_deriving.6.1.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.6.1.1  (cached)
Processing 59/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
Processing 60/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppx_js_style.v0.17.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_js_style.v0.17.1  (cached)
Processing 60/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
Processing 61/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppx_yojson_conv.v0.17.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_yojson_conv.v0.17.1  (cached)
Processing 61/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
Processing 62/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppx_yojson_conv_lib.v0.17.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
Processing 62/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
Processing 63/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml_intrinsics_kernel" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocaml_intrinsics_kernel.v0.17.2)
-> compiled  ocaml_intrinsics_kernel.v0.17.2
Processing 63/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
-> installed ocaml_intrinsics_kernel.v0.17.2
Processing 64/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [ppx_derivers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 64/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> installed ppx_derivers.1.2.1
Processing 65/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> retrieved ppxlib.0.38.0  (cached)
Processing 65/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 66/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [sexplib0.v0.17.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 66/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 67/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [stdint.0.7.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build]
Processing 68/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [stdint.0.7.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [octavius: dune build] [sexplib0: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/5.3-opam/bin" "-sitelib" "/home/opam/.opam/5.3-opam/lib" "-mandir" "/home/opam/.opam/5.3-opam/man" "-config" "/home/opam/.opam/5.3-opam/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/5.3-opam/lib/ocaml
-     Binaries:              /home/opam/.opam/5.3-opam/bin
-     Manual pages:          /home/opam/.opam/5.3-opam/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/5.3-opam/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/5.3-opam/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/5.3-opam/bin
-     Manual pages:          /home/opam/.opam/5.3-opam/man
-     topfind script:        /home/opam/.opam/5.3-opam/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 68/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [stdint.0.7.2: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build]
-> retrieved stdint.0.7.2  (cached)
Processing 68/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build]
Processing 69/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [stdlib-shims.0.3.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build]
Processing 70/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [stdlib-shims.0.3.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 70/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build]
Processing 71/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [topkg.1.1.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build]
Processing 72/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [topkg.1.1.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
-> retrieved topkg.1.1.1  (cached)
Processing 72/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
Processing 73/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [uuidm.0.9.10: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
-> retrieved uuidm.0.9.10  (cached)
Processing 73/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
Processing 74/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [yojson.3.0.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
-> retrieved yojson.3.0.0  (cached)
Processing 74/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
Processing 75/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
Processing 76/144: [dune-configurator.3.23.0: extract] [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> retrieved dune-configurator.3.23.0  (cached)
Processing 76/144: [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
Processing 77/144: [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
Processing 78/144: [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [cppo: dune build] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cppo.1.8.0)
-> compiled  cppo.1.8.0
Processing 78/144: [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed cppo.1.8.0
Processing 79/144: [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-compiler-libs" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocaml-compiler-libs.v0.17.0)
-> compiled  ocaml-compiler-libs.v0.17.0
Processing 79/144: [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.17.0
Processing 80/144: [owl.1.2 + 2 others: extract] [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> retrieved owl.1.2, owl-base.1.2, owl-top.1.2  (cached)
Processing 80/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
Processing 81/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [octavius: dune build] [owl-base: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "octavius" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/octavius.1.2.2)
-> compiled  octavius.1.2.2
Processing 81/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [owl-base: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed octavius.1.2.2
Processing 82/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [owl-base: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sexplib0.v0.17.0)
-> compiled  sexplib0.v0.17.0
Processing 82/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [owl-base: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed sexplib0.v0.17.0
Processing 83/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [owl-base: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/5.3-opam/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.3-opam/lib/ocaml' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then                        \
- 	cp topfind.in topfind.compat.in;                                                     \
- else                                                                  \
- 	sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- 		> topfind.compat.in ;                                                \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/5.3-opam/lib' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
-   make findlib-relative; \
-         else \
-   make findlib-absolute; \
- fi
- make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/5.3-opam/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.3-opam/lib/ocaml:/home/opam/.opam/5.3-opam/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
Processing 83/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdint" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdint.0.7.2)
-> compiled  stdint.0.7.2
Processing 83/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed stdint.0.7.2
Processing 84/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 84/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 85/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [yojson: dune build]
Processing 86/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [yojson: dune build]
Processing 87/144: [zarith.1.14: extract] [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppxlib: dune build] [yojson: dune build]
-> retrieved zarith.1.14  (cached)
Processing 87/144: [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppxlib: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/yojson.3.0.0)
-> compiled  yojson.3.0.0
Processing 87/144: [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppxlib: dune build]
-> installed yojson.3.0.0
Processing 88/144: [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppxlib: dune build]
Processing 89/144: [zmq.5.3.0, zmq-lwt.5.3.0: extract] [dune-configurator: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
-> retrieved zmq.5.3.0, zmq-lwt.5.3.0  (cached)
Processing 89/144: [dune-configurator: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/dune-configurator.3.23.0)
-> compiled  dune-configurator.3.23.0
Processing 89/144: [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
-> installed dune-configurator.3.23.0
Processing 90/144: [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
Processing 91/144: [base: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
Processing 92/144: [base: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
Processing 93/144: [base: dune build] [integers: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build] [zmq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1)
- if test -d /home/opam/.opam/5.3-opam/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/5.3-opam/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-byte
- 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-byte/ocamlbuild_pack.cmo
- mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp-byte/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-nat
- 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-nat/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp-nat/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
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- 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/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- 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/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- 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/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- 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/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- 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/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- 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/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1'
-> compiled  ocamlbuild.0.16.1
Processing 93/144: [base: dune build] [integers: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build] [zmq: dune build]
-> installed ocamlbuild.0.16.1
Processing 94/144: [base: dune build] [integers: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build] [zmq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_yojson_conv_lib" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_yojson_conv_lib.v0.17.0)
-> compiled  ppx_yojson_conv_lib.v0.17.0
Processing 94/144: [base: dune build] [integers: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build] [zmq: dune build]
-> installed ppx_yojson_conv_lib.v0.17.0
Processing 95/144: [base: dune build] [integers: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build] [zmq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "integers" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/integers.0.7.0)
-> compiled  integers.0.7.0
Processing 95/144: [base: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build] [zmq: dune build]
-> installed integers.0.7.0
Processing 96/144: [base: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build] [zmq: dune build]
Processing 97/144: [base: dune build] [ctypes: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build] [zmq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "zmq" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zmq.5.3.0)
-> compiled  zmq.5.3.0
Processing 97/144: [base: dune build] [ctypes: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build]
-> installed zmq.5.3.0
Processing 98/144: [base: dune build] [ctypes: dune build] [ocamlfind: make opt] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
Processing 98/144: [base: dune build] [ctypes: dune build] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build]
Processing 99/144: [base: dune build] [ctypes: dune build] [owl-base: dune build] [plplot: dune build] [ppxlib: dune build] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "plplot" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/plplot.5.12.1)
- (cd _build/default/src && ../configure/discover.exe)
- C compiler accepts flag: -Wno-error=incompatible-pointer-types
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -g -O2 -I/usr/include/plplot -Wno-error=incompatible-pointer-types -g -I /home/opam/.opam/5.3-opam/lib/ocaml -o plplot_impl.o -c plplot_impl.c)
- plplot_impl.c: In function 'ml_plotter':
- plplot_impl.c:68:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    68 |         pltr = caml_named_value( CAML_PLPLOT_PLOTTER_FUNC_NAME );
-       |              ^
- plplot_impl.c: In function 'ml_defined':
- plplot_impl.c:100:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   100 |         defined = caml_named_value( CAML_PLPLOT_DEFINED_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_mapform':
- plplot_impl.c:122:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   122 |         mapform = caml_named_value( CAML_PLPLOT_MAPFORM_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_labelfunc':
- plplot_impl.c:154:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   154 |         callback = caml_named_value( CAML_PLPLOT_LABEL_FUNC_NAME );
-       |                  ^
- plplot_impl.c: In function 'ml_abort':
- plplot_impl.c:176:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   176 |         handler = caml_named_value( CAML_PLPLOT_ABORT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_exit':
- plplot_impl.c:195:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   195 |         handler = caml_named_value( CAML_PLPLOT_EXIT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_transform':
- plplot_impl.c:216:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   216 |         transform = caml_named_value( CAML_PLPLOT_TRANSFORM_FUNC_NAME );
-       |                   ^
- plplot_impl.c: In function 'get_ml_plotter_func':
- plplot_impl.c:235:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   235 |         pltr = caml_named_value( CAML_PLPLOT_PLOTTER_FUNC_NAME );
-       |              ^
- plplot_impl.c: In function 'get_ml_defined_func':
- plplot_impl.c:252:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   252 |         defined = caml_named_value( CAML_PLPLOT_DEFINED_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'get_ml_mapform_func':
- plplot_impl.c:269:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   269 |         mapform = caml_named_value( CAML_PLPLOT_MAPFORM_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plslabelfunc':
- plplot_impl.c:289:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   289 |         label = caml_named_value( CAML_PLPLOT_LABEL_FUNC_NAME );
-       |               ^
- plplot_impl.c: In function 'ml_plsabort':
- plplot_impl.c:311:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   311 |         handler = caml_named_value( CAML_PLPLOT_ABORT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plsexit':
- plplot_impl.c:330:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   330 |         handler = caml_named_value( CAML_PLPLOT_EXIT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plstransform':
- plplot_impl.c:351:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   351 |         handler = caml_named_value( CAML_PLPLOT_TRANSFORM_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plparseopts':
- plplot_impl.c:704:41: warning: passing argument 2 of 'c_plparseopts' from incompatible pointer type [-Wincompatible-pointer-types]
-   704 |     result = plparseopts( &argv_length, c_argv, combined_parse_method );
-       |                                         ^~~~~~
-       |                                         |
-       |                                         const char **
- In file included from /usr/include/plplot/plplotP.h:151,
-                  from plplot_impl.c:29:
- /usr/include/plplot/plplot.h:2305:46: note: expected 'PLCHAR_NC_MATRIX' {aka 'char **'} but argument is of type 'const char **'
-  2305 | c_plparseopts( int *p_argc, PLCHAR_NC_MATRIX argv, PLINT mode );
-       |                             ~~~~~~~~~~~~~~~~~^~~~
- /usr/include/plplot/plplot.h:247:31: note: 'PLCHAR_NC_MATRIX' declared here
-   247 | typedef char **               PLCHAR_NC_MATRIX;
-       |                               ^~~~~~~~~~~~~~~~
-> compiled  plplot.5.12.1
Processing 99/144: [base: dune build] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/5.3-opam/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.3-opam/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/5.3-opam/bin"
- install -d "/home/opam/.opam/5.3-opam/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/5.3-opam/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/5.3-opam/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/5.3-opam/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/5.3-opam/lib/findlib"
- install -d "/home/opam/.opam/5.3-opam/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/5.3-opam/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/5.3-opam/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/5.3-opam/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/5.3-opam/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/5.3-opam/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/5.3-opam/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/5.3-opam/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/5.3-opam/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/5.3-opam/lib/$x/META.tmp" && mv "/home/opam/.opam/5.3-opam/lib/$x/META.tmp" "/home/opam/.opam/5.3-opam/lib/$x/META"; done
- install -d "/home/opam/.opam/5.3-opam/lib/findlib"; cp Makefile.packages "/home/opam/.opam/5.3-opam/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/5.3-opam/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/5.3-opam/man/man1" "/home/opam/.opam/5.3-opam/man/man3" "/home/opam/.opam/5.3-opam/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.3-opam/man/man1"
- cp: cannot stat 'doc/ref-man/ocamlfind.1': No such file or directory
- make[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/5.3-opam/man/man5"
- cp: cannot stat 'doc/ref-man/META.5': No such file or directory
- cp: cannot stat 'doc/ref-man/site-lib.5': No such file or directory
- cp: cannot stat 'doc/ref-man/findlib.conf.5': No such file or directory
- make[1]: [Makefile:92: install-doc] Error 1 (ignored)
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing 99/144: [base: dune build] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build]
Processing 100/144: [base: dune build] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build]
Processing 101/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build]
Processing 102/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build]
Processing 103/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: ./configure]
-> installed base-bytes.base
Processing 104/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: ./configure]
Processing 105/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [ocplib-endian: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: ./configure]
-> installed plplot.5.12.1
Processing 106/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [ocplib-endian: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14)
- binary ocaml: found in /home/opam/.opam/5.3-opam/bin
- binary ocamlc: found in /home/opam/.opam/5.3-opam/bin
- binary ocamldep: found in /home/opam/.opam/5.3-opam/bin
- binary ocamlmklib: found in /home/opam/.opam/5.3-opam/bin
- binary ocamldoc: found in /home/opam/.opam/5.3-opam/bin
- binary ocamlopt: found in /home/opam/.opam/5.3-opam/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/5.3-opam/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/5.3-opam/lib/ocaml  
-   libraries:             -lgmp
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/5.3-opam/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 106/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [ocplib-endian: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocplib-endian" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocplib-endian.1.2)
-> compiled  ocplib-endian.1.2
Processing 106/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
-> installed ocplib-endian.1.2
Processing 107/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
Processing 108/144: [base: dune build] [camlzip: make all] [ctypes: dune build] [lwt: dune exec] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/camlzip.1.14)
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o  -lz
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo  -lz
- ocamlfind ocamlopt -safe-string -package unix -c zlib.ml
- ocamlfind ocamlopt -safe-string -package unix -c zip.ml
- ocamlfind ocamlopt -safe-string -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx  -lz
- ocamlfind ocamlopt -safe-string -package unix -shared -linkall -I ./ -o zip.cmxs zip.cmxa libcamlzip.a
-> compiled  camlzip.1.14
Processing 108/144: [base: dune build] [ctypes: dune build] [lwt: dune exec] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
Processing 109/144: [base: dune build] [ctypes: dune build] [lwt: dune exec] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make] [camlzip: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/camlzip.1.14)
- cp META-zip META && \
-         ocamlfind install zip META *.cma *.a *.mli *.cmi *.cmti *.cmt gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \
-         rm META
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.cmxs
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.cmxa
- Installed /home/opam/.opam/5.3-opam/lib/zip/zlib.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zip/gzip.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zip/zlib.cmt
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.cmt
- Installed /home/opam/.opam/5.3-opam/lib/zip/gzip.cmt
- Installed /home/opam/.opam/5.3-opam/lib/zip/zlib.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zip/gzip.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zip/zlib.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zip/gzip.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zip/zlib.mli
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.mli
- Installed /home/opam/.opam/5.3-opam/lib/zip/gzip.mli
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.a
- Installed /home/opam/.opam/5.3-opam/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/5.3-opam/lib/zip/zip.cma
- Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.3-opam/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.3-opam/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/5.3-opam/lib/camlzip/META
-> installed camlzip.1.14
Processing 109/144: [base: dune build] [ctypes: dune build] [lwt: dune exec] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
Processing 110/144: [base: dune build] [ctypes: dune build] [lwt: dune exec] [npy: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "exec" "-p" "lwt" "src/unix/config/discover.exe" "--" "--save" "--use-libev" "false" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/lwt.6.1.2)
Processing 110/144: [base: dune build] [ctypes: dune build] [lwt: dune build] [npy: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "npy" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/npy.0.0.9)
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.npy.objs/byte -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/zip -cmi-file src/.npy.objs/byte/npy.cmi -no-alias-deps -o src/.npy.objs/byte/npy.cmo -c -impl src/npy.ml)
- File "src/npy.ml", lines 13-26, characters 4-68:
- 13 | ....match packed_kind with
- 14 |     | P Bigarray.Int32 -> "i4"
- 15 |     | P Bigarray.Int64 -> "i8"
- 16 |     | P Bigarray.Float32 -> "f4"
- 17 |     | P Bigarray.Float64 -> "f8"
- ...
- 23 |     | P Bigarray.Complex32 -> "c8" (* 2 32bits float. *)
- 24 |     | P Bigarray.Complex64 -> "c16" (* 2 64bits float. *)
- 25 |     | P Bigarray.Int -> failwith "Int is not supported"
- 26 |     | P Bigarray.Nativeint -> failwith "Nativeint is not supported."
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- P Float16
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlopt.opt -w -40 -g -I src/.npy.objs/byte -I src/.npy.objs/native -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/zip -cmi-file src/.npy.objs/byte/npy.cmi -no-alias-deps -o src/.npy.objs/native/npy.cmx -c -impl src/npy.ml)
- File "src/npy.ml", lines 13-26, characters 4-68:
- 13 | ....match packed_kind with
- 14 |     | P Bigarray.Int32 -> "i4"
- 15 |     | P Bigarray.Int64 -> "i8"
- 16 |     | P Bigarray.Float32 -> "f4"
- 17 |     | P Bigarray.Float64 -> "f8"
- ...
- 23 |     | P Bigarray.Complex32 -> "c8" (* 2 32bits float. *)
- 24 |     | P Bigarray.Complex64 -> "c16" (* 2 64bits float. *)
- 25 |     | P Bigarray.Int -> failwith "Int is not supported"
- 26 |     | P Bigarray.Nativeint -> failwith "Nativeint is not supported."
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- P Float16
-> compiled  npy.0.0.9
Processing 110/144: [base: dune build] [ctypes: dune build] [lwt: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
-> installed npy.0.0.9
Processing 111/144: [base: dune build] [ctypes: dune build] [lwt: dune build] [owl-base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "owl-base" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/owl-base.1.2)
-> compiled  owl-base.1.2
Processing 111/144: [base: dune build] [ctypes: dune build] [lwt: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
-> installed owl-base.1.2
Processing 112/144: [base: dune build] [ctypes: dune build] [lwt: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ctypes" "-j" "71" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ctypes.0.24.0)
Processing 112/144: [base: dune build] [ctypes: dune install] [lwt: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ctypes.0.24.0)
-> compiled  ctypes.0.24.0
Processing 112/144: [base: dune build] [lwt: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
-> installed ctypes.0.24.0
Processing 113/144: [base: dune build] [lwt: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/lwt.6.1.2)
-> compiled  lwt.6.1.2
Processing 113/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
-> installed lwt.6.1.2
Processing 114/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
Processing 115/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make] [zmq-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "zmq-lwt" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zmq-lwt.5.3.0)
-> compiled  zmq-lwt.5.3.0
Processing 115/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
-> installed zmq-lwt.5.3.0
Processing 116/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14)
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp 
- ocamlc -ccopt "-I/home/opam/.opam/5.3-opam/lib/ocaml   -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp 
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp 
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.14
Processing 116/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build]
Processing 117/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14)
- ocamlfind install -destdir "/home/opam/.opam/5.3-opam/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.a
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.mli
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.h
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.mli
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zarith/libzarith.a
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cma
- Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.3-opam/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.3-opam/lib/zarith/META
-> installed zarith.1.14
Processing 117/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build]
Processing 118/144: [base: dune build] [cryptokit: dune build] [ppxlib: dune build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/base.v0.17.3)
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/5.3-opam/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.3-opam/lib/sexplib0 -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -cmi-file src/.base.objs/byte/base__Array.cmi -no-alias-deps -open Base__ -o src/.base.objs/native/base__Array.cmx -c -impl src/array.ml)
- File "src/array.ml", line 399, characters 28-75:
- 399 |       result := Bool.select ((keep_left_if [@inlined]) (compare x !result)) x !result
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 55 [inlining-impossible]: Cannot inline: Unknown function
-> compiled  base.v0.17.3
Processing 118/144: [cryptokit: dune build] [ppxlib: dune build] [topkg: ocaml build]
-> installed base.v0.17.3
Processing 119/144: [cryptokit: dune build] [ppxlib: dune build] [topkg: ocaml build]
Processing 120/144: [cryptokit: dune build] [owl: dune build] [ppxlib: dune build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/topkg.1.1.1)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- + ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- + ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- + ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- + ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- + ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- + ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- + ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- + ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- + ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- + ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- + ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- + ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- + ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- + ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- + ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- + ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- + ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- + ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- + ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- + ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- + ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- + ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- + ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- + ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- + ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- + ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- + ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- + ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- + ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- + ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- + ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- + ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- + ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- + ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- + ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml
- + ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- + ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 3(83), max: 20, min: 2, average(total): 8.000(1.253) }
-> compiled  topkg.1.1.1
Processing 120/144: [cryptokit: dune build] [owl: dune build] [ppxlib: dune build]
-> installed topkg.1.1.1
Processing 121/144: [cryptokit: dune build] [owl: dune build] [ppxlib: dune build]
Processing 122/144: [cryptokit: dune build] [logs: ocaml build] [owl: dune build] [ppxlib: dune build]
Processing 123/144: [cryptokit: dune build] [logs: ocaml build] [owl: dune build] [ppxlib: dune build] [uuidm: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-cmdliner" "false" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/uuidm.0.9.10)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/uuidm.ml > src/uuidm.ml.depends
- + ocamlfind ocamldep -modules src/uuidm.mli > src/uuidm.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/uuidm.cmi src/uuidm.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/uuidm.cmx src/uuidm.ml
- + ocamlfind ocamlopt -a -I src src/uuidm.cmx -o src/uuidm.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/uuidm.cmo src/uuidm.ml
- + ocamlfind ocamlopt -shared -linkall -I src src/uuidm.cmxa -o src/uuidm.cmxs
- + ocamlfind ocamlc -a -I src src/uuidm.cmo -o src/uuidm.cma
- # Parallel statistics: { count(total): 1(8), max: 2, min: 2, average(total): 2.000(1.125) }
-> compiled  uuidm.0.9.10
Processing 123/144: [cryptokit: dune build] [logs: ocaml build] [owl: dune build] [ppxlib: dune build]
-> installed uuidm.0.9.10
Processing 124/144: [cryptokit: dune build] [logs: ocaml build] [owl: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-js_of_ocaml-compiler" "false" "--with-fmt" "false" "--with-cmdliner" "false" "--with-lwt" "true" "--with-base-threads" "true" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/logs.0.10.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends
- + ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/logs.cmi src/logs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/logs.cmx src/logs.ml
- + ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/logs.cmo src/logs.ml
- + ocamlfind ocamldep -package lwt -modules src/lwt/logs_lwt.ml > src/lwt/logs_lwt.ml.depends
- + ocamlfind ocamldep -package lwt -modules src/lwt/logs_lwt.mli > src/lwt/logs_lwt.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src/lwt -I src -o src/lwt/logs_lwt.cmi src/lwt/logs_lwt.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package lwt -I src/lwt -I src -o src/lwt/logs_lwt.cmx src/lwt/logs_lwt.ml
- + ocamlfind ocamlopt -a -package lwt -I src/lwt src/lwt/logs_lwt.cmx -o src/lwt/logs_lwt.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src/lwt -I src -o src/lwt/logs_lwt.cmo src/lwt/logs_lwt.ml
- + ocamlfind ocamldep -package threads -modules src/threaded/logs_threaded.ml > src/threaded/logs_threaded.ml.depends
- + ocamlfind ocamldep -package threads -modules src/threaded/logs_threaded.mli > src/threaded/logs_threaded.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src/threaded -I src -o src/threaded/logs_threaded.cmi src/threaded/logs_threaded.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src/threaded -I src -o src/threaded/logs_threaded.cmx src/threaded/logs_threaded.ml
- + ocamlfind ocamlopt -a -thread -package threads -I src/threaded src/threaded/logs_threaded.cmx -o src/threaded/logs_threaded.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src/threaded -I src -o src/threaded/logs_threaded.cmo src/threaded/logs_threaded.ml
- + ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs
- + ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma
- + ocamlfind ocamlopt -shared -linkall -package lwt -I src/lwt src/lwt/logs_lwt.cmxa -o src/lwt/logs_lwt.cmxs
- + ocamlfind ocamlc -a -package lwt -I src/lwt src/lwt/logs_lwt.cmo -o src/lwt/logs_lwt.cma
- + ocamlfind ocamlopt -shared -linkall -thread -package threads -I src/threaded src/threaded/logs_threaded.cmxa -o src/threaded/logs_threaded.cmxs
- + ocamlfind ocamlc -a -thread -package threads -I src/threaded src/threaded/logs_threaded.cmo -o src/threaded/logs_threaded.cma
- # Parallel statistics: { count(total): 1(20), max: 6, min: 6, average(total): 6.000(1.250) }
-> compiled  logs.0.10.0
Processing 124/144: [cryptokit: dune build] [owl: dune build] [ppxlib: dune build]
-> installed logs.0.10.0
Processing 125/144: [cryptokit: dune build] [owl: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cryptokit" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cryptokit.1.21.1)
- (cd _build/default/src && config/flags.exe)
- ZLib: ............................... enabled
- Hardware support for AES and GCM: ... enabled
- getentropy():........................ enabled
-> compiled  cryptokit.1.21.1
Processing 125/144: [owl: dune build] [ppxlib: dune build]
-> installed cryptokit.1.21.1
Processing 126/144: [owl: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppxlib.0.38.0)
- File "dune-project", line 23, characters 2-42:
- 23 |   (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=
- v0.15))) in 'depends' field. If you want to specify multiple constraints,
- combine them using (and ...).
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (duplicate_deps disabled))
-> compiled  ppxlib.0.38.0
Processing 126/144: [owl: dune build]
-> installed ppxlib.0.38.0
Processing 127/144: [owl: dune build]
Processing 128/144: [lwt_ppx: dune build] [owl: dune build]
Processing 129/144: [lwt_ppx: dune build] [owl: dune build] [ppx_deriving: dune build]
Processing 130/144: [lwt_ppx: dune build] [owl: dune build] [ppx_deriving: dune build] [ppx_js_style: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_js_style" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_js_style.v0.17.1)
-> compiled  ppx_js_style.v0.17.1
Processing 130/144: [lwt_ppx: dune build] [owl: dune build] [ppx_deriving: dune build]
-> installed ppx_js_style.v0.17.1
Processing 131/144: [lwt_ppx: dune build] [owl: dune build] [ppx_deriving: dune build]
Processing 132/144: [lwt_ppx: dune build] [owl: dune build] [ppx_deriving: dune build] [ppx_yojson_conv: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt_ppx" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/lwt_ppx.6.1.0)
- File "dune-project", line 39, characters 2-24:
- 39 |   (lwt (= 6.0.0-beta01))))
-        ^^^^^^^^^^^^^^^^^^^^^^
- Warning: Duplicate dependency on package (lwt (= 6.0.0-beta01)) in
- 'conflicts' field. If you want to specify multiple constraints, combine them
- using (and ...).
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (duplicate_deps disabled))
-> compiled  lwt_ppx.6.1.0
Processing 132/144: [owl: dune build] [ppx_deriving: dune build] [ppx_yojson_conv: dune build]
-> installed lwt_ppx.6.1.0
Processing 133/144: [owl: dune build] [ppx_deriving: dune build] [ppx_yojson_conv: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_deriving.6.1.1)
-> compiled  ppx_deriving.6.1.1
Processing 133/144: [owl: dune build] [ppx_yojson_conv: dune build]
-> installed ppx_deriving.6.1.1
Processing 134/144: [owl: dune build] [ppx_yojson_conv: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_yojson_conv" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_yojson_conv.v0.17.1)
-> compiled  ppx_yojson_conv.v0.17.1
Processing 134/144: [owl: dune build]
-> installed ppx_yojson_conv.v0.17.1
Processing 135/144: [owl: dune build]
Processing 136/144: [jupyter: dune build] [owl: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "jupyter" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/jupyter.3.0.1)
-> compiled  jupyter.3.0.1
Processing 136/144: [owl: dune build]
-> installed jupyter.3.0.1
Processing 137/144: [owl: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "owl" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/owl.1.2)
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o bdtr.o -c bdtr.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/bdtr.c:149:
- src/owl/maths/cephes/bdtr.c: In function 'cephes_bdtrc':
- src/owl/maths/cephes/cephes_names.h:5:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/bdtr.c:151:8: note: in expansion of macro 'bdtrc'
- src/owl/maths/cephes/bdtr.c: In function 'cephes_bdtr':
- src/owl/maths/cephes/cephes_names.h:6:14: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/bdtr.c:191:8: note: in expansion of macro 'bdtr'
- src/owl/maths/cephes/bdtr.c: In function 'cephes_bdtri':
- src/owl/maths/cephes/cephes_names.h:7:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/bdtr.c:220:8: note: in expansion of macro 'bdtri'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o btdtr.o -c btdtr.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/btdtr.c:53:
- src/owl/maths/cephes/btdtr.c: In function 'cephes_btdtr':
- src/owl/maths/cephes/cephes_names.h:10:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/btdtr.c:55:8: note: in expansion of macro 'btdtr'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o chbevl.o -c chbevl.c)
- src/owl/maths/cephes/chbevl.c: In function 'chbevl':
- src/owl/maths/cephes/chbevl.c:63:8: warning: old-style function definition [-Wold-style-definition]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o chbevlf.o -c chbevlf.c)
- src/owl/maths/cephes_single/chbevlf.c: In function 'chbevlf':
- src/owl/maths/cephes_single/chbevlf.c:63:7: warning: old-style function definition [-Wold-style-definition]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o chdtr.o -c chdtr.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/chdtr.c:151:
- src/owl/maths/cephes/chdtr.c: In function 'cephes_chdtrc':
- src/owl/maths/cephes/cephes_names.h:12:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/chdtr.c:153:8: note: in expansion of macro 'chdtrc'
- src/owl/maths/cephes/chdtr.c: In function 'cephes_chdtr':
- src/owl/maths/cephes/cephes_names.h:13:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/chdtr.c:164:8: note: in expansion of macro 'chdtr'
- src/owl/maths/cephes/chdtr.c: In function 'cephes_chdtri':
- src/owl/maths/cephes/cephes_names.h:14:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/chdtr.c:177:8: note: in expansion of macro 'chdtri'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o dawsn.o -c dawsn.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/dawsn.c:49:
- src/owl/maths/cephes/dawsn.c: In function 'cephes_dawsn':
- src/owl/maths/cephes/cephes_names.h:15:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/dawsn.c:127:8: note: in expansion of macro 'dawsn'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o ellpe.o -c ellpe.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/ellpe.c:66:
- src/owl/maths/cephes/ellpe.c: In function 'cephes_ellpe':
- src/owl/maths/cephes/cephes_names.h:18:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/ellpe.c:95:8: note: in expansion of macro 'ellpe'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o ellpk.o -c ellpk.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/ellpk.c:63:
- src/owl/maths/cephes/ellpk.c: In function 'cephes_ellpk':
- src/owl/maths/cephes/cephes_names.h:20:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/ellpk.c:97:8: note: in expansion of macro 'ellpk'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o gdtr.o -c gdtr.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/gdtr.c:98:
- src/owl/maths/cephes/gdtr.c: In function 'cephes_gdtr':
- src/owl/maths/cephes/cephes_names.h:31:14: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/gdtr.c:101:8: note: in expansion of macro 'gdtr'
- src/owl/maths/cephes/gdtr.c: In function 'cephes_gdtrc':
- src/owl/maths/cephes/cephes_names.h:32:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/gdtr.c:113:8: note: in expansion of macro 'gdtrc'
- src/owl/maths/cephes/gdtr.c: In function 'cephes_gdtri':
- src/owl/maths/cephes/cephes_names.h:33:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/gdtr.c:125:8: note: in expansion of macro 'gdtri'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o i0.o -c i0.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/i0.c:76:
- src/owl/maths/cephes/i0.c: In function 'cephes_i0':
- src/owl/maths/cephes/cephes_names.h:39:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/i0.c:149:8: note: in expansion of macro 'i0'
- src/owl/maths/cephes/i0.c: In function 'cephes_i0e':
- src/owl/maths/cephes/cephes_names.h:40:13: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/i0.c:168:8: note: in expansion of macro 'i0e'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o i1.o -c i1.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/i1.c:77:
- src/owl/maths/cephes/i1.c: In function 'cephes_i1':
- src/owl/maths/cephes/cephes_names.h:41:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/i1.c:150:8: note: in expansion of macro 'i1'
- src/owl/maths/cephes/i1.c: In function 'cephes_i1e':
- src/owl/maths/cephes/cephes_names.h:42:13: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/i1.c:170:8: note: in expansion of macro 'i1e'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o k0.o -c k0.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/k0.c:76:
- src/owl/maths/cephes/k0.c: In function 'cephes_k0':
- src/owl/maths/cephes/cephes_names.h:55:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/k0.c:131:8: note: in expansion of macro 'k0'
- src/owl/maths/cephes/k0.c: In function 'cephes_k0e':
- src/owl/maths/cephes/cephes_names.h:56:13: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/k0.c:158:8: note: in expansion of macro 'k0e'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o k1.o -c k1.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/k1.c:76:
- src/owl/maths/cephes/k1.c: In function 'cephes_k1':
- src/owl/maths/cephes/cephes_names.h:57:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/k1.c:133:8: note: in expansion of macro 'k1'
- src/owl/maths/cephes/k1.c: In function 'cephes_k1e':
- src/owl/maths/cephes/cephes_names.h:58:13: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/k1.c:160:8: note: in expansion of macro 'k1e'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o fresnl.o -c fresnl.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/fresnl.c:60:
- src/owl/maths/cephes/fresnl.c: In function 'cephes_fresnl':
- src/owl/maths/cephes/cephes_names.h:28:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/fresnl.c:162:5: note: in expansion of macro 'fresnl'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o j0.o -c j0.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/j0.c:92:
- src/owl/maths/cephes/j0.c: In function 'cephes_j0':
- src/owl/maths/cephes/cephes_names.h:49:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/j0.c:185:8: note: in expansion of macro 'j0'
- src/owl/maths/cephes/j0.c: In function 'cephes_y0':
- src/owl/maths/cephes/cephes_names.h:50:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/j0.c:226:8: note: in expansion of macro 'y0'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o nbdtr.o -c nbdtr.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/nbdtr.c:153:
- src/owl/maths/cephes/nbdtr.c: In function 'cephes_nbdtrc':
- src/owl/maths/cephes/cephes_names.h:60:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/nbdtr.c:155:8: note: in expansion of macro 'nbdtrc'
- src/owl/maths/cephes/nbdtr.c: In function 'cephes_nbdtr':
- src/owl/maths/cephes/cephes_names.h:61:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/nbdtr.c:176:8: note: in expansion of macro 'nbdtr'
- src/owl/maths/cephes/nbdtr.c: In function 'cephes_nbdtri':
- src/owl/maths/cephes/cephes_names.h:62:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/nbdtr.c:196:8: note: in expansion of macro 'nbdtri'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o ndtri.o -c ndtri.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/ndtri.c:53:
- src/owl/maths/cephes/ndtri.c: In function 'cephes_ndtri':
- src/owl/maths/cephes/cephes_names.h:66:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/ndtri.c:134:8: note: in expansion of macro 'ndtri'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o airy.o -c airy.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/airy.c:52:
- src/owl/maths/cephes/airy.c: In function 'cephes_airy':
- src/owl/maths/cephes/cephes_names.h:4:14: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/airy.c:256:5: note: in expansion of macro 'airy'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o hyperg.o -c hyperg.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/hyperg.c:62:
- src/owl/maths/cephes/hyperg.c: In function 'cephes_hyperg':
- src/owl/maths/cephes/cephes_names.h:35:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/hyperg.c:70:8: note: in expansion of macro 'hyperg'
- src/owl/maths/cephes/hyperg.c: In function 'hy1f1p':
- src/owl/maths/cephes/hyperg.c:115:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/hyperg.c: In function 'hy1f1a':
- src/owl/maths/cephes/hyperg.c:208:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/hyperg.c: In function 'cephes_hyp2f0':
- src/owl/maths/cephes/cephes_names.h:36:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/hyperg.c:282:8: note: in expansion of macro 'hyp2f0'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o hypergf.o -c hypergf.c)
- src/owl/maths/cephes_single/hypergf.c: In function 'hypergf':
- src/owl/maths/cephes_single/hypergf.c:101:11: warning: 'pcanc' may be used uninitialized [-Wmaybe-uninitialized]
- src/owl/maths/cephes_single/hypergf.c:89:35: note: 'pcanc' was declared here
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o igami.o -c igami.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/igami.c:51:
- src/owl/maths/cephes/igami.c: In function 'cephes_igami':
- src/owl/maths/cephes/cephes_names.h:45:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/igami.c:56:8: note: in expansion of macro 'igami'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o j1.o -c j1.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/j1.c:84:
- src/owl/maths/cephes/j1.c: In function 'cephes_j1':
- src/owl/maths/cephes/cephes_names.h:51:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/j1.c:174:8: note: in expansion of macro 'j1'
- src/owl/maths/cephes/j1.c: In function 'cephes_y1':
- src/owl/maths/cephes/cephes_names.h:52:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/j1.c:200:8: note: in expansion of macro 'y1'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o lanczos.o -c lanczos.c)
- In file included from src/owl/maths/cephes/lanczos.c:13:
- src/owl/maths/cephes/lanczos.h:131:15: warning: 'lanczos_g' defined but not used [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o incbet.o -c incbet.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/incbet.c:62:
- src/owl/maths/cephes/incbet.c: In function 'cephes_incbet':
- src/owl/maths/cephes/cephes_names.h:46:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/incbet.c:75:8: note: in expansion of macro 'incbet'
- src/owl/maths/cephes/incbet.c: In function 'incbcf':
- src/owl/maths/cephes/incbet.c:166:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/incbet.c: In function 'incbd':
- src/owl/maths/cephes/incbet.c:254:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/incbet.c: In function 'pseries':
- src/owl/maths/cephes/incbet.c:340:15: warning: old-style function definition [-Wold-style-definition]
- File "src/owl/dune", line 88, characters 3-26:
- 88 |    owl_stats_dist_exponpow
-         ^^^^^^^^^^^^^^^^^^^^^^^
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_stats_dist_exponpow.o -c owl_stats_dist_exponpow.c)
- src/owl/stats/owl_stats_dist_exponpow.c: In function 'exponpow_rvs':
- src/owl/stats/owl_stats_dist_exponpow.c:36:14: error: too many arguments to function 'std_gaussian_rvs'; expected 0, have 1
- In file included from src/owl/stats/owl_stats_dist_exponpow.c:7:
- src/owl/stats/owl_stats.h:111:15: note: declared here
- src/owl/stats/owl_stats_dist_exponpow.c:43:11: error: too many arguments to function 'std_gaussian_rvs'; expected 0, have 1
- src/owl/stats/owl_stats.h:111:15: note: declared here
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o gels.o -c gels.c)
- src/owl/maths/cephes/gels.c: In function 'gels':
- src/owl/maths/cephes/gels.c:69:5: warning: old-style function definition [-Wold-style-definition]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o igam.o -c igam.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/igam.c:102:
- src/owl/maths/cephes/igam.c: In function 'cephes_igam':
- src/owl/maths/cephes/cephes_names.h:44:14: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/igam.c:131:8: note: in expansion of macro 'igam'
- In file included from src/owl/maths/cephes/igam.c:103:
- src/owl/maths/cephes/lanczos.h: At top level:
- src/owl/maths/cephes/lanczos.h:116:15: warning: 'lanczos_sum_near_2_d' defined but not used [-Wunused-variable]
- src/owl/maths/cephes/lanczos.h:101:15: warning: 'lanczos_sum_near_1_d' defined but not used [-Wunused-variable]
- src/owl/maths/cephes/lanczos.h:85:15: warning: 'lanczos_sum_expg_scaled_denom' defined but not used [-Wunused-variable]
- src/owl/maths/cephes/lanczos.h:69:15: warning: 'lanczos_sum_expg_scaled_num' defined but not used [-Wunused-variable]
- src/owl/maths/cephes/lanczos.h:53:15: warning: 'lanczos_denom' defined but not used [-Wunused-variable]
- src/owl/maths/cephes/lanczos.h:37:15: warning: 'lanczos_num' defined but not used [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o kn.o -c kn.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/kn.c:79:
- src/owl/maths/cephes/kn.c: In function 'cephes_kn':
- src/owl/maths/cephes/cephes_names.h:59:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/kn.c:86:8: note: in expansion of macro 'kn'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o incbi.o -c incbi.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/incbi.c:47:
- src/owl/maths/cephes/incbi.c: In function 'cephes_incbi':
- src/owl/maths/cephes/cephes_names.h:47:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/incbi.c:51:8: note: in expansion of macro 'incbi'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_stats_dist_beta.o -c owl_stats_dist_beta.c)
- In file included from src/owl/stats/owl_stats_dist_beta.c:8:
- src/owl/maths/cdflib/owl_cdflib.h:45:13: warning: 'E0000' declared 'static' but never defined [-Wunused-function]
- src/owl/maths/cdflib/owl_cdflib.h:58:13: warning: 'E0001' declared 'static' but never defined [-Wunused-function]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_stats_dist_hypergeometric.o -c owl_stats_dist_hypergeometric.c)
- In file included from src/owl/stats/owl_stats_dist_hypergeometric.c:8:
- src/owl/maths/cdflib/owl_cdflib.h:45:13: warning: 'E0000' declared 'static' but never defined [-Wunused-function]
- src/owl/maths/cdflib/owl_cdflib.h:58:13: warning: 'E0001' declared 'static' but never defined [-Wunused-function]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o pdtr.o -c pdtr.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/pdtr.c:128:
- src/owl/maths/cephes/pdtr.c: In function 'cephes_pdtrc':
- src/owl/maths/cephes/cephes_names.h:67:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/pdtr.c:130:8: note: in expansion of macro 'pdtrc'
- src/owl/maths/cephes/pdtr.c: In function 'cephes_pdtr':
- src/owl/maths/cephes/cephes_names.h:68:14: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/pdtr.c:148:8: note: in expansion of macro 'pdtr'
- src/owl/maths/cephes/pdtr.c: In function 'cephes_pdtri':
- src/owl/maths/cephes/cephes_names.h:69:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/pdtr.c:166:8: note: in expansion of macro 'pdtri'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o sindg.o -c sindg.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/sindg.c:77:
- src/owl/maths/cephes/sindg.c: In function 'cephes_sindg':
- src/owl/maths/cephes/cephes_names.h:76:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/sindg.c:101:8: note: in expansion of macro 'sindg'
- src/owl/maths/cephes/sindg.c: In function 'cephes_cosdg':
- src/owl/maths/cephes/cephes_names.h:77:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/sindg.c:157:8: note: in expansion of macro 'cosdg'
- src/owl/maths/cephes/sindg.c: In function 'cephes_radian':
- src/owl/maths/cephes/cephes_names.h:75:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/sindg.c:218:8: note: in expansion of macro 'radian'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o jvf.o -c jvf.c)
- src/owl/maths/cephes_single/jvf.c: In function 'recurf':
- src/owl/maths/cephes_single/jvf.c:275:12: warning: variable 'ctr' set but not used [-Wunused-but-set-variable]
- src/owl/maths/cephes_single/jvf.c:272:26: warning: variable 'pkp1' set but not used [-Wunused-but-set-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o rgamma.o -c rgamma.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/rgamma.c:47:
- src/owl/maths/cephes/rgamma.c: In function 'cephes_rgamma':
- src/owl/maths/cephes/cephes_names.h:71:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/rgamma.c:77:8: note: in expansion of macro 'rgamma'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o shichi.o -c shichi.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/shichi.c:58:
- src/owl/maths/cephes/shichi.c: In function 'cephes_shichi':
- src/owl/maths/cephes/cephes_names.h:73:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/shichi.c:174:5: note: in expansion of macro 'shichi'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o spence.o -c spence.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/spence.c:51:
- src/owl/maths/cephes/spence.c: In function 'cephes_spence':
- src/owl/maths/cephes/cephes_names.h:79:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/spence.c:77:8: note: in expansion of macro 'spence'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o zeta.o -c zeta.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/zeta.c:63:
- src/owl/maths/cephes/zeta.c: In function 'cephes_zeta':
- src/owl/maths/cephes/cephes_names.h:90:14: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/zeta.c:89:8: note: in expansion of macro 'zeta'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o zetac.o -c zetac.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/zetac.c:52:
- src/owl/maths/cephes/zetac.c: In function 'cephes_zetac':
- src/owl/maths/cephes/cephes_names.h:91:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/zetac.c:171:8: note: in expansion of macro 'zetac'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o sici.o -c sici.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/sici.c:56:
- src/owl/maths/cephes/sici.c: In function 'cephes_sici':
- src/owl/maths/cephes/cephes_names.h:74:14: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/sici.c:189:5: note: in expansion of macro 'sici'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o stdtr.o -c stdtr.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/stdtr.c:87:
- src/owl/maths/cephes/stdtr.c: In function 'cephes_stdtr':
- src/owl/maths/cephes/cephes_names.h:80:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/stdtr.c:92:8: note: in expansion of macro 'stdtr'
- src/owl/maths/cephes/stdtr.c: In function 'cephes_stdtri':
- src/owl/maths/cephes/cephes_names.h:81:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/stdtr.c:172:8: note: in expansion of macro 'stdtri'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o struve.o -c struve.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/struve.c:37:
- src/owl/maths/cephes/struve.c: In function 'cephes_onef2':
- src/owl/maths/cephes/cephes_names.h:37:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/struve.c:42:8: note: in expansion of macro 'onef2'
- src/owl/maths/cephes/struve.c: In function 'cephes_threef0':
- src/owl/maths/cephes/cephes_names.h:38:17: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/struve.c:111:8: note: in expansion of macro 'threef0'
- src/owl/maths/cephes/struve.c: In function 'cephes_struve':
- src/owl/maths/cephes/cephes_names.h:82:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/struve.c:196:8: note: in expansion of macro 'struve'
- src/owl/maths/cephes/struve.c: In function 'cephes_yv':
- src/owl/maths/cephes/cephes_names.h:83:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/struve.c:267:8: note: in expansion of macro 'yv'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o yn.o -c yn.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/yn.c:54:
- src/owl/maths/cephes/yn.c: In function 'cephes_yn':
- src/owl/maths/cephes/cephes_names.h:89:12: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/yn.c:57:8: note: in expansion of macro 'yn'
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o hyp2f1.o -c hyp2f1.c)
- In file included from src/owl/maths/owl_cephes.h:13,
-                  from src/owl/maths/owl_maths.h:17,
-                  from src/owl/maths/cephes/mconf.h:62,
-                  from src/owl/maths/cephes/hyp2f1.c:70:
- src/owl/maths/cephes/hyp2f1.c: In function 'cephes_hyp2f1':
- src/owl/maths/cephes/cephes_names.h:34:16: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/hyp2f1.c:89:8: note: in expansion of macro 'hyp2f1'
- src/owl/maths/cephes/hyp2f1.c: In function 'hyt2f1':
- src/owl/maths/cephes/hyp2f1.c:285:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/hyp2f1.c: In function 'hys2f1':
- src/owl/maths/cephes/hyp2f1.c:459:15: warning: old-style function definition [-Wold-style-definition]
- src/owl/maths/cephes/hyp2f1.c: In function 'hyp2f1_neg_c_equal_bc':
- src/owl/maths/cephes/hyp2f1.c:607:12: warning: unused variable 'err' [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_dcdflib.o -c owl_dcdflib.c)
- src/owl/maths/cdflib/owl_dcdflib.c: In function 'cdfbin':
- src/owl/maths/cdflib/owl_dcdflib.c:1888:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
- src/owl/maths/cdflib/owl_dcdflib.c: In function 'cdfgam':
- src/owl/maths/cdflib/owl_dcdflib.c:3550:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
- src/owl/maths/cdflib/owl_dcdflib.c: In function 'E0000':
- src/owl/maths/cdflib/owl_dcdflib.c:6094:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
- src/owl/maths/cdflib/owl_dcdflib.c:6118:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
- src/owl/maths/cdflib/owl_dcdflib.c:6159:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
- src/owl/maths/cdflib/owl_dcdflib.c:6026:56: warning: variable 'qok' set but not used [-Wunused-but-set-variable]
- src/owl/maths/cdflib/owl_dcdflib.c: In function 'dt1':
- src/owl/maths/cdflib/owl_dcdflib.c:6834:28: warning: missing braces around initializer [-Wmissing-braces]
- src/owl/maths/cdflib/owl_dcdflib.c: In function 'E0001':
- src/owl/maths/cdflib/owl_dcdflib.c:7002:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_repeat_stub.o -c owl_ndarray_repeat_stub.c)
- In file included from src/owl/core/owl_ndarray_repeat_stub.c:18:
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float32_ndarray_tile_native':
- src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float32_ndarray_tile_axis_native':
- src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_repeat_stub.c:27:
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float64_ndarray_tile_native':
- src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float64_ndarray_tile_axis_native':
- src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_repeat_stub.c:36:
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex32_ndarray_tile_native':
- src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex32_ndarray_tile_axis_native':
- src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_repeat_stub.c:45:
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex64_ndarray_tile_native':
- src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
- src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex64_ndarray_tile_axis_native':
- src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_pool_stub.o -c owl_ndarray_pool_stub.c)
- In file included from src/owl/core/owl_ndarray_pool_stub.c:24:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_maxpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_pool_stub.c:43:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_avgpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_avgpool_spatial_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_avgpool_cuboid_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_pool_stub.c:62:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_maxpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_pool_stub.c:81:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_avgpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_avgpool_spatial_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_avgpool_cuboid_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_pool_stub.c:100:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_maxpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_pool_stub.c:119:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_avgpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_avgpool_spatial_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_avgpool_cuboid_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_pool_stub.c:138:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_maxpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_pool_stub.c:157:
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_avgpool_spatial_native':
- src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_avgpool_spatial_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_avgpool_cuboid_backward_native':
- src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
- src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_conv_stub.o -c owl_ndarray_conv_stub.c)
- In file included from src/owl/core/owl_ndarray_conv_stub.c:34:
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_native':
- src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_native':
- src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_native':
- src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_dilated_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_conv_stub.c:71:
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_native':
- src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_native':
- src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_native':
- src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_dilated_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_conv_stub.c:98:
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_native':
- src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_native':
- src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_native':
- src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1752:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1881:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2177:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2337:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_dilated_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
- In file included from src/owl/core/owl_ndarray_conv_stub.c:115:
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_native':
- src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_native':
- src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_native':
- src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1752:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1881:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_mec_native':
- src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_kernel_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2177:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_input_mec_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2337:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_dilated_spatial_backward_input_im2col_native':
- src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -x c++ -std=gnu++11 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -Wall -fdiagnostics-color=always -std=c++11 -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_fftpack_float64.o -c owl_fftpack_float64.cc)
- In file included from src/owl/fftpack/owl_fftpack_float64.cc:31:
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_cfft(value, value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:76:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_rfftf(value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:143:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_rfftb(value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:203:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h:213:7: warning: unused variable 'ncomplex' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_dct(value, value, value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:277:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_dst(value, value, value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:343:7: warning: unused variable 'n' [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -x c++ -std=gnu++11 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -Wall -fdiagnostics-color=always -std=c++11 -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_fftpack_float32.o -c owl_fftpack_float32.cc)
- In file included from src/owl/fftpack/owl_fftpack_float32.cc:32:
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_cfft(value, value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:76:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_rfftf(value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:143:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_rfftb(value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:203:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h:213:7: warning: unused variable 'ncomplex' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_dct(value, value, value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:277:7: warning: unused variable 'n' [-Wunused-variable]
- src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_dst(value, value, value, value, value, value, value)':
- src/owl/fftpack/owl_fftpack_impl.h:343:7: warning: unused variable 'n' [-Wunused-variable]
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_maths_stub.o -c owl_ndarray_maths_stub.c)
- src/owl/core/owl_ndarray_maths_map.h: In function 'complex64_elt_less_equal_scalar':
- src/owl/core/owl_ndarray_maths_stub.c:1701:30: warning: value computed is not used [-Wunused-value]
- src/owl/core/owl_ndarray_maths_map.h:213:5: note: in expansion of macro 'MAPFN'
[ERROR] The compilation of owl.1.2 failed at "dune build -p owl -j 71".

#=== ERROR while compiling owl.1.2 ============================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.3-opam/.opam-switch/build/owl.1.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p owl -j 71
# exit-code            1
# env-file             ~/.opam/log/owl-8-f3a9ae.env
# output-file          ~/.opam/log/owl-8-f3a9ae.out
### output ###
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o bdtr.o -c bdtr.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/bdtr.c:149:
# src/owl/maths/cephes/bdtr.c: In function 'cephes_bdtrc':
# src/owl/maths/cephes/cephes_names.h:5:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/bdtr.c:151:8: note: in expansion of macro 'bdtrc'
# src/owl/maths/cephes/bdtr.c: In function 'cephes_bdtr':
# src/owl/maths/cephes/cephes_names.h:6:14: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/bdtr.c:191:8: note: in expansion of macro 'bdtr'
# src/owl/maths/cephes/bdtr.c: In function 'cephes_bdtri':
# src/owl/maths/cephes/cephes_names.h:7:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/bdtr.c:220:8: note: in expansion of macro 'bdtri'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o btdtr.o -c btdtr.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/btdtr.c:53:
# src/owl/maths/cephes/btdtr.c: In function 'cephes_btdtr':
# src/owl/maths/cephes/cephes_names.h:10:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/btdtr.c:55:8: note: in expansion of macro 'btdtr'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o chbevl.o -c chbevl.c)
# src/owl/maths/cephes/chbevl.c: In function 'chbevl':
# src/owl/maths/cephes/chbevl.c:63:8: warning: old-style function definition [-Wold-style-definition]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o chbevlf.o -c chbevlf.c)
# src/owl/maths/cephes_single/chbevlf.c: In function 'chbevlf':
# src/owl/maths/cephes_single/chbevlf.c:63:7: warning: old-style function definition [-Wold-style-definition]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o chdtr.o -c chdtr.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/chdtr.c:151:
# src/owl/maths/cephes/chdtr.c: In function 'cephes_chdtrc':
# src/owl/maths/cephes/cephes_names.h:12:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/chdtr.c:153:8: note: in expansion of macro 'chdtrc'
# src/owl/maths/cephes/chdtr.c: In function 'cephes_chdtr':
# src/owl/maths/cephes/cephes_names.h:13:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/chdtr.c:164:8: note: in expansion of macro 'chdtr'
# src/owl/maths/cephes/chdtr.c: In function 'cephes_chdtri':
# src/owl/maths/cephes/cephes_names.h:14:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/chdtr.c:177:8: note: in expansion of macro 'chdtri'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o dawsn.o -c dawsn.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/dawsn.c:49:
# src/owl/maths/cephes/dawsn.c: In function 'cephes_dawsn':
# src/owl/maths/cephes/cephes_names.h:15:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/dawsn.c:127:8: note: in expansion of macro 'dawsn'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o ellpe.o -c ellpe.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/ellpe.c:66:
# src/owl/maths/cephes/ellpe.c: In function 'cephes_ellpe':
# src/owl/maths/cephes/cephes_names.h:18:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/ellpe.c:95:8: note: in expansion of macro 'ellpe'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o ellpk.o -c ellpk.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/ellpk.c:63:
# src/owl/maths/cephes/ellpk.c: In function 'cephes_ellpk':
# src/owl/maths/cephes/cephes_names.h:20:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/ellpk.c:97:8: note: in expansion of macro 'ellpk'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o gdtr.o -c gdtr.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/gdtr.c:98:
# src/owl/maths/cephes/gdtr.c: In function 'cephes_gdtr':
# src/owl/maths/cephes/cephes_names.h:31:14: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/gdtr.c:101:8: note: in expansion of macro 'gdtr'
# src/owl/maths/cephes/gdtr.c: In function 'cephes_gdtrc':
# src/owl/maths/cephes/cephes_names.h:32:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/gdtr.c:113:8: note: in expansion of macro 'gdtrc'
# src/owl/maths/cephes/gdtr.c: In function 'cephes_gdtri':
# src/owl/maths/cephes/cephes_names.h:33:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/gdtr.c:125:8: note: in expansion of macro 'gdtri'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o i0.o -c i0.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/i0.c:76:
# src/owl/maths/cephes/i0.c: In function 'cephes_i0':
# src/owl/maths/cephes/cephes_names.h:39:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/i0.c:149:8: note: in expansion of macro 'i0'
# src/owl/maths/cephes/i0.c: In function 'cephes_i0e':
# src/owl/maths/cephes/cephes_names.h:40:13: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/i0.c:168:8: note: in expansion of macro 'i0e'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o i1.o -c i1.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/i1.c:77:
# src/owl/maths/cephes/i1.c: In function 'cephes_i1':
# src/owl/maths/cephes/cephes_names.h:41:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/i1.c:150:8: note: in expansion of macro 'i1'
# src/owl/maths/cephes/i1.c: In function 'cephes_i1e':
# src/owl/maths/cephes/cephes_names.h:42:13: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/i1.c:170:8: note: in expansion of macro 'i1e'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o k0.o -c k0.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/k0.c:76:
# src/owl/maths/cephes/k0.c: In function 'cephes_k0':
# src/owl/maths/cephes/cephes_names.h:55:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/k0.c:131:8: note: in expansion of macro 'k0'
# src/owl/maths/cephes/k0.c: In function 'cephes_k0e':
# src/owl/maths/cephes/cephes_names.h:56:13: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/k0.c:158:8: note: in expansion of macro 'k0e'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o k1.o -c k1.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/k1.c:76:
# src/owl/maths/cephes/k1.c: In function 'cephes_k1':
# src/owl/maths/cephes/cephes_names.h:57:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/k1.c:133:8: note: in expansion of macro 'k1'
# src/owl/maths/cephes/k1.c: In function 'cephes_k1e':
# src/owl/maths/cephes/cephes_names.h:58:13: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/k1.c:160:8: note: in expansion of macro 'k1e'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o fresnl.o -c fresnl.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/fresnl.c:60:
# src/owl/maths/cephes/fresnl.c: In function 'cephes_fresnl':
# src/owl/maths/cephes/cephes_names.h:28:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/fresnl.c:162:5: note: in expansion of macro 'fresnl'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o j0.o -c j0.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/j0.c:92:
# src/owl/maths/cephes/j0.c: In function 'cephes_j0':
# src/owl/maths/cephes/cephes_names.h:49:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/j0.c:185:8: note: in expansion of macro 'j0'
# src/owl/maths/cephes/j0.c: In function 'cephes_y0':
# src/owl/maths/cephes/cephes_names.h:50:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/j0.c:226:8: note: in expansion of macro 'y0'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o nbdtr.o -c nbdtr.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/nbdtr.c:153:
# src/owl/maths/cephes/nbdtr.c: In function 'cephes_nbdtrc':
# src/owl/maths/cephes/cephes_names.h:60:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/nbdtr.c:155:8: note: in expansion of macro 'nbdtrc'
# src/owl/maths/cephes/nbdtr.c: In function 'cephes_nbdtr':
# src/owl/maths/cephes/cephes_names.h:61:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/nbdtr.c:176:8: note: in expansion of macro 'nbdtr'
# src/owl/maths/cephes/nbdtr.c: In function 'cephes_nbdtri':
# src/owl/maths/cephes/cephes_names.h:62:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/nbdtr.c:196:8: note: in expansion of macro 'nbdtri'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o ndtri.o -c ndtri.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/ndtri.c:53:
# src/owl/maths/cephes/ndtri.c: In function 'cephes_ndtri':
# src/owl/maths/cephes/cephes_names.h:66:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/ndtri.c:134:8: note: in expansion of macro 'ndtri'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o airy.o -c airy.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/airy.c:52:
# src/owl/maths/cephes/airy.c: In function 'cephes_airy':
# src/owl/maths/cephes/cephes_names.h:4:14: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/airy.c:256:5: note: in expansion of macro 'airy'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o hyperg.o -c hyperg.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/hyperg.c:62:
# src/owl/maths/cephes/hyperg.c: In function 'cephes_hyperg':
# src/owl/maths/cephes/cephes_names.h:35:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/hyperg.c:70:8: note: in expansion of macro 'hyperg'
# src/owl/maths/cephes/hyperg.c: In function 'hy1f1p':
# src/owl/maths/cephes/hyperg.c:115:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/hyperg.c: In function 'hy1f1a':
# src/owl/maths/cephes/hyperg.c:208:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/hyperg.c: In function 'cephes_hyp2f0':
# src/owl/maths/cephes/cephes_names.h:36:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/hyperg.c:282:8: note: in expansion of macro 'hyp2f0'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o hypergf.o -c hypergf.c)
# src/owl/maths/cephes_single/hypergf.c: In function 'hypergf':
# src/owl/maths/cephes_single/hypergf.c:101:11: warning: 'pcanc' may be used uninitialized [-Wmaybe-uninitialized]
# src/owl/maths/cephes_single/hypergf.c:89:35: note: 'pcanc' was declared here
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o igami.o -c igami.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/igami.c:51:
# src/owl/maths/cephes/igami.c: In function 'cephes_igami':
# src/owl/maths/cephes/cephes_names.h:45:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/igami.c:56:8: note: in expansion of macro 'igami'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o j1.o -c j1.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/j1.c:84:
# src/owl/maths/cephes/j1.c: In function 'cephes_j1':
# src/owl/maths/cephes/cephes_names.h:51:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/j1.c:174:8: note: in expansion of macro 'j1'
# src/owl/maths/cephes/j1.c: In function 'cephes_y1':
# src/owl/maths/cephes/cephes_names.h:52:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/j1.c:200:8: note: in expansion of macro 'y1'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o lanczos.o -c lanczos.c)
# In file included from src/owl/maths/cephes/lanczos.c:13:
# src/owl/maths/cephes/lanczos.h:131:15: warning: 'lanczos_g' defined but not used [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o incbet.o -c incbet.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/incbet.c:62:
# src/owl/maths/cephes/incbet.c: In function 'cephes_incbet':
# src/owl/maths/cephes/cephes_names.h:46:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/incbet.c:75:8: note: in expansion of macro 'incbet'
# src/owl/maths/cephes/incbet.c: In function 'incbcf':
# src/owl/maths/cephes/incbet.c:166:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/incbet.c: In function 'incbd':
# src/owl/maths/cephes/incbet.c:254:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/incbet.c: In function 'pseries':
# src/owl/maths/cephes/incbet.c:340:15: warning: old-style function definition [-Wold-style-definition]
# File "src/owl/dune", line 88, characters 3-26:
# 88 |    owl_stats_dist_exponpow
#         ^^^^^^^^^^^^^^^^^^^^^^^
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_stats_dist_exponpow.o -c owl_stats_dist_exponpow.c)
# src/owl/stats/owl_stats_dist_exponpow.c: In function 'exponpow_rvs':
# src/owl/stats/owl_stats_dist_exponpow.c:36:14: error: too many arguments to function 'std_gaussian_rvs'; expected 0, have 1
# In file included from src/owl/stats/owl_stats_dist_exponpow.c:7:
# src/owl/stats/owl_stats.h:111:15: note: declared here
# src/owl/stats/owl_stats_dist_exponpow.c:43:11: error: too many arguments to function 'std_gaussian_rvs'; expected 0, have 1
# src/owl/stats/owl_stats.h:111:15: note: declared here
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o gels.o -c gels.c)
# src/owl/maths/cephes/gels.c: In function 'gels':
# src/owl/maths/cephes/gels.c:69:5: warning: old-style function definition [-Wold-style-definition]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o igam.o -c igam.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/igam.c:102:
# src/owl/maths/cephes/igam.c: In function 'cephes_igam':
# src/owl/maths/cephes/cephes_names.h:44:14: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/igam.c:131:8: note: in expansion of macro 'igam'
# In file included from src/owl/maths/cephes/igam.c:103:
# src/owl/maths/cephes/lanczos.h: At top level:
# src/owl/maths/cephes/lanczos.h:116:15: warning: 'lanczos_sum_near_2_d' defined but not used [-Wunused-variable]
# src/owl/maths/cephes/lanczos.h:101:15: warning: 'lanczos_sum_near_1_d' defined but not used [-Wunused-variable]
# src/owl/maths/cephes/lanczos.h:85:15: warning: 'lanczos_sum_expg_scaled_denom' defined but not used [-Wunused-variable]
# src/owl/maths/cephes/lanczos.h:69:15: warning: 'lanczos_sum_expg_scaled_num' defined but not used [-Wunused-variable]
# src/owl/maths/cephes/lanczos.h:53:15: warning: 'lanczos_denom' defined but not used [-Wunused-variable]
# src/owl/maths/cephes/lanczos.h:37:15: warning: 'lanczos_num' defined but not used [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o kn.o -c kn.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/kn.c:79:
# src/owl/maths/cephes/kn.c: In function 'cephes_kn':
# src/owl/maths/cephes/cephes_names.h:59:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/kn.c:86:8: note: in expansion of macro 'kn'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o incbi.o -c incbi.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/incbi.c:47:
# src/owl/maths/cephes/incbi.c: In function 'cephes_incbi':
# src/owl/maths/cephes/cephes_names.h:47:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/incbi.c:51:8: note: in expansion of macro 'incbi'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_stats_dist_beta.o -c owl_stats_dist_beta.c)
# In file included from src/owl/stats/owl_stats_dist_beta.c:8:
# src/owl/maths/cdflib/owl_cdflib.h:45:13: warning: 'E0000' declared 'static' but never defined [-Wunused-function]
# src/owl/maths/cdflib/owl_cdflib.h:58:13: warning: 'E0001' declared 'static' but never defined [-Wunused-function]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_stats_dist_hypergeometric.o -c owl_stats_dist_hypergeometric.c)
# In file included from src/owl/stats/owl_stats_dist_hypergeometric.c:8:
# src/owl/maths/cdflib/owl_cdflib.h:45:13: warning: 'E0000' declared 'static' but never defined [-Wunused-function]
# src/owl/maths/cdflib/owl_cdflib.h:58:13: warning: 'E0001' declared 'static' but never defined [-Wunused-function]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o pdtr.o -c pdtr.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/pdtr.c:128:
# src/owl/maths/cephes/pdtr.c: In function 'cephes_pdtrc':
# src/owl/maths/cephes/cephes_names.h:67:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/pdtr.c:130:8: note: in expansion of macro 'pdtrc'
# src/owl/maths/cephes/pdtr.c: In function 'cephes_pdtr':
# src/owl/maths/cephes/cephes_names.h:68:14: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/pdtr.c:148:8: note: in expansion of macro 'pdtr'
# src/owl/maths/cephes/pdtr.c: In function 'cephes_pdtri':
# src/owl/maths/cephes/cephes_names.h:69:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/pdtr.c:166:8: note: in expansion of macro 'pdtri'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o sindg.o -c sindg.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/sindg.c:77:
# src/owl/maths/cephes/sindg.c: In function 'cephes_sindg':
# src/owl/maths/cephes/cephes_names.h:76:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/sindg.c:101:8: note: in expansion of macro 'sindg'
# src/owl/maths/cephes/sindg.c: In function 'cephes_cosdg':
# src/owl/maths/cephes/cephes_names.h:77:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/sindg.c:157:8: note: in expansion of macro 'cosdg'
# src/owl/maths/cephes/sindg.c: In function 'cephes_radian':
# src/owl/maths/cephes/cephes_names.h:75:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/sindg.c:218:8: note: in expansion of macro 'radian'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o jvf.o -c jvf.c)
# src/owl/maths/cephes_single/jvf.c: In function 'recurf':
# src/owl/maths/cephes_single/jvf.c:275:12: warning: variable 'ctr' set but not used [-Wunused-but-set-variable]
# src/owl/maths/cephes_single/jvf.c:272:26: warning: variable 'pkp1' set but not used [-Wunused-but-set-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o rgamma.o -c rgamma.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/rgamma.c:47:
# src/owl/maths/cephes/rgamma.c: In function 'cephes_rgamma':
# src/owl/maths/cephes/cephes_names.h:71:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/rgamma.c:77:8: note: in expansion of macro 'rgamma'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o shichi.o -c shichi.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/shichi.c:58:
# src/owl/maths/cephes/shichi.c: In function 'cephes_shichi':
# src/owl/maths/cephes/cephes_names.h:73:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/shichi.c:174:5: note: in expansion of macro 'shichi'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o spence.o -c spence.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/spence.c:51:
# src/owl/maths/cephes/spence.c: In function 'cephes_spence':
# src/owl/maths/cephes/cephes_names.h:79:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/spence.c:77:8: note: in expansion of macro 'spence'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o zeta.o -c zeta.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/zeta.c:63:
# src/owl/maths/cephes/zeta.c: In function 'cephes_zeta':
# src/owl/maths/cephes/cephes_names.h:90:14: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/zeta.c:89:8: note: in expansion of macro 'zeta'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o zetac.o -c zetac.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/zetac.c:52:
# src/owl/maths/cephes/zetac.c: In function 'cephes_zetac':
# src/owl/maths/cephes/cephes_names.h:91:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/zetac.c:171:8: note: in expansion of macro 'zetac'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o sici.o -c sici.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/sici.c:56:
# src/owl/maths/cephes/sici.c: In function 'cephes_sici':
# src/owl/maths/cephes/cephes_names.h:74:14: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/sici.c:189:5: note: in expansion of macro 'sici'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o stdtr.o -c stdtr.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/stdtr.c:87:
# src/owl/maths/cephes/stdtr.c: In function 'cephes_stdtr':
# src/owl/maths/cephes/cephes_names.h:80:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/stdtr.c:92:8: note: in expansion of macro 'stdtr'
# src/owl/maths/cephes/stdtr.c: In function 'cephes_stdtri':
# src/owl/maths/cephes/cephes_names.h:81:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/stdtr.c:172:8: note: in expansion of macro 'stdtri'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o struve.o -c struve.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/struve.c:37:
# src/owl/maths/cephes/struve.c: In function 'cephes_onef2':
# src/owl/maths/cephes/cephes_names.h:37:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/struve.c:42:8: note: in expansion of macro 'onef2'
# src/owl/maths/cephes/struve.c: In function 'cephes_threef0':
# src/owl/maths/cephes/cephes_names.h:38:17: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/struve.c:111:8: note: in expansion of macro 'threef0'
# src/owl/maths/cephes/struve.c: In function 'cephes_struve':
# src/owl/maths/cephes/cephes_names.h:82:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/struve.c:196:8: note: in expansion of macro 'struve'
# src/owl/maths/cephes/struve.c: In function 'cephes_yv':
# src/owl/maths/cephes/cephes_names.h:83:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/struve.c:267:8: note: in expansion of macro 'yv'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o yn.o -c yn.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/yn.c:54:
# src/owl/maths/cephes/yn.c: In function 'cephes_yn':
# src/owl/maths/cephes/cephes_names.h:89:12: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/yn.c:57:8: note: in expansion of macro 'yn'
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o hyp2f1.o -c hyp2f1.c)
# In file included from src/owl/maths/owl_cephes.h:13,
#                  from src/owl/maths/owl_maths.h:17,
#                  from src/owl/maths/cephes/mconf.h:62,
#                  from src/owl/maths/cephes/hyp2f1.c:70:
# src/owl/maths/cephes/hyp2f1.c: In function 'cephes_hyp2f1':
# src/owl/maths/cephes/cephes_names.h:34:16: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/hyp2f1.c:89:8: note: in expansion of macro 'hyp2f1'
# src/owl/maths/cephes/hyp2f1.c: In function 'hyt2f1':
# src/owl/maths/cephes/hyp2f1.c:285:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/hyp2f1.c: In function 'hys2f1':
# src/owl/maths/cephes/hyp2f1.c:459:15: warning: old-style function definition [-Wold-style-definition]
# src/owl/maths/cephes/hyp2f1.c: In function 'hyp2f1_neg_c_equal_bc':
# src/owl/maths/cephes/hyp2f1.c:607:12: warning: unused variable 'err' [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_dcdflib.o -c owl_dcdflib.c)
# src/owl/maths/cdflib/owl_dcdflib.c: In function 'cdfbin':
# src/owl/maths/cdflib/owl_dcdflib.c:1888:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
# src/owl/maths/cdflib/owl_dcdflib.c: In function 'cdfgam':
# src/owl/maths/cdflib/owl_dcdflib.c:3550:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
# src/owl/maths/cdflib/owl_dcdflib.c: In function 'E0000':
# src/owl/maths/cdflib/owl_dcdflib.c:6094:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
# src/owl/maths/cdflib/owl_dcdflib.c:6118:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
# src/owl/maths/cdflib/owl_dcdflib.c:6159:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
# src/owl/maths/cdflib/owl_dcdflib.c:6026:56: warning: variable 'qok' set but not used [-Wunused-but-set-variable]
# src/owl/maths/cdflib/owl_dcdflib.c: In function 'dt1':
# src/owl/maths/cdflib/owl_dcdflib.c:6834:28: warning: missing braces around initializer [-Wmissing-braces]
# src/owl/maths/cdflib/owl_dcdflib.c: In function 'E0001':
# src/owl/maths/cdflib/owl_dcdflib.c:7002:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_repeat_stub.o -c owl_ndarray_repeat_stub.c)
# In file included from src/owl/core/owl_ndarray_repeat_stub.c:18:
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float32_ndarray_tile_native':
# src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float32_ndarray_tile_axis_native':
# src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_repeat_stub.c:27:
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float64_ndarray_tile_native':
# src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_float64_ndarray_tile_axis_native':
# src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_repeat_stub.c:36:
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex32_ndarray_tile_native':
# src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex32_ndarray_tile_axis_native':
# src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_repeat_stub.c:45:
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex64_ndarray_tile_native':
# src/owl/core/owl_ndarray_repeat_impl.h:180:12: warning: unused variable 'shape_x' [-Wunused-variable]
# src/owl/core/owl_ndarray_repeat_impl.h: In function 'stub_complex64_ndarray_tile_axis_native':
# src/owl/core/owl_ndarray_repeat_impl.h:297:7: warning: unused variable 'highest_dim' [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_pool_stub.o -c owl_ndarray_pool_stub.c)
# In file included from src/owl/core/owl_ndarray_pool_stub.c:24:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_maxpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_pool_stub.c:43:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_avgpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_avgpool_spatial_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float32_ndarray_avgpool_cuboid_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_pool_stub.c:62:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_maxpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_pool_stub.c:81:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_avgpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_avgpool_spatial_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_float64_ndarray_avgpool_cuboid_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_pool_stub.c:100:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_maxpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_pool_stub.c:119:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_avgpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_avgpool_spatial_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex32_ndarray_avgpool_cuboid_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_pool_stub.c:138:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_maxpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_pool_stub.c:157:
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_avgpool_spatial_native':
# src/owl/core/owl_ndarray_pool_impl.h:34:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:33:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_avgpool_spatial_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:167:15: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:166:16: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:113:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h: In function 'stub_complex64_ndarray_avgpool_cuboid_backward_native':
# src/owl/core/owl_ndarray_pool_impl.h:407:17: warning: unused variable 'max_idx' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:406:18: warning: unused variable 'acc' [-Wunused-variable]
# src/owl/core/owl_ndarray_pool_impl.h:336:9: warning: unused variable 'input_ptr' [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_conv_stub.o -c owl_ndarray_conv_stub.c)
# In file included from src/owl/core/owl_ndarray_conv_stub.c:34:
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_native':
# src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_native':
# src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_native':
# src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_naive_native':
# src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_kernel_naive_native':
# src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_spatial_backward_input_naive_native':
# src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_dilated_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_conv_stub.c:71:
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_native':
# src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_native':
# src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_native':
# src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_naive_native':
# src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_kernel_naive_native':
# src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_spatial_backward_input_naive_native':
# src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_dilated_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_conv_stub.c:98:
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_native':
# src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_native':
# src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_native':
# src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1752:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1881:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2177:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2337:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_kernel_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_backward_input_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_kernel_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_backward_input_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:94:41: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:94:29: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_dilated_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
# In file included from src/owl/core/owl_ndarray_conv_stub.c:115:
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_native':
# src/owl/core/owl_ndarray_conv_impl.h:282:13: warning: unused variable 'kernel_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:274:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:273:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_native':
# src/owl/core/owl_ndarray_conv_impl.h:496:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:492:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:491:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_native':
# src/owl/core/owl_ndarray_conv_impl.h:707:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:702:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:701:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:931:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:930:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1038:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1033:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1032:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:1147:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1143:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1142:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1598:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1597:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1752:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:1731:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1730:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1726:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1725:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1881:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:1860:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1859:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1855:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1854:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_mec_native':
# src/owl/core/owl_ndarray_conv_impl.h:1997:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:1996:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_kernel_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2177:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2156:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2155:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_input_mec_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2337:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2316:13: warning: unused variable 'output_drc' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2315:13: warning: unused variable 'output_dr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2483:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2479:13: warning: unused variable 'ksize' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2476:13: warning: unused variable 'kernel_cri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2475:13: warning: unused variable 'output_crb' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2473:13: warning: unused variable 'output_cr' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2468:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2467:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_kernel_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2584:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2573:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2572:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_backward_input_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2680:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h:2669:7: warning: unused variable 'col_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2668:7: warning: unused variable 'row_in_stride' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2779:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_kernel_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:2904:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_backward_input_naive_native':
# src/owl/core/owl_ndarray_conv_stub.c:111:42: warning: unused variable 'beta' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_stub.c:111:30: warning: unused variable 'alpha' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h:3021:3: note: in expansion of macro 'INIT'
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_dilated_spatial_backward_kernel_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3235:13: warning: unused variable 'output_ri' [-Wunused-variable]
# src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_dilated_spatial_backward_input_im2col_native':
# src/owl/core/owl_ndarray_conv_impl.h:3348:13: warning: unused variable 'output_ri' [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -x c++ -std=gnu++11 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -Wall -fdiagnostics-color=always -std=c++11 -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_fftpack_float64.o -c owl_fftpack_float64.cc)
# In file included from src/owl/fftpack/owl_fftpack_float64.cc:31:
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_cfft(value, value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:76:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_rfftf(value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:143:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_rfftb(value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:203:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h:213:7: warning: unused variable 'ncomplex' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_dct(value, value, value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:277:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float64_dst(value, value, value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:343:7: warning: unused variable 'n' [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -x c++ -std=gnu++11 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -Wall -fdiagnostics-color=always -std=c++11 -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_fftpack_float32.o -c owl_fftpack_float32.cc)
# In file included from src/owl/fftpack/owl_fftpack_float32.cc:32:
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_cfft(value, value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:76:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_rfftf(value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:143:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_rfftb(value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:203:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h:213:7: warning: unused variable 'ncomplex' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_dct(value, value, value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:277:7: warning: unused variable 'n' [-Wunused-variable]
# src/owl/fftpack/owl_fftpack_impl.h: In function 'value float32_dst(value, value, value, value, value, value, value)':
# src/owl/fftpack/owl_fftpack_impl.h:343:7: warning: unused variable 'n' [-Wunused-variable]
# (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O3 -march=native -mfpmath=sse -msse2 -funroll-loops -fno-math-errno -fno-rounding-math -fno-signaling-nans -fexcess-precision=fast -DSFMT_MEXP=19937 -fno-strict-aliasing -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -I /home/opam/.opam/5.3-opam/lib/ocaml -I /home/opam/.opam/5.3-opam/lib/camlzip -I /home/opam/.opam/5.3-opam/lib/ctypes -I /home/opam/.opam/5.3-opam/lib/ctypes/stubs -I /home/opam/.opam/5.3-opam/lib/integers -I /home/opam/.opam/5.3-opam/lib/npy -I /home/opam/.opam/5.3-opam/lib/ocaml/str -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -I /home/opam/.opam/5.3-opam/lib/owl-base -I /home/opam/.opam/5.3-opam/lib/stdlib-shims -I /home/opam/.opam/5.3-opam/lib/zip -o owl_ndarray_maths_stub.o -c owl_ndarray_maths_stub.c)
# src/owl/core/owl_ndarray_maths_map.h: In function 'complex64_elt_less_equal_scalar':
# src/owl/core/owl_ndarray_maths_stub.c:1701:30: warning: value computed is not used [-Wunused-value]
# src/owl/core/owl_ndarray_maths_map.h:213:5: note: in expansion of macro 'MAPFN'



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install owl-jupyter 1.0
| - install owl-plplot  1.1
| - install owl-top     1.2
+- 
+- The following actions failed
| - build owl 1.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install base                    v0.17.3
| - install base-bytes              base
| - install base64                  3.5.2
| - install camlzip                 1.14
| - install conf-gmp                5
| - install conf-gmp-powm-sec       4
| - install conf-openblas           0.2.3
| - install conf-pkg-config         4
| - install conf-plplot             1
| - install conf-zlib               1
| - install conf-zmq                0.1
| - install cppo                    1.8.0
| - install cryptokit               1.21.1
| - install csexp                   1.5.2
| - install ctypes                  0.24.0
| - install dune-configurator       3.23.0
| - install integers                0.7.0
| - install jupyter                 3.0.1
| - install logs                    0.10.0
| - install lwt                     6.1.2
| - install lwt_ppx                 6.1.0
| - install npy                     0.0.9
| - install ocaml-compiler-libs     v0.17.0
| - install ocaml_intrinsics_kernel v0.17.2
| - install ocamlbuild              0.16.1
| - install ocamlfind               1.9.8
| - install ocplib-endian           1.2
| - install octavius                1.2.2
| - install owl-base                1.2
| - install plplot                  5.12.1
| - install ppx_derivers            1.2.1
| - install ppx_deriving            6.1.1
| - install ppx_js_style            v0.17.1
| - install ppx_yojson_conv         v0.17.1
| - install ppx_yojson_conv_lib     v0.17.0
| - install ppxlib                  0.38.0
| - install sexplib0                v0.17.0
| - install stdint                  0.7.2
| - install stdlib-shims            0.3.0
| - install topkg                   1.1.1
| - install uuidm                   0.9.10
| - install yojson                  3.0.0
| - install zarith                  1.14
| - install zmq                     5.3.0
| - install zmq-lwt                 5.3.0
+- 

<><> jupyter.3.0.1 installed successfully <><><><><><><><><><><><><><><><><><><>
=> Please run for registration of ocaml-jupyter kernel:
=> 
=> $ ocaml-jupyter-opam-genspec
=> $ jupyter kernelspec install --name ocaml-jupyter \
=> /home/opam/.opam/5.3-opam/share/jupyter
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.3-opam/.opam-switch/backup/state-20260515101213.export"
'opam install -vy owl-jupyter.1.0' failed.
"/usr/bin/env" "bash" "-c" "opam remove -y owl-jupyter.1.0
opam install -vy owl-jupyter.1.0
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: owl-jupyter.1.0 | grep -q 'debian-unstable'; then
        echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
        exit 69
    fi
fi 


exit $res" failed with exit status 31
Failed: Build failed