Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep owl.0.7.1; b8a5789dda254dd1abf90a31b28ede5f
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:58.32: Waiting for worker…
2024-01-29 18:59.10: Got resource from pool OCluster
2024-01-29 18:59.10: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy owl.0.7.1 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 owl-base.0.7.1 ocamlfind.1.9.6 integers.0.7.0 eigen.0.3.3 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.16.0 csexp.1.5.2 conf-pkg-config.3 conf-openblas.0.2.1 base-bytes.base base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u owl:b8a5789dda254dd1abf90a31b28ede5f,owl-base:54f42d4f7e5c3f05427c43e8357932f8,eigen:871437f0c5e6aa5376f48855214cc7d8,conf-openblas:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.999776') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-openblas/0.2.1,conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-openblas.0.2.1 prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3,eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8,eigen.0.3.3 prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1,owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8,owl-base.0.7.1 prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1,owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f,owl.0.7.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-openblas/0.2.1,conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-openblas.0.2.1 prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3,eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8,eigen.0.3.3 prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1,owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8,owl-base.0.7.1 prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1,owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f,owl.0.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-openblas/0.2.1,conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-openblas.0.2.1 prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3,eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8,eigen.0.3.3 prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1,owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8,owl-base.0.7.1 prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1,owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f,owl.0.7.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 0a1571099fd83155e0c22d5d989f3be3384bc384 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:59.11: RETRYING: 2024-01-29/151903-voodoo-prep-3267a5 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  97% (31970/32647)
Updating files:  98% (31995/32647)
Updating files:  99% (32321/32647)
Updating files: 100% (32647/32647)
Updating files: 100% (32647/32647), done.
HEAD is now at 0a1571099f Merge pull request #25076 from dra27/macOS-conf-openblas

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 18:54.01 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:54.01 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (655 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (1497 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:54.01 ---> using "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.13.0
-> installed bos.0.2.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:54.01 ---> using "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 18:54.01 ---> using "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8" from cache
2024-01-29 18:54.01 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 18:54.01 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:54.01 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:54.01 ---> using "50a061015e57b489daec5893a083c81b93ec0b29b89dbcf9b55da6d4003431c6" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:54.02 ---> using "10f8cc4e42b67f3eda01e354c84b9f2197a24c9bfbdd98efae39b6546813278a" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:54.02 ---> using "62d11f03db19b76cc9795e26d38ac0fca29e4349f05e0b515628e9f6b1d97567" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:54.02 ---> using "7af75e5d27661d12de8f027471301c78adad853688f0036b2165f4b0aca50337" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.14 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-01-29 18:54.02 ---> using "ce43ac2625e209a7655fd82498eba7bfa78886200b351d956efaa3363810aa62" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:54.02 ---> using "15abb557adaaeed7fdbb849667c774f8bd815eff70079428fe483e025bedc710" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:54.02 ---> using "a7ec6d509e154da68ab1ecbc929c0af65e4d60bc2decc9831fc66c5567ba438e" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy owl.0.7.1 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 owl-base.0.7.1 ocamlfind.1.9.6 integers.0.7.0 eigen.0.3.3 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.16.0 csexp.1.5.2 conf-pkg-config.3 conf-openblas.0.2.1 base-bytes.base base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (943 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy owl.0.7.1 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 owl-base.0.7.1 ocamlfind.1.9.6 integers.0.7.0 eigen.0.3.3 dune-configurator.3.13.0 dune.3.13.0 ctypes.0.16.0 csexp.1.5.2 conf-pkg-config.3 conf-openblas.0.2.1 base-bytes.base base.v0.16.3" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
liblapacke-dev
libopenblas-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-openblas     0.2.1
  - install csexp             1.5.2
  - install base-bytes        base
  - install conf-pkg-config   3
  - install sexplib0          v0.16.0
  - install stdlib-shims      0.3.0
  - install dune-configurator 3.13.0
  - install owl-base          0.7.1
  - install integers          0.7.0
  - install base              v0.16.3
  - install ctypes            0.16.0
  - install stdio             v0.16.0
  - install eigen             0.3.3
  - install owl               0.7.1
===== 14 to install =====

The following system packages will first need to be installed:
    liblapacke-dev libopenblas-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "liblapacke-dev" "libopenblas-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libblas3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
- Preparing to unpack .../00-libblas3_3.11.0-2_amd64.deb ...
- Unpacking libblas3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../01-libblas-dev_3.11.0-2_amd64.deb ...
- Unpacking libblas-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../02-libgfortran5_12.2.0-14_amd64.deb ...
- Unpacking libgfortran5:amd64 (12.2.0-14) ...
- Selecting previously unselected package libopenblas0-pthread:amd64.
- Preparing to unpack .../03-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../04-liblapack3_3.11.0-2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libopenblas-pthread-dev:amd64.
- Preparing to unpack .../05-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../06-liblapack-dev_3.11.0-2_amd64.deb ...
- Unpacking liblapack-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libtmglib3:amd64.
- Preparing to unpack .../07-libtmglib3_3.11.0-2_amd64.deb ...
- Unpacking libtmglib3:amd64 (3.11.0-2) ...
- Selecting previously unselected package liblapacke:amd64.
- Preparing to unpack .../08-liblapacke_3.11.0-2_amd64.deb ...
- Unpacking liblapacke:amd64 (3.11.0-2) ...
- Selecting previously unselected package libtmglib-dev:amd64.
- Preparing to unpack .../09-libtmglib-dev_3.11.0-2_amd64.deb ...
- Unpacking libtmglib-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package liblapacke-dev:amd64.
- Preparing to unpack .../10-liblapacke-dev_3.11.0-2_amd64.deb ...
- Unpacking liblapacke-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libopenblas0:amd64.
- Preparing to unpack .../11-libopenblas0_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package libopenblas-dev:amd64.
- Preparing to unpack .../12-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
- Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../13-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../14-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../15-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../16-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libblas3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgfortran5:amd64 (12.2.0-14) ...
- Setting up libblas-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- Setting up liblapack3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
- 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 pkgconf:amd64 (1.8.1-1) ...
- Setting up libtmglib3:amd64 (3.11.0-2) ...
- Setting up liblapack-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
- Setting up liblapacke:amd64 (3.11.0-2) ...
- Setting up libtmglib-dev:amd64 (3.11.0-2) ...
- Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
- 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 liblapacke-dev:amd64 (3.11.0-2) ...
- Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/42:
Processing  2/42:
Processing  3/42:
Processing  4/42:
Processing  5/42:
Processing  6/42:
Processing  7/42:
Processing  8/42: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config]
Processing  9/42: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing 10/42: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
-> retrieved base.v0.16.3  (cached)
Processing 11/42: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 12/42: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config]
Processing 13/42: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config] [csexp: dune build]
-> retrieved ctypes.0.16.0  (cached)
Processing 14/42: [conf-openblas: sh printf 'opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}' > conf-openblas.config] [conf-pkg-config: pkg-config] [csexp: dune build]
- + printf opam-version: "2.0"\nvariables {\n  pkg-config-homebrew: ""\n}
Processing 14/42: [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [conf-pkg-config: pkg-config] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 14/42: [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 15/42: [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 16/42: [conf-openblas: sh cc $CFLAGS test.c -lopenblas] [csexp: dune build]
- + cc test.c -lopenblas
-> compiled  conf-openblas.0.2.1
Processing 16/42: [csexp: dune build]
-> installed conf-openblas.0.2.1
Processing 17/42: [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 17/42:
-> installed csexp.1.5.2
Processing 18/42:
-> retrieved eigen.0.3.3  (cached)
Processing 19/42:
-> retrieved owl.0.7.1  (cached)
Processing 20/42:
-> retrieved sexplib0.v0.16.0  (cached)
Processing 21/42:
Processing 22/42: [sexplib0: dune build]
-> retrieved stdio.v0.16.0  (cached)
Processing 23/42: [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 24/42: [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 25/42: [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved owl-base.0.7.1  (cached)
-> compiled  sexplib0.v0.16.0
Processing 25/42: [dune-configurator: rm] [stdlib-shims: dune build]
-> installed sexplib0.v0.16.0
Processing 26/42: [dune-configurator: rm] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 26/42: [dune-configurator: rm]
-> installed stdlib-shims.0.3.0
Processing 27/42: [dune-configurator: rm]
Processing 28/42: [dune-configurator: rm] [integers: dune build]
Processing 29/42: [dune-configurator: rm] [integers: dune build] [owl-base: dune build]
Processing 29/42: [dune-configurator: dune build] [integers: dune build] [owl-base: dune build]
-> compiled  integers.0.7.0
Processing 29/42: [dune-configurator: dune build] [owl-base: dune build]
-> installed integers.0.7.0
Processing 30/42: [dune-configurator: dune build] [owl-base: dune build]
Processing 31/42: [ctypes: touch libffi.config] [dune-configurator: dune build] [owl-base: dune build]
Processing 31/42: [ctypes: make ctypes-base] [dune-configurator: dune build] [owl-base: dune build]
-> compiled  dune-configurator.3.13.0
Processing 31/42: [ctypes: make ctypes-base] [owl-base: dune build]
-> installed dune-configurator.3.13.0
Processing 32/42: [ctypes: make ctypes-base] [owl-base: dune build]
Processing 33/42: [base: dune build] [ctypes: make ctypes-base] [owl-base: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/base/.owl_base.objs/byte -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/base/.owl_base.objs/byte/owl_base_dense_ndarray_generic.cmo -c -impl src/base/owl_base_dense_ndarray_generic.ml)
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 463, characters 20-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 463, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 506, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 506, characters 14-15:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 524, characters 17-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 542, characters 19-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 542, characters 15-17:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -safe-string -g -I src/base/.owl_base.objs/byte -I src/base/.owl_base.objs/native -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/base/.owl_base.objs/native/owl_base_dense_ndarray_generic.cmx -c -impl src/base/owl_base_dense_ndarray_generic.ml)
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 463, characters 20-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 463, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 506, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 506, characters 14-15:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 524, characters 17-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 542, characters 19-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/base/dense/owl_base_dense_ndarray_generic.ml", line 542, characters 15-17:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-> compiled  owl-base.0.7.1
Processing 33/42: [base: dune build] [ctypes: make ctypes-base]
-> installed owl-base.0.7.1
Processing 34/42: [base: dune build] [ctypes: make ctypes-base]
-> compiled  base.v0.16.3
Processing 34/42: [ctypes: make ctypes-base]
-> installed base.v0.16.3
Processing 35/42: [ctypes: make ctypes-base]
Processing 36/42: [ctypes: make ctypes-base] [stdio: dune build]
-> compiled  stdio.v0.16.0
Processing 36/42: [ctypes: make ctypes-base]
-> installed stdio.v0.16.0
Processing 37/42: [ctypes: make ctypes-base]
+ /usr/bin/make "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0)
- ./src/discover/determine_as_needed_flags.sh >> asneeded.config
- ocamlfind  ocamlc -o gen_c_primitives -package str,bytes -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure
- ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false)
- ocamlfind  ocamlc -o gen_libffi_abi -package str,bytes -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure
- ./gen_libffi_abi > src/ctypes-foreign-base/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign-base/libffi_abi.ml && cat gen_c_primitives.log || false)
- cp src/ctypes-foreign-base/dl.ml.unix src/ctypes-foreign-base/dl.ml
- cp src/ctypes-foreign-base/dl_stubs.c.unix src/ctypes-foreign-base/dl_stubs.c
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/lDouble.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes  src/ctypes/lDouble.ml
- File "src/ctypes/lDouble.ml", line 80, characters 0-70:
- 80 | external mant_dig_ : unit -> int = "ctypes_ldouble_mant_dig" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/complexL.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- File "src/ctypes/ctypes_memory_stubs.ml", lines 50-51, characters 0-26:
- 50 | external use_value : 'a -> unit
- 51 |   = "ctypes_use" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_bigarray.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_static.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_type_printing.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 205, characters 30-40:
- 205 |       let CPointer dst as r = allocate_n reftyp alength in
-                                     ^^^^^^^^^^
- Warning 6 [labels-omitted]: label count was omitted in the application of this function.
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_coerce.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_types.mli
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/cstubs_internals.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes  src/ctypes/posixTypes.mli
- ocamlfind  ocamlc -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -cclib -lctypes_stubs -dllib -lctypes_stubs  -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray -package bytes -package integers   -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/ldouble_stubs.c
- In file included from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/ldouble_stubs.c:12:
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/ldouble_stubs.c: In function 'ctypes_ldouble_of_string':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/ldouble_stubs.c:395:15: note: in expansion of macro 'String_val'
-   395 |   char *str = String_val(v);
-       |               ^~~~~~~~~~
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c
- In file included from /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:31,
-                  from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c:10:
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_string_of_array':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c:42:10: note: in expansion of macro 'String_val'
-    42 |   memcpy(String_val(dst), CTYPES_ADDR_OF_FATPTR(p), len);
-       |          ^~~~~~~~~~
- In file included from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c:8:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c: In function 'ctypes_cstring_of_string':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/raw_pointer_stubs.c:55:14: note: in expansion of macro 'String_val'
-    55 |   char *ss = String_val(s);
-       |              ^~~~~~~~~~
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package bytes -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/type_info_stubs.c
- In file included from /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:31,
-                  from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/type_info_stubs.c:18:
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/type_info_stubs.c: In function 'ctypes_string_of_prim':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/type_info_stubs.c:182:10: note: in expansion of macro 'String_val'
-   182 |   memcpy(String_val(s), buf, len);
-       |          ^~~~~~~~~~
- In file included from /home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0/src/ctypes/type_info_stubs.c:15:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- ocamlfind  ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o  
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/lDouble.ml
- File "src/ctypes/lDouble.ml", line 80, characters 0-70:
- 80 | external mant_dig_ : unit -> int = "ctypes_ldouble_mant_dig" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- File "src/ctypes/ctypes_memory_stubs.ml", lines 50-51, characters 0-26:
- 50 | external use_value : 'a -> unit
- 51 |   = "ctypes_use" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 205, characters 30-40:
- 205 |       let CPointer dst as r = allocate_n reftyp alength in
-                                     ^^^^^^^^^^
- Warning 6 [labels-omitted]: label count was omitted in the application of this function.
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers    -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers   -cclib -lctypes_stubs  -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package bigarray -package bytes -package integers   -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"    -package compiler-libs -package integers   -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package compiler-libs -package integers     -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package compiler-libs -package integers   -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx  -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package bytes -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.mli
- ocamlfind  ocamlc -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"   -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"    -package str -package bytes -package integers   -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package bytes -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers     -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.14/lib/integers"  -package str -package bytes -package integers   -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx  -cclib -Wl,--no-as-needed
-> compiled  ctypes.0.16.0
Processing 38/42: [ctypes: make install]
+ /usr/bin/make "install" "XEN=disable" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ctypes.0.16.0)
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.14/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.14/lib/ctypes/META
- ocamlfind  install -add ctypes -optional  _build/ctypes.cma _build/dllctypes_stubs.so  _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a  _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h  _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.14/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _build/ctypes-top.cma   _build/ctypes-top.cmxa _build/ctypes-top.cmxs   _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi  _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti   _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-base.cma _build/dllctypes-foreign-base_stubs.so  _build/ctypes-foreign-base.cmxa _build/ctypes-foreign-base.cmxs _build/libctypes-foreign-base_stubs.a  _build/ctypes-foreign-base.a src/ctypes-foreign-base/dl.mli src/ctypes-foreign-base/libffi_abi.mli _build/src/ctypes-foreign-base/dl.cmi _build/src/ctypes-foreign-base/libffi_abi.cmi  _build/src/ctypes-foreign-base/dl.cmt _build/src/ctypes-foreign-base/libffi_abi.cmt _build/src/ctypes-foreign-base/dl.cmti _build/src/ctypes-foreign-base/libffi_abi.cmti   _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/dl.mli
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-threaded.cma _build/dllctypes-foreign-threaded_stubs.so  _build/ctypes-foreign-threaded.cmxa _build/ctypes-foreign-threaded.cmxs _build/libctypes-foreign-threaded_stubs.a  _build/ctypes-foreign-threaded.a src/ctypes-foreign-threaded/foreign.mli _build/src/ctypes-foreign-threaded/foreign.cmi  _build/src/ctypes-foreign-threaded/foreign.cmt _build/src/ctypes-foreign-threaded/foreign.cmti   
- Installed /home/opam/.opam/4.14/lib/ctypes/foreign.mli
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-unthreaded.cma   _build/ctypes-foreign-unthreaded.cmxa _build/ctypes-foreign-unthreaded.cmxs   _build/ctypes-foreign-unthreaded.a src/ctypes-foreign-unthreaded/foreign.mli _build/src/ctypes-foreign-unthreaded/foreign.cmi  _build/src/ctypes-foreign-unthreaded/foreign.cmt _build/src/ctypes-foreign-unthreaded/foreign.cmti   
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.14/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/foreign.mli
- ocamlfind  install -add ctypes -optional  _build/cstubs.cma   _build/cstubs.cmxa _build/cstubs.cmxs   _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi  _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti  /home/opam/.opam/4.14/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.14/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.14/lib/ctypes/cstubs.cma
-> installed ctypes.0.16.0
Processing 39/42: [eigen: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "eigen" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/eigen.0.3.3)
- (cd _build/default/eigen_cpp && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -fPIC -ansi -pedantic -O3 -std=c++11 -Ofast -march=native -mfpmath=sse -msse2 -funroll-loops -ffast-math -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/stdlib-shims -I lib -I lib/unsupported -o eigen_tensor.o -c lib/eigen_tensor.cpp)
- In file included from lib/unsupported/Eigen/CXX11/Tensor:105,
-                  from lib/eigen_tensor.cpp:8:
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h: In instantiation of 'struct Eigen::TensorEvaluator<const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, Eigen::DefaultDevice>':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h:96:65:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorForcedEvalOp<const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, Eigen::MakePointer>, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h:61:42:   required from 'std::ostream& Eigen::operator<<(std::ostream&, const TensorBase<Derived, 0>&) [with T = TensorMap<Tensor<float, 4, 1> >; std::ostream = std::basic_ostream<char>]'
- lib/eigen_tensor_s.cpp:19:16:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h:162:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   162 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- In file included from lib/unsupported/Eigen/CXX11/Tensor:133:
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h: In instantiation of 'const int Eigen::TensorEvaluator<const Eigen::TensorForcedEvalOp<const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, Eigen::MakePointer>, Eigen::DefaultDevice>::PacketSize':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h:104:21:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorForcedEvalOp<const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, Eigen::MakePointer>, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h:61:42:   required from 'std::ostream& Eigen::operator<<(std::ostream&, const TensorBase<Derived, 0>&) [with T = TensorMap<Tensor<float, 4, 1> >; std::ostream = std::basic_ostream<char>]'
- lib/eigen_tensor_s.cpp:19:16:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h:100:78: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   100 |   static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size;
-       |                                                                              ^~~~
- In file included from lib/unsupported/Eigen/CXX11/Tensor:113:
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h: In instantiation of 'struct Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, Eigen::DefaultDevice> >':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:96:70:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 4, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >]'
- lib/eigen_tensor_s.cpp:35:107:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:124:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   124 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h: In instantiation of 'struct Eigen::TensorEvaluator<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, Eigen::DefaultDevice>':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:100:55:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 4, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >]'
- lib/eigen_tensor_s.cpp:35:107:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h:42:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-    42 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h: In instantiation of 'struct Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> >, Eigen::DefaultDevice> >':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:96:70:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > >; PlainObjectType = Eigen::Tensor<float, 4, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >]'
- lib/eigen_tensor_s.cpp:51:135:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:124:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   124 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h: In instantiation of 'const int Eigen::TensorEvaluator<const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer>, Eigen::DefaultDevice>::PacketSize':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h:104:21:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer>, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:140:92:   required from 'const int Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> >, Eigen::DefaultDevice> >::LDims'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:147:30:   required from 'struct Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> >, Eigen::DefaultDevice> >'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:96:70:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, const Eigen::TensorForcedEvalOp<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorShufflingOp<const std::array<long int, 4>, const Eigen::TensorReverseOp<const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<1>, Eigen::type2index<0>, Eigen::type2index<0> >, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::MakePointer> > >; PlainObjectType = Eigen::Tensor<float, 4, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >]'
- lib/eigen_tensor_s.cpp:51:135:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h:100:78: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   100 |   static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size;
-       |                                                                              ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h: In instantiation of 'struct Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorShufflingOp<const std::array<long int, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, Eigen::DefaultDevice> >':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorShufflingOp<const std::array<long int, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorShufflingOp<const std::array<long int, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:96:70:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorShufflingOp<const std::array<long int, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorShufflingOp<const std::array<long int, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorShufflingOp<const std::array<long int, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 4, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 4, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 4, 1> >]'
- lib/eigen_tensor_s.cpp:67:138:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:124:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   124 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h: In instantiation of 'struct Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice> >':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:96:70:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >]'
- lib/eigen_tensor_s.cpp:85:90:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:124:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h: In instantiation of 'struct Eigen::TensorEvaluator<const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, Eigen::DefaultDevice>':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h:97:54:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:85:107:   required from 'const int Eigen::TensorEvaluator<const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>::NumDims'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:86:34:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h:104:107:   required from 'const int Eigen::TensorEvaluator<const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >, Eigen::DefaultDevice>::NumDims'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h:105:34:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:96:70:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >]'
- lib/eigen_tensor_s.cpp:85:90:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h:162:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   162 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h: In instantiation of 'struct Eigen::TensorEvaluator<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, Eigen::DefaultDevice>':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:100:55:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >]'
- lib/eigen_tensor_s.cpp:85:90:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h:42:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-    42 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h: In instantiation of 'struct Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >, Eigen::DefaultDevice> >':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:96:70:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h:92:66:   required from 'const bool Eigen::internal::IsVectorizable<Eigen::DefaultDevice, const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > > >::value'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >; PlainObjectType = Eigen::Tensor<float, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >]'
- lib/eigen_tensor_s.cpp:102:131:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:124:66: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-   124 |     PacketAccess = (internal::unpacket_traits<PacketReturnType>::size > 1),
-       |                                                                  ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h: In instantiation of 'struct Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice> >':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:572:8:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:105:51:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h:114:54:   required from 'struct Eigen::TensorEvaluator<const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >, Eigen::DefaultDevice>'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h:104:107:   required from 'const int Eigen::TensorEvaluator<const Eigen::TensorShufflingOp<const std::array<long int, 5>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 4>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, Eigen::DefaultDevice>::NumDims'
- ...TRUNCATED BY DUNE...
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:250:59:   required from 'Eigen::internal::BaseTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment>::Packet Eigen::internal::BaseTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment>::loadPacket(Index, Index) const [with int AlignmentType = 0; Scalar = double; Index = long int; int side = 1; Tensor = Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>; nocontract_t = std::array<long int, 1>; contract_t = std::array<long int, 2>; int packet_size = 4; bool inner_dim_contiguous = true; bool inner_dim_reordered = false; int Alignment = 0; Packet = __m256d]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:414:63:   required from 'PacketT Eigen::internal::TensorContractionSubMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment>::load(Index) const [with PacketT = __vector(4) double; int AlignmentType = 16; Scalar = double; Index = long int; int side = 1; Tensor = Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>; nocontract_t = std::array<long int, 1>; contract_t = std::array<long int, 2>; int packet_size = 4; bool inner_dim_contiguous = true; bool inner_dim_reordered = false; int Alignment = 0]'
- lib/Eigen/src/Core/products/GeneralMatrixVector.h:219:15:   [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:334:7:   required from 'bool Eigen::TensorContractionEvaluatorBase<Derived>::evalSubExprsIfNeeded(Scalar*) [with Derived = Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >, Eigen::DefaultDevice>; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:128:39:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::evalSubExprsIfNeeded(CoeffReturnType*) [with NewDimensions = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; Device = Eigen::DefaultDevice; CoeffReturnType = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:128:44:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorAssignOp<LhsXprType, RhsXprType>, Device>::evalSubExprsIfNeeded(Scalar*) [with LeftArgType = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >; RightArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > >; Device = Eigen::DefaultDevice; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:57:61:   required from 'static void Eigen::internal::TensorExecutor<Expression, Eigen::DefaultDevice, true>::run(const Expression&, const Eigen::DefaultDevice&) [with Expression = const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > >; PlainObjectType = Eigen::Tensor<double, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >]'
- lib/eigen_tensor_d.cpp:115:131:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h:110:78: warning: ignoring attributes on template argument 'Eigen::PacketType<double, Eigen::DefaultDevice>::type' {aka '__m256d'} [-Wignored-attributes]
-   110 |   static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size;
-       |                                                                              ^~~~
- lib/unsupported/Eigen/NeuralNetwork/eigen_volume_patch.h: In instantiation of 'const Eigen::CustomTensorEvaluator<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >, Eigen::DefaultDevice>::Index Eigen::CustomTensorEvaluator<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >, Eigen::DefaultDevice>::PacketSize':
- lib/unsupported/Eigen/NeuralNetwork/eigen_volume_patch.h:334:5:   required from 'Eigen::CustomTensorEvaluator<Planes, Rows, Cols, ArgType, Device>::PacketReturnType Eigen::CustomTensorEvaluator<Planes, Rows, Cols, ArgType, Device>::packet(Index) const [with int LoadMode = 0; long int Planes = -1; long int Rows = -1; long int Cols = -1; ArgType = const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   required from 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; NewDimensions = const Eigen::DSizes<long int, 3>; ArgType = const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:42:46:   required from 'typename Tensor::PacketReturnType Eigen::internal::CoeffLoader<Tensor, HasRawAccess>::packet(typename Tensor::Index) const [with int LoadMode = 0; Tensor = Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>; bool HasRawAccess = false; typename Tensor::PacketReturnType = __m256d; typename Tensor::Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:250:59:   required from 'Eigen::internal::BaseTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment>::Packet Eigen::internal::BaseTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment>::loadPacket(Index, Index) const [with int AlignmentType = 0; Scalar = double; Index = long int; int side = 0; Tensor = Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>; nocontract_t = std::array<long int, 1>; contract_t = std::array<long int, 2>; int packet_size = 4; bool inner_dim_contiguous = true; bool inner_dim_reordered = true; int Alignment = 0; Packet = __m256d]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:377:58:   required from 'Eigen::internal::TensorContractionSubMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment>::Packet Eigen::internal::TensorContractionSubMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment>::loadPacket(Index) const [with Scalar = double; Index = long int; int side = 0; Tensor = Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>; nocontract_t = std::array<long int, 1>; contract_t = std::array<long int, 2>; int packet_size = 4; bool inner_dim_contiguous = true; bool inner_dim_reordered = true; int Alignment = 0; Packet = __m256d]'
- lib/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1974:44:   [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:334:7:   required from 'bool Eigen::TensorContractionEvaluatorBase<Derived>::evalSubExprsIfNeeded(Scalar*) [with Derived = Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >, Eigen::DefaultDevice>; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:128:39:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::evalSubExprsIfNeeded(CoeffReturnType*) [with NewDimensions = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; Device = Eigen::DefaultDevice; CoeffReturnType = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:128:44:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorAssignOp<LhsXprType, RhsXprType>, Device>::evalSubExprsIfNeeded(Scalar*) [with LeftArgType = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >; RightArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > >; Device = Eigen::DefaultDevice; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:57:61:   required from 'static void Eigen::internal::TensorExecutor<Expression, Eigen::DefaultDevice, true>::run(const Expression&, const Eigen::DefaultDevice&) [with Expression = const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 2>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorVolumePatchOp<-1, -1, -1, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 3>, const Eigen::TensorReverseOp<const std::array<bool, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > >; PlainObjectType = Eigen::Tensor<double, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >]'
- lib/eigen_tensor_d.cpp:115:131:   required from here
- lib/unsupported/Eigen/NeuralNetwork/eigen_volume_patch.h:40:52: warning: ignoring attributes on template argument 'Eigen::PacketType<double, Eigen::DefaultDevice>::type' {aka '__m256d'} [-Wignored-attributes]
-    40 |       internal::unpacket_traits<PacketReturnType>::size;
-       |                                                    ^~~~
- In file included from lib/unsupported/Eigen/CXX11/Tensor:119:
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h: In instantiation of 'const int Eigen::TensorEvaluator<const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>::PacketSize':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:187:5:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::packet(Index) const [with int LoadMode = 0; PatchDim = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   required from 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; NewDimensions = const Eigen::DSizes<long int, 8>; ArgType = const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h:196:64:   required from 'Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::packet(Index) const [with int LoadMode = 0; Strides = const std::array<long int, 8>; ArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   required from 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; NewDimensions = const Eigen::DSizes<long int, 2>; ArgType = const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:42:46:   required from 'typename Tensor::PacketReturnType Eigen::internal::CoeffLoader<Tensor, HasRawAccess>::packet(typename Tensor::Index) const [with int LoadMode = 0; Tensor = Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, Eigen::DefaultDevice>; bool HasRawAccess = false; typename Tensor::PacketReturnType = __m256; typename Tensor::Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:250:59:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:334:7:   required from 'bool Eigen::TensorContractionEvaluatorBase<Derived>::evalSubExprsIfNeeded(Scalar*) [with Derived = Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>; Scalar = float]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:128:39:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::evalSubExprsIfNeeded(CoeffReturnType*) [with NewDimensions = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >; Device = Eigen::DefaultDevice; CoeffReturnType = float]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:128:44:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorAssignOp<LhsXprType, RhsXprType>, Device>::evalSubExprsIfNeeded(Scalar*) [with LeftArgType = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >; RightArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; Device = Eigen::DefaultDevice; Scalar = float]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:57:61:   required from 'static void Eigen::internal::TensorExecutor<Expression, Eigen::DefaultDevice, true>::run(const Expression&, const Eigen::DefaultDevice&) [with Expression = const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >]'
- lib/eigen_tensor_s.cpp:85:90:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:90:78: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-    90 |   static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size;
-       |                                                                              ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h: In instantiation of 'const int Eigen::TensorEvaluator<const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>::PacketSize':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:187:5:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::packet(Index) const [with int LoadMode = 0; PatchDim = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   required from 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; NewDimensions = const Eigen::DSizes<long int, 8>; ArgType = const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h:196:64:   required from 'Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::packet(Index) const [with int LoadMode = 0; Strides = const std::array<long int, 8>; ArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   required from 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; NewDimensions = const Eigen::DSizes<long int, 2>; ArgType = const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:42:46:   required from 'typename Tensor::PacketReturnType Eigen::internal::CoeffLoader<Tensor, HasRawAccess>::packet(typename Tensor::Index) const [with int LoadMode = 0; Tensor = Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, Eigen::DefaultDevice>; bool HasRawAccess = false; typename Tensor::PacketReturnType = __m256d; typename Tensor::Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:250:59:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:334:7:   required from 'bool Eigen::TensorContractionEvaluatorBase<Derived>::evalSubExprsIfNeeded(Scalar*) [with Derived = Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:128:39:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::evalSubExprsIfNeeded(CoeffReturnType*) [with NewDimensions = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >; Device = Eigen::DefaultDevice; CoeffReturnType = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:128:44:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorAssignOp<LhsXprType, RhsXprType>, Device>::evalSubExprsIfNeeded(Scalar*) [with LeftArgType = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >; RightArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; Device = Eigen::DefaultDevice; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:57:61:   required from 'static void Eigen::internal::TensorExecutor<Expression, Eigen::DefaultDevice, true>::run(const Expression&, const Eigen::DefaultDevice&) [with Expression = const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > >]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; PlainObjectType = Eigen::Tensor<double, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >]'
- lib/eigen_tensor_d.cpp:98:90:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:90:78: warning: ignoring attributes on template argument 'Eigen::PacketType<double, Eigen::DefaultDevice>::type' {aka '__m256d'} [-Wignored-attributes]
- In file included from lib/unsupported/Eigen/CXX11/Tensor:127:
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h: In instantiation of 'const int Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > >, Eigen::DefaultDevice>::PacketSize':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h:260:5:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::packetColMajor(Index) const [with PaddingDimensions = const std::array<Eigen::IndexPair<long int>, 5>; ArgType = const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h:184:14:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; PaddingDimensions = const std::array<Eigen::IndexPair<long int>, 5>; ArgType = const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:233:64:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::packet(Index) const [with int LoadMode = 0; PatchDim = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   required from 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; NewDimensions = const Eigen::DSizes<long int, 8>; ArgType = const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h:196:64:   required from 'Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::packet(Index) const [with int LoadMode = 0; Strides = const std::array<long int, 8>; ArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:334:7:   required from 'bool Eigen::TensorContractionEvaluatorBase<Derived>::evalSubExprsIfNeeded(Scalar*) [with Derived = Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >, Eigen::DefaultDevice>; Scalar = float]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:128:39:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::evalSubExprsIfNeeded(CoeffReturnType*) [with NewDimensions = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > >; Device = Eigen::DefaultDevice; CoeffReturnType = float]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:128:44:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorAssignOp<LhsXprType, RhsXprType>, Device>::evalSubExprsIfNeeded(Scalar*) [with LeftArgType = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >; RightArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; Device = Eigen::DefaultDevice; Scalar = float]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:57:61:   required from 'static void Eigen::internal::TensorExecutor<Expression, Eigen::DefaultDevice, true>::run(const Expression&, const Eigen::DefaultDevice&) [with Expression = const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > >]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<float, 5, 1> > > > >; PlainObjectType = Eigen::Tensor<float, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<float, 5, 1> >]'
- lib/eigen_tensor_s.cpp:85:90:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h:93:78: warning: ignoring attributes on template argument 'Eigen::PacketType<float, Eigen::DefaultDevice>::type' {aka '__m256'} [-Wignored-attributes]
-    93 |   static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size;
-       |                                                                              ^~~~
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h: In instantiation of 'const int Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > >, Eigen::DefaultDevice>::PacketSize':
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h:260:5:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::packetColMajor(Index) const [with PaddingDimensions = const std::array<Eigen::IndexPair<long int>, 5>; ArgType = const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h:184:14:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPaddingOp<PaddingDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; PaddingDimensions = const std::array<Eigen::IndexPair<long int>, 5>; ArgType = const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h:233:64:   required from 'Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorPatchOp<PatchDim, XprType>, Device>::packet(Index) const [with int LoadMode = 0; PatchDim = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   required from 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::packet(Index) const [with int LoadMode = 0; NewDimensions = const Eigen::DSizes<long int, 8>; ArgType = const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h:196:64:   required from 'Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::PacketReturnType Eigen::TensorEvaluator<const Eigen::TensorStridingOp<Strides, XprType>, Device>::packet(Index) const [with int LoadMode = 0; Strides = const std::array<long int, 8>; ArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; Device = Eigen::DefaultDevice; PacketReturnType = __m256d; Index = long int]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:142:44:   [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:334:7:   required from 'bool Eigen::TensorContractionEvaluatorBase<Derived>::evalSubExprsIfNeeded(Scalar*) [with Derived = Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >, Eigen::DefaultDevice>; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:128:39:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<NewDimensions, XprType>, Device>::evalSubExprsIfNeeded(CoeffReturnType*) [with NewDimensions = const Eigen::DSizes<long int, 5>; ArgType = const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > >; Device = Eigen::DefaultDevice; CoeffReturnType = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:128:44:   required from 'bool Eigen::TensorEvaluator<const Eigen::TensorAssignOp<LhsXprType, RhsXprType>, Device>::evalSubExprsIfNeeded(Scalar*) [with LeftArgType = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >; RightArgType = const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; Device = Eigen::DefaultDevice; Scalar = double]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:57:61:   required from 'static void Eigen::internal::TensorExecutor<Expression, Eigen::DefaultDevice, true>::run(const Expression&, const Eigen::DefaultDevice&) [with Expression = const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > >]'
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h:310:65:   required from 'Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::Self& Eigen::TensorMap<PlainObjectType, Options_, MakePointer_>::operator=(const OtherDerived&) [with OtherDerived = Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long int>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorStridingOp<const std::array<long int, 8>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 8>, const Eigen::TensorPatchOp<const Eigen::DSizes<long int, 5>, const Eigen::TensorPaddingOp<const std::array<Eigen::IndexPair<long int>, 5>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > > > >, const Eigen::TensorReshapingOp<const Eigen::DSizes<long int, 2>, const Eigen::TensorMap<Eigen::Tensor<double, 5, 1> > > > >; PlainObjectType = Eigen::Tensor<double, 5, 1>; int Options_ = 0; MakePointer_ = Eigen::MakePointer; Self = Eigen::TensorMap<Eigen::Tensor<double, 5, 1> >]'
- lib/eigen_tensor_d.cpp:98:90:   required from here
- lib/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h:93:78: warning: ignoring attributes on template argument 'Eigen::PacketType<double, Eigen::DefaultDevice>::type' {aka '__m256d'} [-Wignored-attributes]
-> compiled  eigen.0.3.3
-> installed eigen.0.3.3
Processing 41/42: [owl: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "owl" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/owl.0.7.1)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/owl/.owl.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -no-alias-deps -o src/owl/.owl.objs/byte/owl_parallel.cmo -c -impl src/owl/owl_parallel.ml)
- File "src/owl/working/owl_parallel.ml", line 274, characters 18-49:
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/owl/.owl.objs/byte -I src/owl/.owl.objs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/native/owl_parallel.cmx -c -impl src/owl/owl_parallel.ml)
- File "src/owl/working/owl_parallel.ml", line 274, characters 18-49:
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/owl/.owl.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/byte/owl_cblas.cmo -c -impl src/owl/owl_cblas.ml)
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 36-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 26-32:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 11-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 36-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 26-32:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 11-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 49-53:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 42-47:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 27-39:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 11-23:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 55-59:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 48-53:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 51-55:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 44-49:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 30-41:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 31-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 12-27:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 78-83:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 65-75:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 49-61:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 78-83:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 65-75:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 49-61:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 55-59:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 48-53:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 51-55:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 44-49:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 30-41:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 31-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 12-27:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/owl/.owl.objs/byte -I src/owl/.owl.objs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/native/owl_cblas.cmx -c -impl src/owl/owl_cblas.ml)
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 36-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 26-32:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 56, characters 11-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 36-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 26-32:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 79, characters 11-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 49-53:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 42-47:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 27-39:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 105, characters 11-23:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 55-59:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 48-53:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 138, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 51-55:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 44-49:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 30-41:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 171, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 31-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 199, characters 12-27:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 78-83:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 65-75:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 49-61:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 232, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 78-83:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 65-75:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 49-61:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 257, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 55-59:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 48-53:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 30-45:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 282, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 51-55:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 44-49:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 30-41:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 310, characters 11-26:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 52-56:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 45-50:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 31-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/cblas/owl_cblas.ml", line 332, characters 12-27:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/owl/.owl.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/byte/owl_lapacke.cmo -c -impl src/owl/owl_lapacke.ml)
- File "src/owl/lapacke/owl_lapacke.ml", line 123, characters 10-17:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 385, characters 9-13:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1061, characters 10-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1134, characters 22-31:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1134, characters 10-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1220, characters 34-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1220, characters 22-30:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1220, characters 10-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1647, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1678, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1709, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1740, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1771, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1802, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 2225, characters 7-11:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/owl/.owl.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/byte/owl_dense_matrix_generic.cmo -c -impl src/owl/owl_dense_matrix_generic.ml)
- File "src/owl/dense/owl_dense_matrix_generic.ml", line 868, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/owl/.owl.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/byte/owl_dense_ndarray_generic.cmo -c -impl src/owl/owl_dense_ndarray_generic.ml)
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1151, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1151, characters 14-15:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1166, characters 19-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1166, characters 15-17:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1201, characters 17-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1243, characters 20-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1243, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/owl/.owl.objs/byte -I src/owl/.owl.objs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/native/owl_dense_ndarray_generic.cmx -c -impl src/owl/owl_dense_ndarray_generic.ml)
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1151, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1151, characters 14-15:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1166, characters 19-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1166, characters 15-17:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1201, characters 17-22:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1243, characters 20-24:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/dense/owl_dense_ndarray_generic.ml", line 1243, characters 17-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/owl/.owl.objs/byte -I src/owl/.owl.objs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/native/owl_dense_matrix_generic.cmx -c -impl src/owl/owl_dense_matrix_generic.ml)
- File "src/owl/dense/owl_dense_matrix_generic.ml", line 868, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/owl/.owl.objs/byte -I src/owl/.owl.objs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/owl/.owl.objs/native/owl_lapacke.cmx -c -impl src/owl/owl_lapacke.ml)
- File "src/owl/lapacke/owl_lapacke.ml", line 123, characters 10-17:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 385, characters 9-13:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1061, characters 10-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1134, characters 22-31:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1134, characters 10-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1220, characters 34-42:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1220, characters 22-30:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1220, characters 10-18:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1647, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1678, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1709, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1740, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1771, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 1802, characters 9-10:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/owl/lapacke/owl_lapacke.ml", line 2225, characters 7-11:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default/src/owl && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -I/usr/include/x86_64-linux-gnu/openblas-pthread/ -g -O3 -Ofast -march=native -mfpmath=sse -funroll-loops -ffast-math -DSFMT_MEXP=19937 -msse2 -fno-strict-aliasing -Wno-tautological-constant-out-of-range-compare -Wno-logical-op-parentheses -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/eigen -I /home/opam/.opam/4.14/lib/eigen/cpp -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/owl-base -I /home/opam/.opam/4.14/lib/stdlib-shims -o owl_ndarray_conv_stub.o -c owl_ndarray_conv_stub.c)
- In file included from src/owl/core/owl_ndarray_conv_stub.c:33:
- 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:2494:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2501:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2503:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2510:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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:2591:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2594:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2601:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2603:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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:2687:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2701:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2805:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2812:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2814:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2824:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2921:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2926:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2933:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float32_ndarray_conv_cuboid_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:3038:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:3057:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- In file included from src/owl/core/owl_ndarray_conv_stub.c:70:
- 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:2494:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2501:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2503:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2510:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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:2591:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2594:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2601:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2603:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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:2687:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2701:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2805:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2812:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2814:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2824:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_backward_kernel_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2921:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2926:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2933:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_float64_ndarray_conv_cuboid_backward_input_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:3038:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:3057:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- In file included from src/owl/core/owl_ndarray_conv_stub.c:97:
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_spatial_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2494:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2501:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2503:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2510:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:2591:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2594:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2601:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2603:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:2687:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2701:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex32_ndarray_conv_cuboid_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2805:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2812:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2814:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2824:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:2921:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2926:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2933:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:3038:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:3057:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- In file included from src/owl/core/owl_ndarray_conv_stub.c:114:
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_spatial_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2494:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2501:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2503:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2510:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:2591:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2594:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2601:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2603:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2609:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:2687:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2701:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h: In function 'stub_complex64_ndarray_conv_cuboid_naive_native':
- src/owl/core/owl_ndarray_conv_impl.h:2805:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2812:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2814:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2824:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:2921:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2926:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2933:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:2942:13: warning: "input_val" is deprecated: use "caml_input_val" instead
- 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_impl.h:3038:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- src/owl/core/owl_ndarray_conv_impl.h:3057:13: warning: "output_val" is deprecated: use "caml_output_val" instead
- At top level:
- cc1: note: unrecognized command-line option '-Wno-logical-op-parentheses' may have been intended to silence earlier diagnostics
- cc1: note: unrecognized command-line option '-Wno-tautological-constant-out-of-range-compare' may have been intended to silence earlier diagnostics
-> compiled  owl.0.7.1
-> installed owl.0.7.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:57.28 ---> saved as "42ea97eccbafb54b043628f19d52959600de276a3dca0ae2e281c4f6f1232dea"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u owl:b8a5789dda254dd1abf90a31b28ede5f,owl-base:54f42d4f7e5c3f05427c43e8357932f8,eigen:871437f0c5e6aa5376f48855214cc7d8,conf-openblas:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
2024-01-29 18:57.30 ---> saved as "0271c5230ece403d66bbea1c98368c9ea46efb3564b167a55f6d0631b4c3fd56"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.999776') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-openblas/0.2.1,conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-openblas.0.2.1 prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3,eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8,eigen.0.3.3 prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1,owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8,owl-base.0.7.1 prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1,owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f,owl.0.7.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-openblas/0.2.1,conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-openblas.0.2.1 prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3,eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8,eigen.0.3.3 prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1,owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8,owl-base.0.7.1 prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1,owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f,owl.0.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-openblas/0.2.1,conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-openblas.0.2.1 prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3,eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8,eigen.0.3.3 prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1,owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8,owl-base.0.7.1 prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1,owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f,owl.0.7.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.999776
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-openblas/0.2.1/opam
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/doc/
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/doc/eigen/
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/doc/eigen/LICENSE
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/doc/eigen/README.md
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen.ocamlobjinfo
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/META
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/cpp/
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/cpp/eigen_cpp_stubs.ocamlobjinfo
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/cpp/eigen_cpp_stubs.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/cpp/eigen_cpp_stubs.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/cpp/eigen_cpp_stubs__Eigen_cpp.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/cpp/eigen_cpp_stubs__Eigen_cpp.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/dune-package
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_c.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_c.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_d.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_d.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_s.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_s.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_z.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_dsmat_z.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_c.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_c.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_d.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_d.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_s.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_s.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_z.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_spmat_z.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_tensor_d.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_tensor_d.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_tensor_s.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_tensor_s.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_types.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_types.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_utils.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Eigen_utils.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Ffi_eigen_bindings.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Ffi_eigen_bindings.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Ffi_eigen_generated.cmi
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/lib/eigen/eigen__Ffi_eigen_generated.cmt
prep/universes/871437f0c5e6aa5376f48855214cc7d8/eigen/0.3.3/opam
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/doc/
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/doc/owl-base/
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/doc/owl-base/CHANGES.md
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/doc/owl-base/LICENSE.md
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/doc/owl-base/README.md
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base.ocamlobjinfo
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/META
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/dune-package
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_check.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_check.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_check.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_core.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_core.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_core.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_core_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_core_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_generic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_generic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_generic.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_generic_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_generic_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_graph_convert.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_graph_convert.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_graph_convert.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_graph_convert_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_graph_convert_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops_builder.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops_builder.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops_builder.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops_builder_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops_builder_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_ops_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_reverse.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_reverse.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_reverse.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_types.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_types.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_types.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_types_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_algodiff_types_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_complex.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_complex.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_complex.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_common.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_common.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_c.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_c.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_c.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_d.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_d.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_d.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_generic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_generic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_generic.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_s.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_s.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_s.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_z.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_z.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_dense_ndarray_z.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_linalg_generic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_linalg_generic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_maths.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_maths.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_maths.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_slicing.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_slicing.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_bernoulli.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_bernoulli.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_cauchy.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_cauchy.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_exponential.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_exponential.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gamma.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gamma.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gaussian.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gaussian.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gumbel1.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gumbel1.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gumbel2.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_gumbel2.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_uniform.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_dist_uniform.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_prng.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_base_stats_prng.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_device.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_device.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_engine.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_engine.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_eval.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_eval.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_init.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_cpu_init.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_engine.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_engine.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_engine_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_engine_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_graph.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_graph.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_graph_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_graph_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_operator.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_operator.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_operator_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_operator_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_optimiser.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_optimiser.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_optimiser_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_optimiser_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_shape.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_shape.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_shape_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_shape_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_symbol.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_symbol.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_symbol_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_symbol_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_type.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_type.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_type_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_computation_type_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_const.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_const.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_const.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_countmin_sketch.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_countmin_sketch.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_countmin_sketch_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_countmin_sketch_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_countmin_table.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_countmin_table.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_dataframe.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_dataframe.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_dataframe.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_exception.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_exception.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_exception.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_graph.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_graph.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_graph.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_heavyhitters_sketch.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_heavyhitters_sketch.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_heavyhitters_sketch_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_heavyhitters_sketch_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_io.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_io.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_io.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_lazy.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_lazy.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_lazy.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_log.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_log.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_log.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_interpolate.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_interpolate.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_interpolate.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_quadrature.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_quadrature.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_quadrature.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_root.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_root.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_maths_root.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_compiler.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_compiler.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_generic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_generic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_graph.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_graph.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_graph_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_graph_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_neuron.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_neuron.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_neuron_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_neural_neuron_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_numdiff_generic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_numdiff_generic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_numdiff_generic_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_numdiff_generic_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_operator.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_operator.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_operator.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_optimise_generic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_optimise_generic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_optimise_generic_sig.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_optimise_generic_sig.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_pretty.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_pretty.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_pretty.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_common.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_common.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_computation_device.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_computation_device.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_computation_engine.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_computation_engine.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_maths_basic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_maths_basic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_algodiff.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_algodiff.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_basic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_basic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_compare.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_compare.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_eltcmp.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_eltcmp.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_mutable.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_mutable.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_numdiff.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_ndarray_numdiff.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_operator.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_operator.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_stats_basic.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_stats_basic.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_stats_dist.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_types_stats_dist.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_array.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_array.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_array.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_heap.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_heap.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_heap.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_infer_shape.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_infer_shape.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_infer_shape.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_multimap.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_multimap.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_multimap.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_ndarray.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_ndarray.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_stack.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_stack.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_utils_stack.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_view.cmi
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_view.cmt
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/lib/owl-base/owl_view.cmti
prep/universes/54f42d4f7e5c3f05427c43e8357932f8/owl-base/0.7.1/opam
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/doc/
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/doc/owl/
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/doc/owl/CHANGES.md
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/doc/owl/LICENSE.md
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/doc/owl/README.md
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl.ocamlobjinfo
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/META
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/dune-package
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_algodiff.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_algodiff.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas_basic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas_basic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas_basic.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas_generated.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas_generated.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cblas_generated.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cluster.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_cluster.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_core_types.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_core_types.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dataset.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dataset.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_c.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_c.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_c.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_d.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_d.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_d.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_generic.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_s.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_s.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_s.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_z.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_z.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_matrix_z.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_a.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_a.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_a.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_c.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_c.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_c.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_d.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_d.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_d.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_generic.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_s.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_s.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_s.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_z.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_z.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_dense_ndarray_z.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_distribution.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_distribution.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_distribution.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_distribution_common.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_distribution_common.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_distribution_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_distribution_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_binop.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_binop.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_dense_matrix.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_dense_matrix.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_dense_ndarray.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_dense_ndarray.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_lifts.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_lifts.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_types.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_types.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_uniop.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ext_uniop.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_d.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_d.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_d.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_generic.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_s.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_s.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fft_s.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fftpack.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_fftpack.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_lapacke.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_lapacke.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_lapacke.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_lapacke_generated.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_lapacke_generated.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_lapacke_generated.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_c.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_c.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_c.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_d.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_d.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_d.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_generic.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_s.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_s.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_s.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_z.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_z.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_linalg_z.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_maths.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_maths.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_maths.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_maths_special.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_maths_special.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_matrix.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_matrix.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_matrix_check.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_matrix_check.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_matrix_swap.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_matrix_swap.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_mcmc.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_mcmc.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_contract.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_contract.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_conv.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_conv.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_fma.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_fma.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_maths.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_maths.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_pool.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_pool.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_repeat.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_repeat.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_slide.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_slide.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_sort.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_sort.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_transpose.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_transpose.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_upsampling.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_upsampling.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_utils.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ndarray_utils.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_neural.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_neural.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_neural_parallel.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_neural_parallel.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_corpus.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_corpus.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_corpus.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_lda.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_lda.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_lda.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_lda0.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_lda0.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_similarity.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_similarity.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_tfidf.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_tfidf.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_tfidf.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_utils.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_utils.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_vocabulary.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_vocabulary.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_nlp_vocabulary.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_optimise.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_optimise.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_parallel.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_parallel.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ppl.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ppl.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ppl_random_variable.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_ppl_random_variable.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_regression.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_regression.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_regression_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_regression_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_regression_generic_sig.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_regression_generic_sig.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_slicing.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_slicing.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_slicing_basic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_slicing_basic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_slicing_fancy.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_slicing_fancy.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_common.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_common.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_dok_matrix.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_dok_matrix.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_dok_matrix.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_c.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_c.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_c.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_d.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_d.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_d.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_generic.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_s.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_s.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_s.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_z.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_z.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_matrix_z.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_c.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_c.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_c.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_d.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_d.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_d.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_generic.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_generic.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_generic.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_s.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_s.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_s.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_z.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_z.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_sparse_ndarray_z.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats.cmti
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_dist.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_dist.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_extend.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_extend.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_prng.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_prng.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_sampler.cmi
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/lib/owl/owl_stats_sampler.cmt
prep/universes/b8a5789dda254dd1abf90a31b28ede5f/owl/0.7.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:6b62c00a152aceb1d9f8133cb79b2d6d7ccdb71912df541602e5b144f00e200a
HASHES:eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8:27bf93430e414ffd582cd263bbe82b00cce17ffda662181d082591f617bd36a7
HASHES:owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8:19a711b1d85156ea6fed5266a0285c9c0fb88fd274645a6b607c39618025ef7b
HASHES:owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f:a5fe40b1f2e92c4f5067ad74b404fa8e846da6b714053e9d9859fec99caef75f
2024-01-29 18:57.33 ---> saved as "ea8cde2212a838435808cb0837f4379d6102ddcfc561e255b1cf627300c1ad07"
Job succeeded
2024-01-29 19:03.08: owl.0.7.1-b8a5789dda254dd1abf90a31b28ede5f -> a5fe40b1f2e92c4f5067ad74b404fa8e846da6b714053e9d9859fec99caef75f
2024-01-29 19:03.08: owl-base.0.7.1-54f42d4f7e5c3f05427c43e8357932f8 -> 19a711b1d85156ea6fed5266a0285c9c0fb88fd274645a6b607c39618025ef7b
2024-01-29 19:03.08: eigen.0.3.3-871437f0c5e6aa5376f48855214cc7d8 -> 27bf93430e414ffd582cd263bbe82b00cce17ffda662181d082591f617bd36a7
2024-01-29 19:03.08: conf-openblas.0.2.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 6b62c00a152aceb1d9f8133cb79b2d6d7ccdb71912df541602e5b144f00e200a
2024-01-29 19:03.08: Job succeeded