Build:
  1. 0
2024-09-12 08:34.43: New job: Voodoo prep torch.0.13; a73c299f7dd49fdb15a7b65aa8b54d1c
2024-09-12 08:34.43: Connecting to build cluster…
2024-09-12 08:34.43: Waiting for resource in pool OCluster
2024-09-12 13:57.06: Waiting for worker…
2024-09-12 14:08.51: Got resource from pool OCluster
2024-09-12 14:08.51: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
         (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-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy torch.0.13 time_now.v0.16.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 sexplib.v0.16.0 seq.base re.1.12.0 ppxlib.0.33.0 ppx_sexp_conv.v0.16.0 ppx_optcomp.v0.16.0 ppx_inline_test.v0.16.1 ppx_here.v0.16.0 ppx_hash.v0.16.0 ppx_globalize.v0.16.0 ppx_expect.v0.16.0 ppx_enumerate.v0.16.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.16.0 ppx_compare.v0.16.0 ppx_cold.v0.16.0 ppx_base.v0.16.0 ppx_assert.v0.16.0 parsexp.v0.16.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 npy.0.0.9 libtorch.1.9.0+linux-x86_64 jst-config.v0.16.0 jane-street-headers.v0.16.0 integers.0.7.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 ctypes-foreign.0.23.0 ctypes.0.23.0 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-libffi.2.0.0 conf-bash.1 cmdliner.1.3.0 camlzip.1.12 bigarray-compat.1.1.0 base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u torch:a73c299f7dd49fdb15a7b65aa8b54d1c,libtorch:d41d8cd98f00b204e9800998ecf8427e"))
 (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.732797') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtorch/1.9.0+linux-x86_64,libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e,libtorch.1.9.0+linux-x86_64 prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13,torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c,torch.0.13; 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/d41d8cd98f00b204e9800998ecf8427e/libtorch/1.9.0+linux-x86_64,libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e,libtorch.1.9.0+linux-x86_64 prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13,torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c,torch.0.13; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtorch/1.9.0+linux-x86_64,libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e,libtorch.1.9.0+linux-x86_64 prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13,torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c,torch.0.13; 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 7feaa1f912b00a5f981075e59af0763556f8bc75 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 14:08.51: RETRYING: 2024-09-12/083443-voodoo-prep-a6fa35 Number of retries: 0 (retriable error condition)
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  45% (14503/32042)
Updating files:  46% (14740/32042)
Updating files:  47% (15060/32042)
Updating files:  48% (15381/32042)
Updating files:  49% (15701/32042)
Updating files:  50% (16021/32042)
Updating files:  51% (16342/32042)
Updating files:  52% (16662/32042)
Updating files:  53% (16983/32042)
Updating files:  54% (17303/32042)
Updating files:  55% (17624/32042)
Updating files:  56% (17944/32042)
Updating files:  57% (18264/32042)
Updating files:  58% (18585/32042)
Updating files:  59% (18905/32042)
Updating files:  60% (19226/32042)
Updating files:  61% (19546/32042)
Updating files:  62% (19867/32042)
Updating files:  63% (20187/32042)
Updating files:  64% (20507/32042)
Updating files:  65% (20828/32042)
Updating files:  66% (21148/32042)
Updating files:  67% (21469/32042)
Updating files:  68% (21789/32042)
Updating files:  69% (22109/32042)
Updating files:  70% (22430/32042)
Updating files:  71% (22750/32042)
Updating files:  72% (23071/32042)
Updating files:  73% (23391/32042)
Updating files:  74% (23712/32042)
Updating files:  75% (24032/32042)
Updating files:  76% (24352/32042)
Updating files:  77% (24673/32042)
Updating files:  78% (24993/32042)
Updating files:  79% (25314/32042)
Updating files:  80% (25634/32042)
Updating files:  81% (25955/32042)
Updating files:  82% (26275/32042)
Updating files:  83% (26595/32042)
Updating files:  84% (26916/32042)
Updating files:  85% (27236/32042)
Updating files:  86% (27557/32042)
Updating files:  87% (27877/32042)
Updating files:  88% (28197/32042)
Updating files:  88% (28231/32042)
Updating files:  89% (28518/32042)
Updating files:  90% (28838/32042)
Updating files:  91% (29159/32042)
Updating files:  92% (29479/32042)
Updating files:  93% (29800/32042)
Updating files:  94% (30120/32042)
Updating files:  95% (30440/32042)
Updating files:  96% (30761/32042)
Updating files:  97% (31081/32042)
Updating files:  98% (31402/32042)
Updating files:  99% (31722/32042)
Updating files: 100% (32042/32042)
Updating files: 100% (32042/32042), done.
HEAD is now at 7feaa1f912 Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 14:01.38 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 14:01.38 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache

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

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

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

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 14:01.38 ---> using "c0ffca0379d767eba96c496d9c3d5a7963b49f0084e5d4e2addf8acd8b75d3e3" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 14:01.38 ---> using "b3e1bb4015a777b85e55a6a5ba3e4cb907c2d4ba79725c400a82b494d511dc59" from cache
2024-09-12 14:01.38 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 14:01.38 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 14:01.38 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 14:01.38 ---> using "2b0e5c6a092f9ca1bbda95f5b7a2ea41fa9d1fb5a59427c4d5a1765abb041698" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 14:01.40 ---> using "cb956a19be6c2f33f752147aac320198f95dea4898355525fcff09b11743199a" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 14:01.40 ---> using "9ba4c90d766570a5a608b52ba80c25e2066d36f5853f915be4827c3a6185d708" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 14:01.40 ---> using "f4defe74fc95453916d4f327b0dbe6f530e218d081a6732128db1c9756f4751a" from cache

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

2024-09-12 14:01.40 ---> using "ed22f21fd3c4e38c8dccb2e8942f8fc51999a76180fc1a292c945d2acc673301" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 14:01.40 ---> using "09e902352b6ed4a0ccf5eaf814ab62da49154bf7c169ae8fea512878722840f0" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 14:01.40 ---> using "db576a385669dc94efc63a5ed612c9ec2e3f5b1876e1722028be331b37151635" 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 torch.0.13 time_now.v0.16.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 sexplib.v0.16.0 seq.base re.1.12.0 ppxlib.0.33.0 ppx_sexp_conv.v0.16.0 ppx_optcomp.v0.16.0 ppx_inline_test.v0.16.1 ppx_here.v0.16.0 ppx_hash.v0.16.0 ppx_globalize.v0.16.0 ppx_expect.v0.16.0 ppx_enumerate.v0.16.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.16.0 ppx_compare.v0.16.0 ppx_cold.v0.16.0 ppx_base.v0.16.0 ppx_assert.v0.16.0 parsexp.v0.16.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 npy.0.0.9 libtorch.1.9.0+linux-x86_64 jst-config.v0.16.0 jane-street-headers.v0.16.0 integers.0.7.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 ctypes-foreign.0.23.0 ctypes.0.23.0 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-libffi.2.0.0 conf-bash.1 cmdliner.1.3.0 camlzip.1.12 bigarray-compat.1.1.0 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 [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (965 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy torch.0.13 time_now.v0.16.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 sexplib.v0.16.0 seq.base re.1.12.0 ppxlib.0.33.0 ppx_sexp_conv.v0.16.0 ppx_optcomp.v0.16.0 ppx_inline_test.v0.16.1 ppx_here.v0.16.0 ppx_hash.v0.16.0 ppx_globalize.v0.16.0 ppx_expect.v0.16.0 ppx_enumerate.v0.16.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.16.0 ppx_compare.v0.16.0 ppx_cold.v0.16.0 ppx_base.v0.16.0 ppx_assert.v0.16.0 parsexp.v0.16.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 npy.0.0.9 libtorch.1.9.0+linux-x86_64 jst-config.v0.16.0 jane-street-headers.v0.16.0 integers.0.7.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 ctypes-foreign.0.23.0 ctypes.0.23.0 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-libffi.2.0.0 conf-bash.1 cmdliner.1.3.0 camlzip.1.12 bigarray-compat.1.1.0 base.v0.16.3" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libffi-dev
pkg-config
zlib1g-dev
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ppx_derivers        1.2.1
  - install conf-bash           1
  - install num                 1.5-1
  - install bigarray-compat     1.1.0
  - install seq                 base
  - install ocaml-compiler-libs v0.12.4
  - install stdlib-shims        0.3.0
  - install conf-pkg-config     3
  - install libtorch            1.9.0+linux-x86_64
  - install cmdliner            1.3.0
  - install jane-street-headers v0.16.0
  - install csexp               1.5.2
  - install sexplib0            v0.16.0
  - install re                  1.12.0
  - install integers            0.7.0
  - install conf-zlib           1
  - install conf-libffi         2.0.0
  - install dune-configurator   3.16.0
  - install ppxlib              0.33.0
  - install parsexp             v0.16.0
  - install camlzip             1.12
  - install ctypes              0.23.0
  - install base                v0.16.3
  - install sexplib             v0.16.0
  - install npy                 0.0.9
  - install ctypes-foreign      0.23.0
  - install stdio               v0.16.0
  - install ppx_sexp_conv       v0.16.0
  - install ppx_here            v0.16.0
  - install ppx_globalize       v0.16.0
  - install ppx_enumerate       v0.16.0
  - install ppx_compare         v0.16.0
  - install ppx_cold            v0.16.0
  - install ppx_optcomp         v0.16.0
  - install ppx_custom_printf   v0.16.0
  - install ppx_hash            v0.16.0
  - install ppx_assert          v0.16.0
  - install ppx_base            v0.16.0
  - install jst-config          v0.16.0
  - install time_now            v0.16.0
  - install ppx_inline_test     v0.16.1
  - install ppx_expect          v0.16.0
  - install torch               0.13
===== 43 to install =====

The following system packages will first need to be installed:
    libffi-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libffi-dev: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 ... 18764 files and directories currently installed.)
- Preparing to unpack .../0-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../1-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../2-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../3-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../4-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../5-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/129:
Processing  2/129:
Processing  3/129:
-> retrieved base.v0.16.3  (cached)
Processing  4/129:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  5/129:
Processing  6/129:
Processing  7/129:
Processing  8/129:
Processing  9/129:
Processing 10/129: [bigarray-compat: dune build]
Processing 11/129: [bigarray-compat: dune build] [conf-bash: bash]
Processing 12/129: [bigarray-compat: dune build] [conf-bash: bash] [conf-pkg-config: pkg-config]
-> retrieved camlzip.1.12  (cached)
Processing 13/129: [bigarray-compat: dune build] [conf-bash: bash] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.3.0  (cached)
Processing 14/129: [bigarray-compat: dune build] [conf-bash: bash] [conf-pkg-config: pkg-config]
Processing 15/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-bash: bash] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 16/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-bash: bash] [conf-pkg-config: pkg-config]
Processing 17/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-bash: bash] [conf-pkg-config: pkg-config] [csexp: dune build]
- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing 17/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] [csexp: dune build]
-> installed conf-bash.1
Processing 18/129: [bigarray-compat: dune build] [cmdliner: make all] [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 18/129: [bigarray-compat: dune build] [cmdliner: make all] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 19/129: [bigarray-compat: dune build] [cmdliner: make all] [csexp: dune build]
Processing 20/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [csexp: dune build]
Processing 21/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> retrieved ctypes.0.23.0  (cached)
Processing 22/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> retrieved ctypes-foreign.0.23.0  (cached)
Processing 23/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> compiled  conf-libffi.2.0.0
Processing 23/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> installed conf-libffi.2.0.0
Processing 24/129: [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> compiled  conf-zlib.1
Processing 24/129: [bigarray-compat: dune build] [cmdliner: make all] [csexp: dune build]
-> installed conf-zlib.1
Processing 25/129: [bigarray-compat: dune build] [cmdliner: make all] [csexp: dune build]
Processing 26/129: [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 27/129: [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build]
-> retrieved jane-street-headers.v0.16.0  (cached)
Processing 28/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build]
Processing 29/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build]
-> retrieved jst-config.v0.16.0  (cached)
Processing 30/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build]
-> retrieved npy.0.0.9  (cached)
Processing 31/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build]
-> retrieved num.1.5-1  (cached)
Processing 32/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 33/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: patch]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 34/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: patch]
Processing 35/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: patch] [ocaml-compiler-libs: dune build]
Processing 35/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved parsexp.v0.16.0  (cached)
Processing 36/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 36/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> installed bigarray-compat.1.1.0
Processing 37/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ppx_assert.v0.16.0  (cached)
Processing 38/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [csexp: dune build] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> compiled  csexp.1.5.2
Processing 38/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> installed csexp.1.5.2
Processing 39/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ppx_base.v0.16.0  (cached)
Processing 40/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ppx_cold.v0.16.0  (cached)
Processing 41/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [jane-street-headers: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> compiled  jane-street-headers.v0.16.0
Processing 41/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> installed jane-street-headers.v0.16.0
Processing 42/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ppx_compare.v0.16.0  (cached)
Processing 43/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ppx_custom_printf.v0.16.0  (cached)
Processing 44/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 45/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build]
Processing 46/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_enumerate.v0.16.0  (cached)
Processing 47/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.16.0  (cached)
Processing 48/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_globalize.v0.16.0  (cached)
Processing 49/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.16.0  (cached)
Processing 50/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.16.0  (cached)
Processing 51/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.16.1  (cached)
Processing 52/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_optcomp.v0.16.0  (cached)
Processing 53/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 54/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 55/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [camlzip: make all] [cmdliner: make all] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o  -lz
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo  -lz
- ocamlfind ocamlopt -safe-string -package unix -c zlib.ml
- ocamlfind ocamlopt -safe-string -package unix -c zip.ml
- ocamlfind ocamlopt -safe-string -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx  -lz
- ocamlfind ocamlopt -safe-string -package unix -shared -linkall -I ./ -o zip.cmxs zip.cmxa libcamlzip.a
-> compiled  camlzip.1.12
Processing 55/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [cmdliner: make all] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 56/129: [libtorch.1.9.0+linux-x86_64/libtorch-linux.zip: dl] [cmdliner: make all] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [camlzip: make install]
-> retrieved libtorch.1.9.0+linux-x86_64  (https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcpu.zip)
Processing 56/129: [cmdliner: make all] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [camlzip: make install]
Processing 57/129: [cmdliner: make all] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [camlzip: make install]
Processing 58/129: [cmdliner: make all] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [camlzip: make install]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 58/129: [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [camlzip: make install]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 58/129: [dune-configurator: rm] [num: make opam-modern] [ppx_derivers: dune build] [camlzip: make install]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/num.1.5-1/src'
- cp src/num-modern.install num.install
-> compiled  num.1.5-1
Processing 58/129: [dune-configurator: rm] [ppx_derivers: dune build] [camlzip: make install]
-> compiled  ppx_derivers.1.2.1
Processing 58/129: [dune-configurator: rm] [camlzip: make install]
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved seq.base  (cached)
Processing 59/129: [dune-configurator: rm] [camlzip: make install]
Processing 60/129: [dune-configurator: rm] [camlzip: make install]
Processing 61/129: [dune-configurator: rm] [camlzip: make install]
-> retrieved ppxlib.0.33.0  (cached)
Processing 62/129: [dune-configurator: rm] [camlzip: make install]
- cp META-zip META && \
-         ocamlfind install zip META *.cma *.a *.mli *.cmi *.cmti *.cmt gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxs
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxa
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zlib.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.mli
- Installed /home/opam/.opam/5.1/lib/zip/gzip.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.a
- Installed /home/opam/.opam/5.1/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/5.1/lib/zip/zip.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/camlzip/META
-> installed camlzip.1.12
Processing 62/129: [dune-configurator: rm]
Processing 63/129: [dune-configurator: rm] [npy: dune build]
Processing 64/129: [dune-configurator: rm] [npy: dune build] [cmdliner: make install]
-> retrieved re.1.12.0  (cached)
Processing 65/129: [dune-configurator: rm] [npy: dune build] [cmdliner: make install]
-> retrieved sexplib.v0.16.0  (cached)
Processing 66/129: [dune-configurator: rm] [npy: dune build] [cmdliner: make install]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 67/129: [dune-configurator: rm] [npy: dune build] [cmdliner: make install]
Processing 68/129: [dune-configurator: rm] [npy: dune build] [sexplib0: dune build] [cmdliner: make install]
Processing 68/129: [dune-configurator: dune build] [npy: dune build] [sexplib0: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/5.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner"
Processing 68/129: [dune-configurator: dune build] [npy: dune build] [sexplib0: dune build] [cmdliner: make install-doc]
-> retrieved stdio.v0.16.0  (cached)
Processing 69/129: [torch.0.13: http] [dune-configurator: dune build] [npy: dune build] [sexplib0: dune build] [cmdliner: make install-doc]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 70/129: [torch.0.13: http] [dune-configurator: dune build] [npy: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [cmdliner: make install-doc]
-> retrieved time_now.v0.16.0  (cached)
- install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 70/129: [torch.0.13: http] [dune-configurator: dune build] [npy: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 71/129: [torch.0.13: http] [dune-configurator: dune build] [npy: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [libtorch: sh]
-> compiled  npy.0.0.9
Processing 71/129: [torch.0.13: http] [dune-configurator: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [libtorch: sh]
-> compiled  stdlib-shims.0.3.0
Processing 71/129: [torch.0.13: http] [dune-configurator: dune build] [sexplib0: dune build] [libtorch: sh]
-> compiled  sexplib0.v0.16.0
Processing 71/129: [torch.0.13: http] [dune-configurator: dune build] [libtorch: sh]
Processing 71/129: [dune-configurator: dune build] [libtorch: sh]
-> retrieved torch.0.13  (https://github.com/LaurentMazare/ocaml-torch/archive/0.13.tar.gz)
-> compiled  dune-configurator.3.16.0
Processing 71/129: [libtorch: sh]
+ /usr/bin/sh "-c" "test -d /home/opam/.opam/5.1/lib/libtorch/lib/libtorch.so || ( unzip libtorch-linux.zip && mv -f libtorch /home/opam/.opam/5.1/lib/ )" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libtorch.1.9.0+linux-x86_64)
- Archive:  libtorch-linux.zip
-    creating: libtorch/
-    creating: libtorch/lib/
-   inflating: libtorch/lib/libasmjit.a  
-   inflating: libtorch/lib/libbackend_with_compiler.so  
-   inflating: libtorch/lib/libbenchmark.a  
-   inflating: libtorch/lib/libbenchmark_main.a  
-   inflating: libtorch/lib/libc10d.a  
-   inflating: libtorch/lib/libc10.so  
-   inflating: libtorch/lib/libcaffe2_detectron_ops.so  
-   inflating: libtorch/lib/libcaffe2_module_test_dynamic.so  
-   inflating: libtorch/lib/libcaffe2_observers.so  
-   inflating: libtorch/lib/libCaffe2_perfkernels_avx2.a  
-   inflating: libtorch/lib/libCaffe2_perfkernels_avx512.a  
-   inflating: libtorch/lib/libCaffe2_perfkernels_avx.a  
-   inflating: libtorch/lib/libcaffe2_protos.a  
-   inflating: libtorch/lib/libclog.a  
-   inflating: libtorch/lib/libcpuinfo.a  
-   inflating: libtorch/lib/libcpuinfo_internals.a  
-   inflating: libtorch/lib/libdnnl.a  
-   inflating: libtorch/lib/libfbgemm.a  
-   inflating: libtorch/lib/libfmt.a   
-   inflating: libtorch/lib/libfoxi_loader.a  
-   inflating: libtorch/lib/libgloo.a  
-   inflating: libtorch/lib/libgmock.a  
-   inflating: libtorch/lib/libgmock_main.a  
-   inflating: libtorch/lib/libgtest.a  
-   inflating: libtorch/lib/libgtest_main.a  
-   inflating: libtorch/lib/libjitbackend_test.so  
-   inflating: libtorch/lib/libkineto.a  
-   inflating: libtorch/lib/libmkldnn.a  
- 
-   inflating: libtorch/lib/libnnpack.a  
-   inflating: libtorch/lib/libnnpack_reference_layers.a  
-   inflating: libtorch/lib/libonnx.a  
-   inflating: libtorch/lib/libonnx_proto.a  
-   inflating: libtorch/lib/libprocess_group_agent.so  
-   inflating: libtorch/lib/libprotobuf.a  
-   inflating: libtorch/lib/libprotobuf-lite.a  
-   inflating: libtorch/lib/libprotoc.a  
-   inflating: libtorch/lib/libpthreadpool.a  
-   inflating: libtorch/lib/libpytorch_qnnpack.a  
-   inflating: libtorch/lib/libqnnpack.a  
-   inflating: libtorch/lib/libshm.so  
-   inflating: libtorch/lib/libtensorpipe.a  
-   inflating: libtorch/lib/libtensorpipe_agent.so  
-   inflating: libtorch/lib/libtensorpipe_uv.a  
-   inflating: libtorch/lib/libtorchbind_test.so  
-   inflating: libtorch/lib/libtorch_cpu.so  
- 
-   inflating: libtorch/lib/libtorch_global_deps.so  
-   inflating: libtorch/lib/libtorch_python.so  
- 
-   inflating: libtorch/lib/libtorch.so  
-   inflating: libtorch/lib/libXNNPACK.a  
-   inflating: libtorch/lib/libgomp-75eea7e8.so.1  
-    creating: libtorch/bin/
-    creating: libtorch/include/
-    creating: libtorch/include/c10d/
-   inflating: libtorch/include/c10d/FileStore.hpp  
-   inflating: libtorch/include/c10d/ParamCommsUtils.hpp  
-   inflating: libtorch/include/c10d/PrefixStore.hpp  
-   inflating: libtorch/include/c10d/ProcessGroup.hpp  
-   inflating: libtorch/include/c10d/Store.hpp  
-   inflating: libtorch/include/c10d/TCPStore.hpp  
-   inflating: libtorch/include/c10d/Types.hpp  
-   inflating: libtorch/include/c10d/Utils.hpp  
-   inflating: libtorch/include/c10d/sequence_num.hpp  
-   inflating: libtorch/include/c10d/ProcessGroupGloo.hpp  
-   inflating: libtorch/include/c10d/GlooDeviceFactory.hpp  
-   inflating: libtorch/include/c10d/HashStore.hpp  
-   inflating: libtorch/include/c10d/UnixSockUtils.hpp  
-   inflating: libtorch/include/sleef.h  
-    creating: libtorch/include/ATen/
-   inflating: libtorch/include/ATen/ATen.h  
-   inflating: libtorch/include/ATen/AccumulateType.h  
-  extracting: libtorch/include/ATen/ArrayRef.h  
-  extracting: libtorch/include/ATen/Backend.h  
-  extracting: libtorch/include/ATen/Backtrace.h  
-   inflating: libtorch/include/ATen/BatchedFallback.h  
-   inflating: libtorch/include/ATen/BatchedTensorImpl.h  
-   inflating: libtorch/include/ATen/CPUApplyUtils.h  
-   inflating: libtorch/include/ATen/CPUFixedAllocator.h  
-   inflating: libtorch/include/ATen/CPUGeneratorImpl.h  
-   inflating: libtorch/include/ATen/CUDAGeneratorImpl.h  
-   inflating: libtorch/include/ATen/Config.h  
-   inflating: libtorch/include/ATen/Context.h  
-   inflating: libtorch/include/ATen/DLConvertor.h  
-  extracting: libtorch/include/ATen/Device.h  
-   inflating: libtorch/include/ATen/DeviceGuard.h  
-  extracting: libtorch/include/ATen/DimVector.h  
-  extracting: libtorch/include/ATen/Dimname.h  
-   inflating: libtorch/include/ATen/Dispatch.h  
-   inflating: libtorch/include/ATen/DynamicLibrary.h  
-   inflating: libtorch/include/ATen/ExpandUtils.h  
-  extracting: libtorch/include/ATen/Formatting.h  
-  extracting: libtorch/include/ATen/Generator.h  
-   inflating: libtorch/include/ATen/InferSize.h  
-   inflating: libtorch/include/ATen/InitialTensorOptions.h  
-  extracting: libtorch/include/ATen/Layout.h  
-   inflating: libtorch/include/ATen/LegacyTHFunctionsCPU.h  
-   inflating: libtorch/include/ATen/LegacyTHFunctionsCUDA.h  
-   inflating: libtorch/include/ATen/MatrixRef.h  
-   inflating: libtorch/include/ATen/MemoryOverlap.h  
-  extracting: libtorch/include/ATen/NamedTensor.h  
-   inflating: libtorch/include/ATen/NamedTensorUtils.h  
-   inflating: libtorch/include/ATen/NumericUtils.h  
-   inflating: libtorch/include/ATen/OpaqueTensorImpl.h  
-   inflating: libtorch/include/ATen/PTThreadPool.h  
-   inflating: libtorch/include/ATen/Parallel.h  
-   inflating: libtorch/include/ATen/ParallelNative.h  
-   inflating: libtorch/include/ATen/ParallelNativeTBB.h  
-   inflating: libtorch/include/ATen/ParallelOpenMP.h  
-  extracting: libtorch/include/ATen/Scalar.h  
-   inflating: libtorch/include/ATen/ScalarOps.h  
-   inflating: libtorch/include/ATen/ScalarType.h  
-   inflating: libtorch/include/ATen/SequenceNumber.h  
-  extracting: libtorch/include/ATen/SmallVector.h  
-   inflating: libtorch/include/ATen/SparseCsrTensorImpl.h  
-   inflating: libtorch/include/ATen/SparseCsrTensorUtils.h  
-   inflating: libtorch/include/ATen/SparseTensorImpl.h  
-   inflating: libtorch/include/ATen/SparseTensorUtils.h  
-  extracting: libtorch/include/ATen/Storage.h  
-  extracting: libtorch/include/ATen/Tensor.h  
-   inflating: libtorch/include/ATen/TensorAccessor.h  
-   inflating: libtorch/include/ATen/TensorGeometry.h  
-   inflating: libtorch/include/ATen/TensorIndexing.h  
-   inflating: libtorch/include/ATen/TensorIterator.h  
-   inflating: libtorch/include/ATen/TensorMeta.h  
-   inflating: libtorch/include/ATen/TensorNames.h  
-   inflating: libtorch/include/ATen/TensorOperators.h  
-  extracting: libtorch/include/ATen/TensorOptions.h  
-   inflating: libtorch/include/ATen/TensorUtils.h  
-   inflating: libtorch/include/ATen/ThreadLocalState.h  
-   inflating: libtorch/include/ATen/TracerMode.h  
-   inflating: libtorch/include/ATen/TypeDefault.h  
-   inflating: libtorch/include/ATen/Utils.h  
-   inflating: libtorch/include/ATen/Version.h  
-   inflating: libtorch/include/ATen/VmapMode.h  
-   inflating: libtorch/include/ATen/VmapTransforms.h  
-   inflating: libtorch/include/ATen/WrapDimUtils.h  
-   inflating: libtorch/include/ATen/WrapDimUtilsMulti.h  
-   inflating: libtorch/include/ATen/autocast_mode.h  
-   inflating: libtorch/include/ATen/cpp_custom_type_hack.h  
-   inflating: libtorch/include/ATen/div_rtn.h  
-   inflating: libtorch/include/ATen/dlpack.h  
-   inflating: libtorch/include/ATen/record_function.h  
-   inflating: libtorch/include/ATen/CPUFunctions.h  
-   inflating: libtorch/include/ATen/CompositeExplicitAutogradFunctions.h  
-   inflating: libtorch/include/ATen/CompositeImplicitAutogradFunctions.h  
-   inflating: libtorch/include/ATen/Functions.h  
-   inflating: libtorch/include/ATen/MetaFunctions.h  
-   inflating: libtorch/include/ATen/NativeFunctions.h  
-   inflating: libtorch/include/ATen/RedispatchFunctions.h  
-   inflating: libtorch/include/ATen/RegistrationDeclarations.h  
-   inflating: libtorch/include/ATen/CUDAFunctions.h  
-    creating: libtorch/include/ATen/cuda/
-   inflating: libtorch/include/ATen/cuda/CUDAApplyUtils.cuh  
-   inflating: libtorch/include/ATen/cuda/CUDAGraphsUtils.cuh  
-   inflating: libtorch/include/ATen/cuda/CUDATensorMethods.cuh  
-   inflating: libtorch/include/ATen/cuda/DeviceUtils.cuh  
-   inflating: libtorch/include/ATen/cuda/NumericLimits.cuh  
-   inflating: libtorch/include/ATen/cuda/cub.cuh  
-   inflating: libtorch/include/ATen/cuda/ATenCUDAGeneral.h  
-   inflating: libtorch/include/ATen/cuda/CUDABlas.h  
-   inflating: libtorch/include/ATen/cuda/CUDAConfig.h  
-   inflating: libtorch/include/ATen/cuda/CUDAContext.h  
-   inflating: libtorch/include/ATen/cuda/CUDADevice.h  
-   inflating: libtorch/include/ATen/cuda/CUDAEvent.h  
-   inflating: libtorch/include/ATen/cuda/CUDAGraph.h  
-   inflating: libtorch/include/ATen/cuda/CUDASolver.h  
-   inflating: libtorch/include/ATen/cuda/CUDAUtils.h  
-   inflating: libtorch/include/ATen/cuda/Exceptions.h  
-   inflating: libtorch/include/ATen/cuda/PinnedMemoryAllocator.h  
-    creating: libtorch/include/ATen/cuda/detail/
-   inflating: libtorch/include/ATen/cuda/detail/IndexUtils.cuh  
-   inflating: libtorch/include/ATen/cuda/detail/OffsetCalculator.cuh  
-   inflating: libtorch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh  
-   inflating: libtorch/include/ATen/cuda/detail/TensorInfo.cuh  
-   inflating: libtorch/include/ATen/cuda/detail/UnpackRaw.cuh  
-   inflating: libtorch/include/ATen/cuda/detail/CUDAHooks.h  
-   inflating: libtorch/include/ATen/cuda/detail/DeviceThreadHandles.h  
-   inflating: libtorch/include/ATen/cuda/detail/KernelUtils.h  
-   inflating: libtorch/include/ATen/cuda/detail/LazyNVRTC.h  
-    creating: libtorch/include/ATen/cpu/
-   inflating: libtorch/include/ATen/cpu/FlushDenormal.h  
-   inflating: libtorch/include/ATen/cpu/vml.h  
-    creating: libtorch/include/ATen/cpu/vec256/
-   inflating: libtorch/include/ATen/cpu/vec256/functional.h  
-   inflating: libtorch/include/ATen/cpu/vec256/intrinsics.h  
-   inflating: libtorch/include/ATen/cpu/vec256/missing_vld1_neon.h  
-   inflating: libtorch/include/ATen/cpu/vec256/missing_vst1_neon.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_base.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_bfloat16.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_complex_double.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_complex_float.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_double.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_float.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_float_neon.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_int.h  
-   inflating: libtorch/include/ATen/cpu/vec256/vec256_qint.h  
-    creating: libtorch/include/ATen/detail/
-   inflating: libtorch/include/ATen/detail/CUDAHooksInterface.h  
-   inflating: libtorch/include/ATen/detail/FunctionTraits.h  
-   inflating: libtorch/include/ATen/detail/HIPHooksInterface.h  
-    creating: libtorch/include/ATen/cudnn/
-   inflating: libtorch/include/ATen/cudnn/Descriptors.h  
-  extracting: libtorch/include/ATen/cudnn/Exceptions.h  
-   inflating: libtorch/include/ATen/cudnn/Handle.h  
-  extracting: libtorch/include/ATen/cudnn/Handles.h  
-   inflating: libtorch/include/ATen/cudnn/Types.h  
-   inflating: libtorch/include/ATen/cudnn/Utils.h  
-   inflating: libtorch/include/ATen/cudnn/cudnn-wrapper.h  
-    creating: libtorch/include/ATen/native/
-    creating: libtorch/include/ATen/native/cuda/
-   inflating: libtorch/include/ATen/native/cuda/BatchLinearAlgebraLib.h  
-   inflating: libtorch/include/ATen/native/cuda/CompositeRandomAccessor.h  
-   inflating: libtorch/include/ATen/native/cuda/CuFFTPlanCache.h  
-   inflating: libtorch/include/ATen/native/cuda/CuFFTUtils.h  
-   inflating: libtorch/include/ATen/native/cuda/DistributionTemplates.h  
-   inflating: libtorch/include/ATen/native/cuda/LaunchUtils.h  
-   inflating: libtorch/include/ATen/native/cuda/MiscUtils.h  
-   inflating: libtorch/include/ATen/native/cuda/CUDALoops.cuh  
-   inflating: libtorch/include/ATen/native/cuda/DeviceSqrt.cuh  
-   inflating: libtorch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh  
-   inflating: libtorch/include/ATen/native/cuda/ForeachFunctors.cuh  
-   inflating: libtorch/include/ATen/native/cuda/GridSampler.cuh  
-   inflating: libtorch/include/ATen/native/cuda/KernelUtils.cuh  
-   inflating: libtorch/include/ATen/native/cuda/Loops.cuh  
-   inflating: libtorch/include/ATen/native/cuda/Math.cuh  
-   inflating: libtorch/include/ATen/native/cuda/MemoryAccess.cuh  
-   inflating: libtorch/include/ATen/native/cuda/MultiTensorApply.cuh  
-   inflating: libtorch/include/ATen/native/cuda/Normalization.cuh  
-   inflating: libtorch/include/ATen/native/cuda/PersistentSoftmax.cuh  
-   inflating: libtorch/include/ATen/native/cuda/ROCmLoops.cuh  
-   inflating: libtorch/include/ATen/native/cuda/Randperm.cuh  
-   inflating: libtorch/include/ATen/native/cuda/Reduce.cuh  
-   inflating: libtorch/include/ATen/native/cuda/Resize.cuh  
-   inflating: libtorch/include/ATen/native/cuda/SortUtils.cuh  
-   inflating: libtorch/include/ATen/native/cuda/SortingCommon.cuh  
-   inflating: libtorch/include/ATen/native/cuda/SortingRadixSelect.cuh  
-   inflating: libtorch/include/ATen/native/cuda/TensorModeKernel.cuh  
-   inflating: libtorch/include/ATen/native/cuda/UniqueCub.cuh  
-   inflating: libtorch/include/ATen/native/cuda/UpSample.cuh  
-   inflating: libtorch/include/ATen/native/cuda/block_reduce.cuh  
-   inflating: libtorch/include/ATen/native/cuda/im2col.cuh  
-   inflating: libtorch/include/ATen/native/cuda/vol2col.cuh  
-    creating: libtorch/include/ATen/native/quantized/
-   inflating: libtorch/include/ATen/native/quantized/Copy.h  
-   inflating: libtorch/include/ATen/native/quantized/affine_quantizer.h  
-   inflating: libtorch/include/ATen/native/quantized/affine_quantizer_base.h  
-   inflating: libtorch/include/ATen/native/quantized/fake_quant_affine.h  
-    creating: libtorch/include/ATen/native/quantized/cpu/
-   inflating: libtorch/include/ATen/native/quantized/cpu/conv_packed_params.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/conv_serialization.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/embedding_packed_params.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/fbgemm_utils.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/init_qnnpack.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/packed_params.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/qembeddingbag.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/qnnpack_utils.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/quant_utils.h  
-   inflating: libtorch/include/ATen/native/quantized/cpu/quantized_ops.h  
-   inflating: libtorch/include/ATen/native/Activation.h  
-   inflating: libtorch/include/ATen/native/AdaptivePooling.h  
-   inflating: libtorch/include/ATen/native/BatchLinearAlgebra.h  
-   inflating: libtorch/include/ATen/native/BinaryOps.h  
-   inflating: libtorch/include/ATen/native/BucketizationUtils.h  
-   inflating: libtorch/include/ATen/native/CPUBlas.h  
-   inflating: libtorch/include/ATen/native/ComplexHelper.h  
-   inflating: libtorch/include/ATen/native/CompositeRandomAccessor.h  
-   inflating: libtorch/include/ATen/native/CompositeRandomAccessorCommon.h  
-   inflating: libtorch/include/ATen/native/ConvUtils.h  
-   inflating: libtorch/include/ATen/native/Copy.h  
-   inflating: libtorch/include/ATen/native/Cross.h  
-   inflating: libtorch/include/ATen/native/DilatedConvolutionUtils.h  
-   inflating: libtorch/include/ATen/native/DispatchStub.h  
-   inflating: libtorch/include/ATen/native/Distance.h  
-   inflating: libtorch/include/ATen/native/DistributionTemplates.h  
-   inflating: libtorch/include/ATen/native/Distributions.h  
-   inflating: libtorch/include/ATen/native/EmbeddingBag.h  
-   inflating: libtorch/include/ATen/native/Fill.h  
-   inflating: libtorch/include/ATen/native/ForeachUtils.h  
-   inflating: libtorch/include/ATen/native/FunctionOfAMatrixUtils.h  
-   inflating: libtorch/include/ATen/native/GridSampler.h  
-   inflating: libtorch/include/ATen/native/IndexingUtils.h  
-   inflating: libtorch/include/ATen/native/Lerp.h  
-   inflating: libtorch/include/ATen/native/LinearAlgebra.h  
-   inflating: libtorch/include/ATen/native/LinearAlgebraUtils.h  
-   inflating: libtorch/include/ATen/native/LossMulti.h  
-   inflating: libtorch/include/ATen/native/Math.h  
-   inflating: libtorch/include/ATen/native/MaxPooling.h  
-   inflating: libtorch/include/ATen/native/PointwiseOps.h  
-   inflating: libtorch/include/ATen/native/Pool.h  
-   inflating: libtorch/include/ATen/native/Pow.h  
-   inflating: libtorch/include/ATen/native/RNN.h  
-   inflating: libtorch/include/ATen/native/ReduceAllOps.h  
-   inflating: libtorch/include/ATen/native/ReduceOps.h  
-   inflating: libtorch/include/ATen/native/ReduceOpsUtils.h  
-   inflating: libtorch/include/ATen/native/Repeat.h  
-   inflating: libtorch/include/ATen/native/Resize.h  
-   inflating: libtorch/include/ATen/native/ResizeCommon.h  
-   inflating: libtorch/include/ATen/native/ScatterGatherChecks.h  
-   inflating: libtorch/include/ATen/native/SegmentReduce.h  
-   inflating: libtorch/include/ATen/native/SharedReduceOps.h  
-   inflating: libtorch/include/ATen/native/SobolEngineOpsUtils.h  
-   inflating: libtorch/include/ATen/native/Sorting.h  
-   inflating: libtorch/include/ATen/native/SortingUtils.h  
-   inflating: libtorch/include/ATen/native/SpectralOpsUtils.h  
-   inflating: libtorch/include/ATen/native/StridedRandomAccessor.h  
-   inflating: libtorch/include/ATen/native/TensorAdvancedIndexing.h  
-   inflating: libtorch/include/ATen/native/TensorCompare.h  
-   inflating: libtorch/include/ATen/native/TensorDimApply.h  
-   inflating: libtorch/include/ATen/native/TensorFactories.h  
-  extracting: libtorch/include/ATen/native/TensorIterator.h  
-   inflating: libtorch/include/ATen/native/TensorIteratorDynamicCasting.h  
-   inflating: libtorch/include/ATen/native/TensorTransformations.h  
-   inflating: libtorch/include/ATen/native/TriangularOpsUtils.h  
-   inflating: libtorch/include/ATen/native/TypeProperties.h  
-   inflating: libtorch/include/ATen/native/UnaryOps.h  
-   inflating: libtorch/include/ATen/native/Unfold2d.h  
-   inflating: libtorch/include/ATen/native/Unfold3d.h  
-   inflating: libtorch/include/ATen/native/UnfoldBackward.h  
-   inflating: libtorch/include/ATen/native/UpSample.h  
-   inflating: libtorch/include/ATen/native/batch_norm.h  
-   inflating: libtorch/include/ATen/native/group_norm.h  
-   inflating: libtorch/include/ATen/native/im2col.h  
-   inflating: libtorch/include/ATen/native/im2col_shape_check.h  
-   inflating: libtorch/include/ATen/native/layer_norm.h  
-   inflating: libtorch/include/ATen/native/vol2col.h  
-    creating: libtorch/include/ATen/native/cpu/
-   inflating: libtorch/include/ATen/native/cpu/AtomicAddFloat.h  
-   inflating: libtorch/include/ATen/native/cpu/CatKernel.h  
-   inflating: libtorch/include/ATen/native/cpu/DepthwiseConvKernel.h  
-   inflating: libtorch/include/ATen/native/cpu/DistributionTemplates.h  
-   inflating: libtorch/include/ATen/native/cpu/GridSamplerKernel.h  
-   inflating: libtorch/include/ATen/native/cpu/Intrinsics.h  
-   inflating: libtorch/include/ATen/native/cpu/IsContiguous.h  
-   inflating: libtorch/include/ATen/native/cpu/Loops.h  
-   inflating: libtorch/include/ATen/native/cpu/Reduce.h  
-   inflating: libtorch/include/ATen/native/cpu/SoftmaxKernel.h  
-   inflating: libtorch/include/ATen/native/cpu/StackKernel.h  
-   inflating: libtorch/include/ATen/native/cpu/avx_mathfun.h  
-   inflating: libtorch/include/ATen/native/cpu/utils.h  
-   inflating: libtorch/include/ATen/native/cpu/zmath.h  
-    creating: libtorch/include/ATen/core/
-    creating: libtorch/include/ATen/core/dispatch/
-   inflating: libtorch/include/ATen/core/dispatch/CppSignature.h  
-   inflating: libtorch/include/ATen/core/dispatch/DispatchKeyExtractor.h  
-   inflating: libtorch/include/ATen/core/dispatch/Dispatcher.h  
-   inflating: libtorch/include/ATen/core/dispatch/ObservedOperators.h  
-   inflating: libtorch/include/ATen/core/dispatch/OperatorEntry.h  
-   inflating: libtorch/include/ATen/core/dispatch/OperatorOptions.h  
-   inflating: libtorch/include/ATen/core/dispatch/RegistrationHandleRAII.h  
-    creating: libtorch/include/ATen/core/op_registration/
-   inflating: libtorch/include/ATen/core/op_registration/adaption.h  
-   inflating: libtorch/include/ATen/core/op_registration/infer_schema.h  
-   inflating: libtorch/include/ATen/core/op_registration/op_allowlist.h  
-   inflating: libtorch/include/ATen/core/op_registration/op_registration.h  
-   inflating: libtorch/include/ATen/core/ATenGeneral.h  
-   inflating: libtorch/include/ATen/core/ATenOpList.h  
-   inflating: libtorch/include/ATen/core/Array.h  
-   inflating: libtorch/include/ATen/core/Backtrace.h  
-   inflating: libtorch/include/ATen/core/DeprecatedTypeProperties.h  
-   inflating: libtorch/include/ATen/core/DeprecatedTypePropertiesRegistry.h  
-   inflating: libtorch/include/ATen/core/Dict.h  
-   inflating: libtorch/include/ATen/core/Dict_inl.h  
-   inflating: libtorch/include/ATen/core/DimVector.h  
-   inflating: libtorch/include/ATen/core/Dimname.h  
-   inflating: libtorch/include/ATen/core/DistributionsHelper.h  
-   inflating: libtorch/include/ATen/core/Formatting.h  
-   inflating: libtorch/include/ATen/core/Generator.h  
-   inflating: libtorch/include/ATen/core/LegacyTypeDispatch.h  
-   inflating: libtorch/include/ATen/core/List.h  
-   inflating: libtorch/include/ATen/core/List_inl.h  
-   inflating: libtorch/include/ATen/core/MT19937RNGEngine.h  
-   inflating: libtorch/include/ATen/core/Macros.h  
-   inflating: libtorch/include/ATen/core/NamedTensor.h  
-   inflating: libtorch/include/ATen/core/PhiloxRNGEngine.h  
-   inflating: libtorch/include/ATen/core/QuantizerBase.h  
-   inflating: libtorch/include/ATen/core/Range.h  
-   inflating: libtorch/include/ATen/core/Reduction.h  
-  extracting: libtorch/include/ATen/core/Scalar.h  
-  extracting: libtorch/include/ATen/core/ScalarType.h  
-  extracting: libtorch/include/ATen/core/Tensor.h  
-   inflating: libtorch/include/ATen/core/TensorAccessor.h  
-   inflating: libtorch/include/ATen/core/TransformationHelper.h  
-  extracting: libtorch/include/ATen/core/UndefinedTensorImpl.h  
-   inflating: libtorch/include/ATen/core/UnsafeFromTH.h  
-   inflating: libtorch/include/ATen/core/VariableHooksInterface.h  
-   inflating: libtorch/include/ATen/core/Variadic.h  
-   inflating: libtorch/include/ATen/core/Vitals.h  
-   inflating: libtorch/include/ATen/core/alias_info.h  
-   inflating: libtorch/include/ATen/core/aten_interned_strings.h  
-   inflating: libtorch/include/ATen/core/blob.h  
-   inflating: libtorch/include/ATen/core/builtin_function.h  
-   inflating: libtorch/include/ATen/core/function.h  
-   inflating: libtorch/include/ATen/core/function_schema.h  
-   inflating: libtorch/include/ATen/core/function_schema_inl.h  
-   inflating: libtorch/include/ATen/core/functional.h  
-   inflating: libtorch/include/ATen/core/grad_mode.h  
-   inflating: libtorch/include/ATen/core/interned_strings.h  
-   inflating: libtorch/include/ATen/core/interned_strings_class.h  
-   inflating: libtorch/include/ATen/core/ivalue.h  
-   inflating: libtorch/include/ATen/core/ivalue_inl.h  
-   inflating: libtorch/include/ATen/core/ivalue_to.h  
-   inflating: libtorch/include/ATen/core/jit_type.h  
-   inflating: libtorch/include/ATen/core/jit_type_base.h  
-   inflating: libtorch/include/ATen/core/operator_name.h  
-   inflating: libtorch/include/ATen/core/qualified_name.h  
-   inflating: libtorch/include/ATen/core/rref_interface.h  
-   inflating: libtorch/include/ATen/core/stack.h  
-  extracting: libtorch/include/ATen/core/typeid.h  
-   inflating: libtorch/include/ATen/core/TensorBody.h  
-    creating: libtorch/include/ATen/core/boxing/
-    creating: libtorch/include/ATen/core/boxing/impl/
-   inflating: libtorch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h  
-   inflating: libtorch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h  
-   inflating: libtorch/include/ATen/core/boxing/impl/boxing.h  
-   inflating: libtorch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h  
-   inflating: libtorch/include/ATen/core/boxing/impl/test_helpers.h  
-   inflating: libtorch/include/ATen/core/boxing/KernelFunction.h  
-   inflating: libtorch/include/ATen/core/boxing/KernelFunction_impl.h  
-    creating: libtorch/include/ATen/hip/
-    creating: libtorch/include/ATen/hip/impl/
-   inflating: libtorch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h  
-   inflating: libtorch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h  
-   inflating: libtorch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h  
-   inflating: libtorch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h  
-    creating: libtorch/include/ATen/quantized/
-   inflating: libtorch/include/ATen/quantized/QTensorImpl.h  
-   inflating: libtorch/include/ATen/quantized/Quantizer.h  
-    creating: libtorch/include/c10/
-    creating: libtorch/include/c10/util/
-   inflating: libtorch/include/c10/util/AlignOf.h  
-   inflating: libtorch/include/c10/util/Array.h  
-   inflating: libtorch/include/c10/util/BFloat16-inl.h  
-   inflating: libtorch/include/c10/util/BFloat16-math.h  
-   inflating: libtorch/include/c10/util/BFloat16.h  
-   inflating: libtorch/include/c10/util/Backtrace.h  
-   inflating: libtorch/include/c10/util/Bitset.h  
-   inflating: libtorch/include/c10/util/C++17.h  
-   inflating: libtorch/include/c10/util/ConstexprCrc.h  
-   inflating: libtorch/include/c10/util/DeadlockDetection.h  
-   inflating: libtorch/include/c10/util/Deprecated.h  
-   inflating: libtorch/include/c10/util/typeid.h  
-   inflating: libtorch/include/c10/util/Flags.h  
-   inflating: libtorch/include/c10/util/Half-inl.h  
-   inflating: libtorch/include/c10/util/Half.h  
-   inflating: libtorch/include/c10/util/IdWrapper.h  
-   inflating: libtorch/include/c10/util/LeftRight.h  
-   inflating: libtorch/include/c10/util/Logging.h  
-   inflating: libtorch/include/c10/util/MathConstants.h  
-   inflating: libtorch/include/c10/util/Metaprogramming.h  
-   inflating: libtorch/include/c10/util/Registry.h  
-   inflating: libtorch/include/c10/util/ScopeExit.h  
-   inflating: libtorch/include/c10/util/variant.h  
-   inflating: libtorch/include/c10/util/ThreadLocalDebugInfo.h  
-   inflating: libtorch/include/c10/util/Type.h  
-   inflating: libtorch/include/c10/util/TypeCast.h  
-   inflating: libtorch/include/c10/util/TypeIndex.h  
-   inflating: libtorch/include/c10/util/TypeList.h  
-   inflating: libtorch/include/c10/util/TypeTraits.h  
-   inflating: libtorch/include/c10/util/Unicode.h  
-   inflating: libtorch/include/c10/util/UniqueVoidPtr.h  
-   inflating: libtorch/include/c10/util/accumulate.h  
-   inflating: libtorch/include/c10/util/complex.h  
-   inflating: libtorch/include/c10/util/complex_math.h  
-   inflating: libtorch/include/c10/util/complex_utils.h  
-   inflating: libtorch/include/c10/util/copysign.h  
-   inflating: libtorch/include/c10/util/either.h  
-   inflating: libtorch/include/c10/util/flat_hash_map.h  
-   inflating: libtorch/include/c10/util/hash.h  
-   inflating: libtorch/include/c10/util/in_place.h  
-   inflating: libtorch/include/c10/util/intrusive_ptr.h  
-   inflating: libtorch/include/c10/util/irange.h  
-   inflating: libtorch/include/c10/util/llvmMathExtras.h  
-   inflating: libtorch/include/c10/util/logging_is_google_glog.h  
-   inflating: libtorch/include/c10/util/logging_is_not_google_glog.h  
-   inflating: libtorch/include/c10/util/math_compat.h  
-   inflating: libtorch/include/c10/util/numa.h  
-   inflating: libtorch/include/c10/util/order_preserving_flat_hash_map.h  
-   inflating: libtorch/include/c10/util/overloaded.h  
-   inflating: libtorch/include/c10/util/python_stub.h  
-   inflating: libtorch/include/c10/util/qint32.h  
-   inflating: libtorch/include/c10/util/qint8.h  
-   inflating: libtorch/include/c10/util/quint4x2.h  
-   inflating: libtorch/include/c10/util/quint8.h  
-   inflating: libtorch/include/c10/util/reverse_iterator.h  
-   inflating: libtorch/include/c10/util/signal_handler.h  
-   inflating: libtorch/include/c10/util/sparse_bitset.h  
-   inflating: libtorch/include/c10/util/string_utils.h  
-   inflating: libtorch/include/c10/util/string_view.h  
-   inflating: libtorch/include/c10/util/tempfile.h  
-   inflating: libtorch/include/c10/util/thread_name.h  
-   inflating: libtorch/include/c10/util/win32-headers.h  
-   inflating: libtorch/include/c10/util/ArrayRef.h  
-   inflating: libtorch/include/c10/util/Exception.h  
-   inflating: libtorch/include/c10/util/FunctionRef.h  
-   inflating: libtorch/include/c10/util/MaybeOwned.h  
-   inflating: libtorch/include/c10/util/Optional.h  
-   inflating: libtorch/include/c10/util/SmallVector.h  
-   inflating: libtorch/include/c10/util/StringUtil.h  
-   inflating: libtorch/include/c10/util/ThreadLocal.h  
-    creating: libtorch/include/c10/macros/
-   inflating: libtorch/include/c10/macros/Export.h  
-   inflating: libtorch/include/c10/macros/Macros.h  
-   inflating: libtorch/include/c10/macros/cmake_macros.h  
-    creating: libtorch/include/c10/cuda/
-   inflating: libtorch/include/c10/cuda/CUDACachingAllocator.h  
-   inflating: libtorch/include/c10/cuda/CUDAException.h  
-   inflating: libtorch/include/c10/cuda/CUDAFunctions.h  
-   inflating: libtorch/include/c10/cuda/CUDAGraphsC10Utils.h  
-   inflating: libtorch/include/c10/cuda/CUDAGuard.h  
-   inflating: libtorch/include/c10/cuda/CUDAMacros.h  
-   inflating: libtorch/include/c10/cuda/CUDAMathCompat.h  
-   inflating: libtorch/include/c10/cuda/CUDAStream.h  
-    creating: libtorch/include/c10/cuda/impl/
-   inflating: libtorch/include/c10/cuda/impl/CUDATest.h  
-   inflating: libtorch/include/c10/cuda/impl/CUDAGuardImpl.h  
-    creating: libtorch/include/c10/core/
-   inflating: libtorch/include/c10/core/Allocator.h  
-   inflating: libtorch/include/c10/core/Backend.h  
-   inflating: libtorch/include/c10/core/CPUAllocator.h  
-   inflating: libtorch/include/c10/core/CompileTimeFunctionPointer.h  
-   inflating: libtorch/include/c10/core/CopyBytes.h  
-   inflating: libtorch/include/c10/core/DefaultDtype.h  
-   inflating: libtorch/include/c10/core/DefaultTensorOptions.h  
-   inflating: libtorch/include/c10/core/Device.h  
-   inflating: libtorch/include/c10/core/DeviceGuard.h  
-   inflating: libtorch/include/c10/core/DeviceType.h  
-   inflating: libtorch/include/c10/core/Event.h  
-   inflating: libtorch/include/c10/core/GeneratorImpl.h  
-   inflating: libtorch/include/c10/core/GradMode.h  
-   inflating: libtorch/include/c10/core/InferenceMode.h  
-   inflating: libtorch/include/c10/core/Layout.h  
-   inflating: libtorch/include/c10/core/MemoryFormat.h  
-   inflating: libtorch/include/c10/core/QEngine.h  
-   inflating: libtorch/include/c10/core/QScheme.h  
-   inflating: libtorch/include/c10/core/ScalarTypeToTypeMeta.h  
-   inflating: libtorch/include/c10/core/Storage.h  
-   inflating: libtorch/include/c10/core/StorageImpl.h  
-   inflating: libtorch/include/c10/core/StreamGuard.h  
-   inflating: libtorch/include/c10/core/TensorOptions.h  
-   inflating: libtorch/include/c10/core/UndefinedTensorImpl.h  
-   inflating: libtorch/include/c10/core/WrapDimMinimal.h  
-   inflating: libtorch/include/c10/core/DispatchKey.h  
-   inflating: libtorch/include/c10/core/DispatchKeySet.h  
-   inflating: libtorch/include/c10/core/Scalar.h  
-   inflating: libtorch/include/c10/core/ScalarType.h  
-   inflating: libtorch/include/c10/core/Stream.h  
-   inflating: libtorch/include/c10/core/TensorImpl.h  
-   inflating: libtorch/include/c10/core/thread_pool.h  
-    creating: libtorch/include/c10/core/impl/
-   inflating: libtorch/include/c10/core/impl/FakeGuardImpl.h  
-   inflating: libtorch/include/c10/core/impl/InlineDeviceGuard.h  
-   inflating: libtorch/include/c10/core/impl/InlineEvent.h  
-   inflating: libtorch/include/c10/core/impl/InlineStreamGuard.h  
-   inflating: libtorch/include/c10/core/impl/LocalDispatchKeySet.h  
-   inflating: libtorch/include/c10/core/impl/SizesAndStrides.h  
-   inflating: libtorch/include/c10/core/impl/DeviceGuardImplInterface.h  
-   inflating: libtorch/include/c10/core/impl/VirtualGuardImpl.h  
-    creating: libtorch/include/caffe2/
-    creating: libtorch/include/caffe2/core/
-   inflating: libtorch/include/caffe2/core/allocator.h  
-   inflating: libtorch/include/caffe2/core/blob.h  
-   inflating: libtorch/include/caffe2/core/blob_serialization.h  
-   inflating: libtorch/include/caffe2/core/blob_serializer_base.h  
-   inflating: libtorch/include/caffe2/core/blob_stats.h  
-   inflating: libtorch/include/caffe2/core/common.h  
-   inflating: libtorch/include/caffe2/core/common_cudnn.h  
-   inflating: libtorch/include/caffe2/core/common_gpu.h  
-   inflating: libtorch/include/caffe2/core/common_omp.h  
-   inflating: libtorch/include/caffe2/core/context.h  
-   inflating: libtorch/include/caffe2/core/context_base.h  
-   inflating: libtorch/include/caffe2/core/context_gpu.h  
-   inflating: libtorch/include/caffe2/core/cudnn_wrappers.h  
-   inflating: libtorch/include/caffe2/core/db.h  
-   inflating: libtorch/include/caffe2/core/distributions_stubs.h  
-   inflating: libtorch/include/caffe2/core/event.h  
-   inflating: libtorch/include/caffe2/core/event_cpu.h  
-   inflating: libtorch/include/caffe2/core/export_c10_op_to_caffe2.h  
-   inflating: libtorch/include/caffe2/core/export_caffe2_op_to_c10.h  
-   inflating: libtorch/include/caffe2/core/flags.h  
-   inflating: libtorch/include/caffe2/core/graph.h  
-   inflating: libtorch/include/caffe2/core/init.h  
-   inflating: libtorch/include/caffe2/core/logging.h  
-   inflating: libtorch/include/caffe2/core/memonger.h  
-   inflating: libtorch/include/caffe2/core/module.h  
-   inflating: libtorch/include/caffe2/core/net.h  
-   inflating: libtorch/include/caffe2/core/net_async_base.h  
-   inflating: libtorch/include/caffe2/core/net_async_scheduling.h  
-   inflating: libtorch/include/caffe2/core/net_async_task.h  
-   inflating: libtorch/include/caffe2/core/net_async_task_future.h  
-   inflating: libtorch/include/caffe2/core/net_async_task_graph.h  
-   inflating: libtorch/include/caffe2/core/net_async_tracing.h  
-   inflating: libtorch/include/caffe2/core/net_dag_utils.h  
-   inflating: libtorch/include/caffe2/core/net_parallel.h  
-   inflating: libtorch/include/caffe2/core/net_simple.h  
-   inflating: libtorch/include/caffe2/core/net_simple_refcount.h  
-   inflating: libtorch/include/caffe2/core/numa.h  
-   inflating: libtorch/include/caffe2/core/observer.h  
-   inflating: libtorch/include/caffe2/core/operator.h  
-   inflating: libtorch/include/caffe2/core/operator_gradient.h  
-   inflating: libtorch/include/caffe2/core/operator_schema.h  
-   inflating: libtorch/include/caffe2/core/plan_executor.h  
-   inflating: libtorch/include/caffe2/core/prof_dag_counters.h  
-   inflating: libtorch/include/caffe2/core/qtensor.h  
-   inflating: libtorch/include/caffe2/core/qtensor_serialization.h  
-   inflating: libtorch/include/caffe2/core/scope_guard.h  
-   inflating: libtorch/include/caffe2/core/static_tracepoint.h  
-   inflating: libtorch/include/caffe2/core/static_tracepoint_elfx86.h  
-   inflating: libtorch/include/caffe2/core/stats.h  
-   inflating: libtorch/include/caffe2/core/storage.h  
-   inflating: libtorch/include/caffe2/core/tensor.h  
-   inflating: libtorch/include/caffe2/core/tensor_impl.h  
-   inflating: libtorch/include/caffe2/core/tensor_int8.h  
-   inflating: libtorch/include/caffe2/core/test_utils.h  
-   inflating: libtorch/include/caffe2/core/timer.h  
-   inflating: libtorch/include/caffe2/core/transform.h  
-   inflating: libtorch/include/caffe2/core/types.h  
-   inflating: libtorch/include/caffe2/core/workspace.h  
-   inflating: libtorch/include/caffe2/core/macros.h  
-    creating: libtorch/include/caffe2/ideep/
-   inflating: libtorch/include/caffe2/ideep/ideep_utils.h  
-    creating: libtorch/include/caffe2/onnx/
-   inflating: libtorch/include/caffe2/onnx/backend.h  
-   inflating: libtorch/include/caffe2/onnx/backend_rep.h  
-   inflating: libtorch/include/caffe2/onnx/device.h  
-   inflating: libtorch/include/caffe2/onnx/helper.h  
-   inflating: libtorch/include/caffe2/onnx/offline_tensor.h  
-   inflating: libtorch/include/caffe2/onnx/onnx_exporter.h  
-   inflating: libtorch/include/caffe2/onnx/onnxifi_graph_info.h  
-   inflating: libtorch/include/caffe2/onnx/onnxifi_init.h  
-    creating: libtorch/include/caffe2/predictor/
-   inflating: libtorch/include/caffe2/predictor/InferenceGraph.h  
-   inflating: libtorch/include/caffe2/predictor/ThreadLocalPtr.h  
-   inflating: libtorch/include/caffe2/predictor/predictor.h  
-   inflating: libtorch/include/caffe2/predictor/predictor_config.h  
-   inflating: libtorch/include/caffe2/predictor/predictor_utils.h  
-   inflating: libtorch/include/caffe2/predictor/transforms.h  
-    creating: libtorch/include/caffe2/serialize/
-   inflating: libtorch/include/caffe2/serialize/crc_alt.h  
-   inflating: libtorch/include/caffe2/serialize/file_adapter.h  
-   inflating: libtorch/include/caffe2/serialize/inline_container.h  
-   inflating: libtorch/include/caffe2/serialize/istream_adapter.h  
-   inflating: libtorch/include/caffe2/serialize/read_adapter_interface.h  
-   inflating: libtorch/include/caffe2/serialize/versions.h  
-    creating: libtorch/include/caffe2/utils/
-   inflating: libtorch/include/caffe2/utils/bench_utils.h  
-   inflating: libtorch/include/caffe2/utils/cast.h  
-   inflating: libtorch/include/caffe2/utils/cblas.h  
-   inflating: libtorch/include/caffe2/utils/conversions.h  
-   inflating: libtorch/include/caffe2/utils/cpu_neon.h  
-   inflating: libtorch/include/caffe2/utils/cpuid.h  
-   inflating: libtorch/include/caffe2/utils/eigen_utils.h  
-   inflating: libtorch/include/caffe2/utils/filler.h  
-   inflating: libtorch/include/caffe2/utils/fixed_divisor.h  
-   inflating: libtorch/include/caffe2/utils/map_utils.h  
-   inflating: libtorch/include/caffe2/utils/math-detail.h  
-   inflating: libtorch/include/caffe2/utils/math.h  
-   inflating: libtorch/include/caffe2/utils/murmur_hash3.h  
-   inflating: libtorch/include/caffe2/utils/proto_convert.h  
-   inflating: libtorch/include/caffe2/utils/proto_utils.h  
-   inflating: libtorch/include/caffe2/utils/proto_wrap.h  
-   inflating: libtorch/include/caffe2/utils/signal_handler.h  
-   inflating: libtorch/include/caffe2/utils/simple_queue.h  
-   inflating: libtorch/include/caffe2/utils/smart_tensor_printer.h  
-   inflating: libtorch/include/caffe2/utils/string_utils.h  
-   inflating: libtorch/include/caffe2/utils/zmq_helper.h  
-    creating: libtorch/include/caffe2/utils/math/
-   inflating: libtorch/include/caffe2/utils/math/broadcast.h  
-   inflating: libtorch/include/caffe2/utils/math/elementwise.h  
-   inflating: libtorch/include/caffe2/utils/math/half_utils.h  
-   inflating: libtorch/include/caffe2/utils/math/reduce.h  
-   inflating: libtorch/include/caffe2/utils/math/transpose.h  
-   inflating: libtorch/include/caffe2/utils/math/utils.h  
-    creating: libtorch/include/caffe2/utils/threadpool/
-   inflating: libtorch/include/caffe2/utils/threadpool/ThreadPool.h  
-   inflating: libtorch/include/caffe2/utils/threadpool/ThreadPoolCommon.h  
-   inflating: libtorch/include/caffe2/utils/threadpool/WorkersPool.h  
-   inflating: libtorch/include/caffe2/utils/threadpool/pthreadpool-cpp.h  
-   inflating: libtorch/include/caffe2/utils/threadpool/pthreadpool.h  
-   inflating: libtorch/include/caffe2/utils/threadpool/thread_pool_guard.h  
-    creating: libtorch/include/caffe2/cuda_rtc/
-   inflating: libtorch/include/caffe2/cuda_rtc/common_rtc.h  
-    creating: libtorch/include/caffe2/image/
-   inflating: libtorch/include/caffe2/image/image_input_op.h  
-   inflating: libtorch/include/caffe2/image/transform_gpu.h  
-    creating: libtorch/include/caffe2/operators/
-   inflating: libtorch/include/caffe2/operators/abs_op.h  
-   inflating: libtorch/include/caffe2/operators/accumulate_op.h  
-   inflating: libtorch/include/caffe2/operators/accuracy_op.h  
-   inflating: libtorch/include/caffe2/operators/acos_op.h  
-   inflating: libtorch/include/caffe2/operators/activation_ops_cudnn.h  
-   inflating: libtorch/include/caffe2/operators/affine_channel_op.h  
-   inflating: libtorch/include/caffe2/operators/alias_with_name.h  
-   inflating: libtorch/include/caffe2/operators/apmeter_op.h  
-   inflating: libtorch/include/caffe2/operators/arg_ops.h  
-   inflating: libtorch/include/caffe2/operators/asin_op.h  
-   inflating: libtorch/include/caffe2/operators/assert_op.h  
-   inflating: libtorch/include/caffe2/operators/async_net_barrier_op.h  
-   inflating: libtorch/include/caffe2/operators/atan_op.h  
-   inflating: libtorch/include/caffe2/operators/batch_box_cox_op.h  
-   inflating: libtorch/include/caffe2/operators/batch_bucketize_op.h  
-   inflating: libtorch/include/caffe2/operators/batch_gather_ops.h  
-   inflating: libtorch/include/caffe2/operators/batch_matmul_op.h  
-   inflating: libtorch/include/caffe2/operators/batch_moments_op.h  
-   inflating: libtorch/include/caffe2/operators/batch_permutation_op.h  
-   inflating: libtorch/include/caffe2/operators/batch_sparse_to_dense_op.h  
-   inflating: libtorch/include/caffe2/operators/bbox_transform_op.h  
-   inflating: libtorch/include/caffe2/operators/bisect_percentile_op.h  
-   inflating: libtorch/include/caffe2/operators/boolean_mask_ops.h  
-   inflating: libtorch/include/caffe2/operators/boolean_unmask_ops.h  
-   inflating: libtorch/include/caffe2/operators/box_with_nms_limit_op.h  
-   inflating: libtorch/include/caffe2/operators/bucketize_op.h  
-   inflating: libtorch/include/caffe2/operators/byte_weight_dequant_op.h  
-   inflating: libtorch/include/caffe2/operators/cast_op.h  
-   inflating: libtorch/include/caffe2/operators/cbrt_op.h  
-   inflating: libtorch/include/caffe2/operators/cc_bmm_bg_op.h  
-   inflating: libtorch/include/caffe2/operators/ceil_op.h  
-   inflating: libtorch/include/caffe2/operators/channel_backprop_stats_op.h  
-   inflating: libtorch/include/caffe2/operators/channel_shuffle_op.h  
-   inflating: libtorch/include/caffe2/operators/channel_stats_op.h  
-   inflating: libtorch/include/caffe2/operators/clip_op.h  
-   inflating: libtorch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h  
-   inflating: libtorch/include/caffe2/operators/concat_split_op.h  
-   inflating: libtorch/include/caffe2/operators/conditional_op.h  
-   inflating: libtorch/include/caffe2/operators/conv_op.h  
-   inflating: libtorch/include/caffe2/operators/conv_op_cache_cudnn.h  
-   inflating: libtorch/include/caffe2/operators/conv_op_impl.h  
-   inflating: libtorch/include/caffe2/operators/conv_op_shared.h  
-   inflating: libtorch/include/caffe2/operators/conv_pool_op_base.h  
-   inflating: libtorch/include/caffe2/operators/conv_transpose_op.h  
-   inflating: libtorch/include/caffe2/operators/conv_transpose_op_impl.h  
-   inflating: libtorch/include/caffe2/operators/conv_transpose_op_mobile.h  
-   inflating: libtorch/include/caffe2/operators/conv_transpose_op_mobile_impl.h  
-   inflating: libtorch/include/caffe2/operators/conv_transpose_unpool_op_base.h  
-   inflating: libtorch/include/caffe2/operators/copy_op.h  
-   inflating: libtorch/include/caffe2/operators/copy_rows_to_tensor_op.h  
-   inflating: libtorch/include/caffe2/operators/cos_op.h  
-   inflating: libtorch/include/caffe2/operators/cosh_op.h  
-   inflating: libtorch/include/caffe2/operators/cosine_embedding_criterion_op.h  
-   inflating: libtorch/include/caffe2/operators/counter_ops.h  
-   inflating: libtorch/include/caffe2/operators/create_scope_op.h  
-   inflating: libtorch/include/caffe2/operators/cross_entropy_op.h  
-   inflating: libtorch/include/caffe2/operators/ctc_beam_search_decoder_op.h  
-   inflating: libtorch/include/caffe2/operators/ctc_greedy_decoder_op.h  
-   inflating: libtorch/include/caffe2/operators/cube_op.h  
-   inflating: libtorch/include/caffe2/operators/data_couple.h  
-   inflating: libtorch/include/caffe2/operators/dataset_ops.h  
-   inflating: libtorch/include/caffe2/operators/deform_conv_op.h  
-   inflating: libtorch/include/caffe2/operators/deform_conv_op_impl.h  
-   inflating: libtorch/include/caffe2/operators/dense_vector_to_id_list_op.h  
-   inflating: libtorch/include/caffe2/operators/distance_op.h  
-   inflating: libtorch/include/caffe2/operators/do_op.h  
-   inflating: libtorch/include/caffe2/operators/dropout_op.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_add_op.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_div_op.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_linear_op.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_logical_ops.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_mul_op.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_op_test.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_ops.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_ops_utils.h  
-   inflating: libtorch/include/caffe2/operators/elementwise_sub_op.h  
-   inflating: libtorch/include/caffe2/operators/elu_op.h  
-   inflating: libtorch/include/caffe2/operators/enforce_finite_op.h  
-   inflating: libtorch/include/caffe2/operators/ensure_clipped_op.h  
-   inflating: libtorch/include/caffe2/operators/ensure_cpu_output_op.h  
-   inflating: libtorch/include/caffe2/operators/erf_op.h  
-   inflating: libtorch/include/caffe2/operators/exp_op.h  
-   inflating: libtorch/include/caffe2/operators/expand_op.h  
-   inflating: libtorch/include/caffe2/operators/expand_squeeze_dims_op.h  
-   inflating: libtorch/include/caffe2/operators/fc_inference.h  
-   inflating: libtorch/include/caffe2/operators/feature_maps_ops.h  
-   inflating: libtorch/include/caffe2/operators/feed_blob_op.h  
-   inflating: libtorch/include/caffe2/operators/filler_op.h  
-   inflating: libtorch/include/caffe2/operators/find_duplicate_elements_op.h  
-   inflating: libtorch/include/caffe2/operators/find_op.h  
-   inflating: libtorch/include/caffe2/operators/flatten_op.h  
-   inflating: libtorch/include/caffe2/operators/flexible_top_k.h  
-   inflating: libtorch/include/caffe2/operators/floor_op.h  
-   inflating: libtorch/include/caffe2/operators/free_op.h  
-   inflating: libtorch/include/caffe2/operators/fully_connected_op.h  
-   inflating: libtorch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h  
-   inflating: libtorch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h  
-   inflating: libtorch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h  
-   inflating: libtorch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h  
-   inflating: libtorch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h  
-   inflating: libtorch/include/caffe2/operators/gather_op.h  
-   inflating: libtorch/include/caffe2/operators/gather_ranges_to_dense_op.h  
-   inflating: libtorch/include/caffe2/operators/gelu_op.h  
-   inflating: libtorch/include/caffe2/operators/generate_proposals_op.h  
-   inflating: libtorch/include/caffe2/operators/generate_proposals_op_util_boxes.h  
-   inflating: libtorch/include/caffe2/operators/generate_proposals_op_util_nms.h  
-   inflating: libtorch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h  
-   inflating: libtorch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h  
-   inflating: libtorch/include/caffe2/operators/given_tensor_fill_op.h  
-   inflating: libtorch/include/caffe2/operators/glu_op.h  
-   inflating: libtorch/include/caffe2/operators/group_norm_op.h  
-   inflating: libtorch/include/caffe2/operators/gru_unit_op.h  
-   inflating: libtorch/include/caffe2/operators/h_softmax_op.h  
-   inflating: libtorch/include/caffe2/operators/half_float_ops.h  
-   inflating: libtorch/include/caffe2/operators/hard_sigmoid_op.h  
-   inflating: libtorch/include/caffe2/operators/heatmap_max_keypoint_op.h  
-   inflating: libtorch/include/caffe2/operators/histogram_op.h  
-   inflating: libtorch/include/caffe2/operators/if_op.h  
-   inflating: libtorch/include/caffe2/operators/im2col_op.h  
-   inflating: libtorch/include/caffe2/operators/index_hash_ops.h  
-   inflating: libtorch/include/caffe2/operators/index_ops.h  
-   inflating: libtorch/include/caffe2/operators/inference_lstm_op.h  
-   inflating: libtorch/include/caffe2/operators/instance_norm_op.h  
-   inflating: libtorch/include/caffe2/operators/integral_image_op.h  
-   inflating: libtorch/include/caffe2/operators/is_empty_op.h  
-   inflating: libtorch/include/caffe2/operators/jsd_op.h  
-   inflating: libtorch/include/caffe2/operators/key_split_ops.h  
-   inflating: libtorch/include/caffe2/operators/layer_norm_op.h  
-   inflating: libtorch/include/caffe2/operators/leaky_relu_op.h  
-   inflating: libtorch/include/caffe2/operators/length_split_op.h  
-   inflating: libtorch/include/caffe2/operators/lengths_pad_op.h  
-   inflating: libtorch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h  
-   inflating: libtorch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h  
-   inflating: libtorch/include/caffe2/operators/lengths_reducer_ops.h  
-   inflating: libtorch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h  
-   inflating: libtorch/include/caffe2/operators/lengths_tile_op.h  
-   inflating: libtorch/include/caffe2/operators/lengths_top_k_op.h  
-   inflating: libtorch/include/caffe2/operators/listwise_l2r_op.h  
-   inflating: libtorch/include/caffe2/operators/load_save_op.h  
-   inflating: libtorch/include/caffe2/operators/load_save_op_util.h  
-   inflating: libtorch/include/caffe2/operators/local_response_normalization_op.h  
-   inflating: libtorch/include/caffe2/operators/locally_connected_op.h  
-   inflating: libtorch/include/caffe2/operators/locally_connected_op_impl.h  
-   inflating: libtorch/include/caffe2/operators/locally_connected_op_util.h  
-   inflating: libtorch/include/caffe2/operators/log1p_op.h  
-   inflating: libtorch/include/caffe2/operators/log_op.h  
-   inflating: libtorch/include/caffe2/operators/logit_op.h  
-   inflating: libtorch/include/caffe2/operators/loss_op.h  
-   inflating: libtorch/include/caffe2/operators/lpnorm_op.h  
-   inflating: libtorch/include/caffe2/operators/lstm_unit_op.h  
-   inflating: libtorch/include/caffe2/operators/lstm_utils.h  
-   inflating: libtorch/include/caffe2/operators/map_ops.h  
-   inflating: libtorch/include/caffe2/operators/margin_ranking_criterion_op.h  
-   inflating: libtorch/include/caffe2/operators/matmul_op.h  
-   inflating: libtorch/include/caffe2/operators/max_pool_with_index_gpu.h  
-   inflating: libtorch/include/caffe2/operators/mean_op.h  
-   inflating: libtorch/include/caffe2/operators/merge_id_lists_op.h  
-   inflating: libtorch/include/caffe2/operators/minmax_ops.h  
-   inflating: libtorch/include/caffe2/operators/mish_op.h  
-   inflating: libtorch/include/caffe2/operators/mod_op.h  
-   inflating: libtorch/include/caffe2/operators/moments_op.h  
-   inflating: libtorch/include/caffe2/operators/multi_class_accuracy_op.h  
-   inflating: libtorch/include/caffe2/operators/negate_gradient_op.h  
-   inflating: libtorch/include/caffe2/operators/negative_op.h  
-   inflating: libtorch/include/caffe2/operators/ngram_ops.h  
-   inflating: libtorch/include/caffe2/operators/no_default_engine_op.h  
-   inflating: libtorch/include/caffe2/operators/normalize_l1_op.h  
-   inflating: libtorch/include/caffe2/operators/normalize_op.h  
-   inflating: libtorch/include/caffe2/operators/numpy_tile_op.h  
-   inflating: libtorch/include/caffe2/operators/one_hot_ops.h  
-   inflating: libtorch/include/caffe2/operators/onnx_while_op.h  
-   inflating: libtorch/include/caffe2/operators/op_utils_cudnn.h  
-   inflating: libtorch/include/caffe2/operators/operator_fallback_gpu.h  
-   inflating: libtorch/include/caffe2/operators/order_switch_ops.h  
-   inflating: libtorch/include/caffe2/operators/pack_rnn_sequence_op.h  
-   inflating: libtorch/include/caffe2/operators/pack_segments.h  
-   inflating: libtorch/include/caffe2/operators/pad_op.h  
-   inflating: libtorch/include/caffe2/operators/partition_ops.h  
-   inflating: libtorch/include/caffe2/operators/percentile_op.h  
-   inflating: libtorch/include/caffe2/operators/perplexity_op.h  
-   inflating: libtorch/include/caffe2/operators/piecewise_linear_transform_op.h  
-   inflating: libtorch/include/caffe2/operators/pool_op.h  
-   inflating: libtorch/include/caffe2/operators/pool_op_util.h  
-   inflating: libtorch/include/caffe2/operators/pow_op.h  
-   inflating: libtorch/include/caffe2/operators/prefetch_op.h  
-   inflating: libtorch/include/caffe2/operators/prelu_op.h  
-   inflating: libtorch/include/caffe2/operators/prepend_dim_op.h  
-   inflating: libtorch/include/caffe2/operators/quant_decode_op.h  
-   inflating: libtorch/include/caffe2/operators/quantile_op.h  
-   inflating: libtorch/include/caffe2/operators/rank_loss_op.h  
-   inflating: libtorch/include/caffe2/operators/reciprocal_op.h  
-   inflating: libtorch/include/caffe2/operators/reduce_front_back_max_ops.h  
-   inflating: libtorch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h  
-   inflating: libtorch/include/caffe2/operators/reduce_ops.h  
-   inflating: libtorch/include/caffe2/operators/reducer_functors.h  
-   inflating: libtorch/include/caffe2/operators/reduction_ops.h  
-   inflating: libtorch/include/caffe2/operators/relu_n_op.h  
-   inflating: libtorch/include/caffe2/operators/relu_op.h  
-   inflating: libtorch/include/caffe2/operators/remove_data_blocks_op.h  
-   inflating: libtorch/include/caffe2/operators/replace_nan_op.h  
-   inflating: libtorch/include/caffe2/operators/reshape_op.h  
-   inflating: libtorch/include/caffe2/operators/resize_3d_op.h  
-   inflating: libtorch/include/caffe2/operators/resize_op.h  
-   inflating: libtorch/include/caffe2/operators/reverse_packed_segs_op.h  
-   inflating: libtorch/include/caffe2/operators/rmac_regions_op.h  
-   inflating: libtorch/include/caffe2/operators/rms_norm_op.h  
-   inflating: libtorch/include/caffe2/operators/roi_align_gradient_op.h  
-   inflating: libtorch/include/caffe2/operators/roi_align_op.h  
-   inflating: libtorch/include/caffe2/operators/roi_align_rotated_gradient_op.h  
-   inflating: libtorch/include/caffe2/operators/roi_align_rotated_op.h  
-   inflating: libtorch/include/caffe2/operators/roi_pool_op.h  
-   inflating: libtorch/include/caffe2/operators/rowmul_op.h  
-   inflating: libtorch/include/caffe2/operators/rsqrt_op.h  
-   inflating: libtorch/include/caffe2/operators/scale_blobs_op.h  
-   inflating: libtorch/include/caffe2/operators/scale_op.h  
-   inflating: libtorch/include/caffe2/operators/segment_reduction_op.h  
-   inflating: libtorch/include/caffe2/operators/self_binning_histogram_op.h  
-   inflating: libtorch/include/caffe2/operators/selu_op.h  
-   inflating: libtorch/include/caffe2/operators/sequence_ops.h  
-   inflating: libtorch/include/caffe2/operators/shape_op.h  
-   inflating: libtorch/include/caffe2/operators/sigmoid_op.h  
-   inflating: libtorch/include/caffe2/operators/sin_op.h  
-   inflating: libtorch/include/caffe2/operators/sinh_op.h  
-   inflating: libtorch/include/caffe2/operators/sinusoid_position_encoding_op.h  
-   inflating: libtorch/include/caffe2/operators/slice_op.h  
-   inflating: libtorch/include/caffe2/operators/softmax_op.h  
-   inflating: libtorch/include/caffe2/operators/softmax_utils.h  
-   inflating: libtorch/include/caffe2/operators/softmax_with_loss_op.h  
-   inflating: libtorch/include/caffe2/operators/softplus_op.h  
-   inflating: libtorch/include/caffe2/operators/softsign_op.h  
-   inflating: libtorch/include/caffe2/operators/space_batch_op.h  
-   inflating: libtorch/include/caffe2/operators/sparse_dropout_with_replacement_op.h  
-   inflating: libtorch/include/caffe2/operators/sparse_lp_regularizer_op.h  
-   inflating: libtorch/include/caffe2/operators/sparse_normalize_op.h  
-   inflating: libtorch/include/caffe2/operators/sparse_to_dense_mask_op.h  
-   inflating: libtorch/include/caffe2/operators/sparse_to_dense_op.h  
-   inflating: libtorch/include/caffe2/operators/spatial_batch_norm_op.h  
-   inflating: libtorch/include/caffe2/operators/spatial_softmax_with_loss_op.h  
-   inflating: libtorch/include/caffe2/operators/sqr_op.h  
-   inflating: libtorch/include/caffe2/operators/sqrt_op.h  
-   inflating: libtorch/include/caffe2/operators/string_ops.h  
-   inflating: libtorch/include/caffe2/operators/square_root_divide_op.h  
-   inflating: libtorch/include/caffe2/operators/stats_put_ops.h  
-   inflating: libtorch/include/caffe2/operators/stop_gradient.h  
-   inflating: libtorch/include/caffe2/operators/stump_func_op.h  
-   inflating: libtorch/include/caffe2/operators/summarize_op.h  
-   inflating: libtorch/include/caffe2/operators/swish_op.h  
-   inflating: libtorch/include/caffe2/operators/tan_op.h  
-   inflating: libtorch/include/caffe2/operators/tanh_op.h  
-   inflating: libtorch/include/caffe2/operators/tensor_protos_db_input.h  
-   inflating: libtorch/include/caffe2/operators/text_file_reader_utils.h  
-   inflating: libtorch/include/caffe2/operators/thresholded_relu_op.h  
-   inflating: libtorch/include/caffe2/operators/tile_op.h  
-   inflating: libtorch/include/caffe2/operators/top_k.h  
-   inflating: libtorch/include/caffe2/operators/transpose_op.h  
-   inflating: libtorch/include/caffe2/operators/tt_linear_op.h  
-   inflating: libtorch/include/caffe2/operators/unique_ops.h  
-   inflating: libtorch/include/caffe2/operators/unsafe_coalesce.h  
-   inflating: libtorch/include/caffe2/operators/upsample_op.h  
-   inflating: libtorch/include/caffe2/operators/utility_ops.h  
-   inflating: libtorch/include/caffe2/operators/variable_length_sequence_padding.h  
-   inflating: libtorch/include/caffe2/operators/weighted_multi_sampling_op.h  
-   inflating: libtorch/include/caffe2/operators/weighted_sample_op.h  
-   inflating: libtorch/include/caffe2/operators/while_op.h  
-   inflating: libtorch/include/caffe2/operators/zero_gradient_op.h  
-    creating: libtorch/include/caffe2/proto/
-   inflating: libtorch/include/caffe2/proto/caffe2_pb.h  
-   inflating: libtorch/include/caffe2/proto/torch_pb.h  
-   inflating: libtorch/include/caffe2/proto/caffe2.pb.h  
-   inflating: libtorch/include/caffe2/proto/caffe2_legacy.pb.h  
-   inflating: libtorch/include/caffe2/proto/hsm.pb.h  
-   inflating: libtorch/include/caffe2/proto/metanet.pb.h  
-   inflating: libtorch/include/caffe2/proto/predictor_consts.pb.h  
-   inflating: libtorch/include/caffe2/proto/prof_dag.pb.h  
-   inflating: libtorch/include/caffe2/proto/torch.pb.h  
-    creating: libtorch/include/caffe2/sgd/
-   inflating: libtorch/include/caffe2/sgd/adadelta_op.h  
-   inflating: libtorch/include/caffe2/sgd/adagrad_fused.h  
-   inflating: libtorch/include/caffe2/sgd/adagrad_op.h  
-   inflating: libtorch/include/caffe2/sgd/adam_op.h  
-   inflating: libtorch/include/caffe2/sgd/clip_tensor_op.h  
-   inflating: libtorch/include/caffe2/sgd/decay_adagrad_op.h  
-   inflating: libtorch/include/caffe2/sgd/fp16_momentum_sgd_op.h  
-   inflating: libtorch/include/caffe2/sgd/fp32_momentum_sgd_op.h  
-   inflating: libtorch/include/caffe2/sgd/ftrl_op.h  
-   inflating: libtorch/include/caffe2/sgd/gftrl_op.h  
-   inflating: libtorch/include/caffe2/sgd/iter_op.h  
-   inflating: libtorch/include/caffe2/sgd/lars_op.h  
-   inflating: libtorch/include/caffe2/sgd/learning_rate_adaption_op.h  
-   inflating: libtorch/include/caffe2/sgd/learning_rate_functors.h  
-   inflating: libtorch/include/caffe2/sgd/learning_rate_op.h  
-   inflating: libtorch/include/caffe2/sgd/math_lp.h  
-   inflating: libtorch/include/caffe2/sgd/momentum_sgd_op.h  
-   inflating: libtorch/include/caffe2/sgd/rmsprop_op.h  
-   inflating: libtorch/include/caffe2/sgd/rowwise_adagrad_fused.h  
-   inflating: libtorch/include/caffe2/sgd/rowwise_counter.h  
-   inflating: libtorch/include/caffe2/sgd/storm_op.h  
-   inflating: libtorch/include/caffe2/sgd/weight_scale_op.h  
-   inflating: libtorch/include/caffe2/sgd/wngrad_op.h  
-   inflating: libtorch/include/caffe2/sgd/yellowfin_op.h  
-    creating: libtorch/include/caffe2/db/
-   inflating: libtorch/include/caffe2/db/create_db_op.h  
-    creating: libtorch/include/caffe2/mpi/
-   inflating: libtorch/include/caffe2/mpi/mpi_common.h  
-   inflating: libtorch/include/caffe2/mpi/mpi_ops.h  
-    creating: libtorch/include/caffe2/opt/
-   inflating: libtorch/include/caffe2/opt/annotations.h  
-   inflating: libtorch/include/caffe2/opt/backend_cutting.h  
-   inflating: libtorch/include/caffe2/opt/backend_transformer_base.h  
-   inflating: libtorch/include/caffe2/opt/bound_shape_inferencer.h  
-   inflating: libtorch/include/caffe2/opt/converter.h  
-   inflating: libtorch/include/caffe2/opt/device.h  
-   inflating: libtorch/include/caffe2/opt/distributed.h  
-   inflating: libtorch/include/caffe2/opt/fakefp16_transform.h  
-   inflating: libtorch/include/caffe2/opt/fusion.h  
-   inflating: libtorch/include/caffe2/opt/glow_net_transform.h  
-   inflating: libtorch/include/caffe2/opt/mobile.h  
-   inflating: libtorch/include/caffe2/opt/onnx_convert.h  
-   inflating: libtorch/include/caffe2/opt/optimize_ideep.h  
-   inflating: libtorch/include/caffe2/opt/optimizer.h  
-   inflating: libtorch/include/caffe2/opt/passes.h  
-   inflating: libtorch/include/caffe2/opt/shape_info.h  
-   inflating: libtorch/include/caffe2/opt/tvm_transformer.h  
-   inflating: libtorch/include/caffe2/opt/onnxifi_op.h  
-   inflating: libtorch/include/caffe2/opt/onnxifi_transformer.h  
-    creating: libtorch/include/caffe2/python/
-   inflating: libtorch/include/caffe2/python/dlpack.h  
-   inflating: libtorch/include/caffe2/python/pybind_state.h  
-   inflating: libtorch/include/caffe2/python/pybind_state_dlpack.h  
-   inflating: libtorch/include/caffe2/python/pybind_state_registry.h  
-    creating: libtorch/include/caffe2/transforms/
-   inflating: libtorch/include/caffe2/transforms/common_subexpression_elimination.h  
-   inflating: libtorch/include/caffe2/transforms/conv_to_nnpack_transform.h  
-   inflating: libtorch/include/caffe2/transforms/pattern_net_transform.h  
-   inflating: libtorch/include/caffe2/transforms/single_op_transform.h  
-    creating: libtorch/include/caffe2/distributed/
-   inflating: libtorch/include/caffe2/distributed/file_store_handler.h  
-   inflating: libtorch/include/caffe2/distributed/file_store_handler_op.h  
-   inflating: libtorch/include/caffe2/distributed/redis_store_handler.h  
-   inflating: libtorch/include/caffe2/distributed/redis_store_handler_op.h  
-   inflating: libtorch/include/caffe2/distributed/store_handler.h  
-   inflating: libtorch/include/caffe2/distributed/store_ops.h  
-    creating: libtorch/include/caffe2/observers/
-   inflating: libtorch/include/caffe2/observers/operator_attaching_net_observer.h  
-   inflating: libtorch/include/caffe2/observers/profile_observer.h  
-   inflating: libtorch/include/caffe2/observers/runcnt_observer.h  
-   inflating: libtorch/include/caffe2/observers/time_observer.h  
-    creating: libtorch/include/caffe2/perfkernels/
-   inflating: libtorch/include/caffe2/perfkernels/adagrad.h  
-   inflating: libtorch/include/caffe2/perfkernels/common.h  
-   inflating: libtorch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h  
-   inflating: libtorch/include/caffe2/perfkernels/embedding_lookup.h  
-   inflating: libtorch/include/caffe2/perfkernels/embedding_lookup_idx.h  
-   inflating: libtorch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h  
-   inflating: libtorch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h  
-   inflating: libtorch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h  
-   inflating: libtorch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h  
-   inflating: libtorch/include/caffe2/perfkernels/lstm_unit_cpu.h  
-   inflating: libtorch/include/caffe2/perfkernels/lstm_unit_cpu_common.h  
-   inflating: libtorch/include/caffe2/perfkernels/math.h  
-   inflating: libtorch/include/caffe2/perfkernels/typed_axpy.h  
-    creating: libtorch/include/caffe2/queue/
-   inflating: libtorch/include/caffe2/queue/blobs_queue.h  
-   inflating: libtorch/include/caffe2/queue/blobs_queue_db.h  
-   inflating: libtorch/include/caffe2/queue/queue_ops.h  
-   inflating: libtorch/include/caffe2/queue/rebatching_queue.h  
-   inflating: libtorch/include/caffe2/queue/rebatching_queue_ops.h  
-    creating: libtorch/include/caffe2/video/
-   inflating: libtorch/include/caffe2/video/optical_flow.h  
-   inflating: libtorch/include/caffe2/video/video_decoder.h  
-   inflating: libtorch/include/caffe2/video/video_input_op.h  
-   inflating: libtorch/include/caffe2/video/video_io.h  
-    creating: libtorch/include/pybind11/
-   inflating: libtorch/include/pybind11/attr.h  
-   inflating: libtorch/include/pybind11/buffer_info.h  
-   inflating: libtorch/include/pybind11/cast.h  
-   inflating: libtorch/include/pybind11/chrono.h  
-   inflating: libtorch/include/pybind11/common.h  
-   inflating: libtorch/include/pybind11/complex.h  
-   inflating: libtorch/include/pybind11/eigen.h  
-   inflating: libtorch/include/pybind11/embed.h  
-   inflating: libtorch/include/pybind11/eval.h  
-   inflating: libtorch/include/pybind11/functional.h  
-   inflating: libtorch/include/pybind11/iostream.h  
-   inflating: libtorch/include/pybind11/numpy.h  
-   inflating: libtorch/include/pybind11/operators.h  
-   inflating: libtorch/include/pybind11/options.h  
-   inflating: libtorch/include/pybind11/pybind11.h  
-   inflating: libtorch/include/pybind11/pytypes.h  
-   inflating: libtorch/include/pybind11/stl.h  
-   inflating: libtorch/include/pybind11/stl_bind.h  
-    creating: libtorch/include/pybind11/detail/
-   inflating: libtorch/include/pybind11/detail/class.h  
-   inflating: libtorch/include/pybind11/detail/common.h  
-   inflating: libtorch/include/pybind11/detail/descr.h  
-   inflating: libtorch/include/pybind11/detail/init.h  
-   inflating: libtorch/include/pybind11/detail/internals.h  
-   inflating: libtorch/include/pybind11/detail/typeid.h  
-    creating: libtorch/include/TH/
-   inflating: libtorch/include/TH/TH.h  
-   inflating: libtorch/include/TH/THAllocator.h  
-   inflating: libtorch/include/TH/THBlas.h  
-   inflating: libtorch/include/TH/THGeneral.h  
-   inflating: libtorch/include/TH/THGenerateAllTypes.h  
-   inflating: libtorch/include/TH/THGenerateBFloat16Type.h  
-   inflating: libtorch/include/TH/THGenerateBoolType.h  
-   inflating: libtorch/include/TH/THGenerateDoubleType.h  
-   inflating: libtorch/include/TH/THGenerateFloatType.h  
-   inflating: libtorch/include/TH/THGenerateHalfType.h  
-   inflating: libtorch/include/TH/THGenerateComplexFloatType.h  
-   inflating: libtorch/include/TH/THGenerateComplexDoubleType.h  
-   inflating: libtorch/include/TH/THGenerateLongType.h  
-   inflating: libtorch/include/TH/THGenerateIntType.h  
-   inflating: libtorch/include/TH/THGenerateShortType.h  
-   inflating: libtorch/include/TH/THGenerateCharType.h  
-   inflating: libtorch/include/TH/THGenerateByteType.h  
-   inflating: libtorch/include/TH/THGenerateFloatTypes.h  
-   inflating: libtorch/include/TH/THGenerateComplexTypes.h  
-   inflating: libtorch/include/TH/THGenerateIntTypes.h  
-   inflating: libtorch/include/TH/THGenerateQUInt8Type.h  
-   inflating: libtorch/include/TH/THGenerateQUInt4x2Type.h  
-   inflating: libtorch/include/TH/THGenerateQInt8Type.h  
-   inflating: libtorch/include/TH/THGenerateQInt32Type.h  
-   inflating: libtorch/include/TH/THGenerateQTypes.h  
-   inflating: libtorch/include/TH/THLapack.h  
-   inflating: libtorch/include/TH/THStorage.h  
-   inflating: libtorch/include/TH/THStorageFunctions.h  
-   inflating: libtorch/include/TH/THTensor.h  
-   inflating: libtorch/include/TH/THTensorApply.h  
-   inflating: libtorch/include/TH/THTensorDimApply.h  
-   inflating: libtorch/include/TH/THVector.h  
-   inflating: libtorch/include/TH/THHalf.h  
-   inflating: libtorch/include/TH/THTensor.hpp  
-   inflating: libtorch/include/TH/THStorageFunctions.hpp  
-    creating: libtorch/include/TH/generic/
-   inflating: libtorch/include/TH/generic/THBlas.h  
-   inflating: libtorch/include/TH/generic/THLapack.h  
-   inflating: libtorch/include/TH/generic/THStorage.h  
-   inflating: libtorch/include/TH/generic/THStorageCopy.h  
-   inflating: libtorch/include/TH/generic/THTensor.h  
-   inflating: libtorch/include/TH/generic/THTensor.hpp  
-   inflating: libtorch/include/TH/generic/THTensorLapack.h  
-   inflating: libtorch/include/TH/generic/THTensorMath.h  
-   inflating: libtorch/include/TH/generic/THVector.h  
-   inflating: libtorch/include/TH/generic/THTensorFastGetSet.hpp  
-    creating: libtorch/include/THCUNN/
-    creating: libtorch/include/THCUNN/generic/
-   inflating: libtorch/include/THCUNN/generic/THCUNN.h  
-    creating: libtorch/include/torch/
-   inflating: libtorch/include/torch/script.h  
-   inflating: libtorch/include/torch/extension.h  
-   inflating: libtorch/include/torch/custom_class.h  
-   inflating: libtorch/include/torch/library.h  
-   inflating: libtorch/include/torch/custom_class_detail.h  
-    creating: libtorch/include/torch/csrc/
-   inflating: libtorch/include/torch/csrc/CudaIPCTypes.h  
-   inflating: libtorch/include/torch/csrc/DataLoader.h  
-   inflating: libtorch/include/torch/csrc/Device.h  
-   inflating: libtorch/include/torch/csrc/Dtype.h  
-   inflating: libtorch/include/torch/csrc/DynamicTypes.h  
-   inflating: libtorch/include/torch/csrc/Exceptions.h  
-   inflating: libtorch/include/torch/csrc/Generator.h  
-   inflating: libtorch/include/torch/csrc/Layout.h  
-   inflating: libtorch/include/torch/csrc/MemoryFormat.h  
-   inflating: libtorch/include/torch/csrc/Module.h  
-   inflating: libtorch/include/torch/csrc/PythonTypes.h  
-   inflating: libtorch/include/torch/csrc/QScheme.h  
-   inflating: libtorch/include/torch/csrc/Size.h  
-   inflating: libtorch/include/torch/csrc/Storage.h  
-   inflating: libtorch/include/torch/csrc/StorageDefs.h  
-   inflating: libtorch/include/torch/csrc/Stream.h  
-   inflating: libtorch/include/torch/csrc/THP.h  
-   inflating: libtorch/include/torch/csrc/THP_export.h  
-   inflating: libtorch/include/torch/csrc/TypeInfo.h  
-   inflating: libtorch/include/torch/csrc/Types.h  
-   inflating: libtorch/include/torch/csrc/WindowsTorchApiMacro.h  
-   inflating: libtorch/include/torch/csrc/copy_utils.h  
-   inflating: libtorch/include/torch/csrc/python_dimname.h  
-   inflating: libtorch/include/torch/csrc/python_headers.h  
-   inflating: libtorch/include/torch/csrc/serialization.h  
-   inflating: libtorch/include/torch/csrc/utils.h  
-    creating: libtorch/include/torch/csrc/onnx/
-   inflating: libtorch/include/torch/csrc/onnx/init.h  
-   inflating: libtorch/include/torch/csrc/onnx/onnx.h  
-    creating: libtorch/include/torch/csrc/api/
-    creating: libtorch/include/torch/csrc/api/include/
-    creating: libtorch/include/torch/csrc/api/include/torch/
-   inflating: libtorch/include/torch/csrc/api/include/torch/all.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/arg.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/autograd.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/cuda.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/enum.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/expanding_array.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/jit.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/ordered_dict.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/python.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/torch.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/types.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/utils.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/fft.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/linalg.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/serialize.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/special.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/version.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/nn/
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/cloneable.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/init.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/module.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/pimpl.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/utils.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/nn/functional/
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/activation.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/conv.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/distance.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/dropout.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/embedding.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/fold.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/linear.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/loss.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/normalization.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/padding.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/vision.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/pooling.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/nn/parallel/
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/nn/options/
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/activation.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/adaptive.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/conv.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/distance.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/dropout.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/embedding.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/fold.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/linear.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/normalization.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/padding.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/pooling.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/rnn.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/transformer.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/upsampling.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/options/vision.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/nn/utils/
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/utils/rnn.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/nn/modules/
-    creating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/any.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/_functions.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/activation.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/distance.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/dropout.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/embedding.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/fold.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/linear.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/loss.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/normalization.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/padding.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/pooling.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/transformer.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/common.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/conv.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/rnn.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/nn/modules/utils.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/data/
-    creating: libtorch/include/torch/csrc/api/include/torch/data/detail/
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/detail/queue.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/detail/sequencers.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/dataloader.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/dataloader_options.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/example.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/iterator.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/transforms.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/worker_exception.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/data/samplers/
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers/base.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers/distributed.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers/random.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers/sequential.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers/serialize.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/samplers/stream.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/data/dataloader/
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/dataloader/base.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/data/transforms/
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/transforms/base.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/transforms/collate.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/transforms/lambda.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/transforms/stack.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/transforms/tensor.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/data/datasets/
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets/base.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets/map.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets/mnist.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets/shared.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets/stateful.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets/tensor.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/data/datasets/chunk.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/serialize/
-   inflating: libtorch/include/torch/csrc/api/include/torch/serialize/archive.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/serialize/input-archive.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/serialize/output-archive.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/serialize/tensor.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/detail/
-   inflating: libtorch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/detail/static.h  
-    creating: libtorch/include/torch/csrc/api/include/torch/optim/
-    creating: libtorch/include/torch/csrc/api/include/torch/optim/schedulers/
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/adagrad.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/adam.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/adamw.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/lbfgs.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/optimizer.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/rmsprop.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/sgd.h  
-   inflating: libtorch/include/torch/csrc/api/include/torch/optim/serialize.h  
-    creating: libtorch/include/torch/csrc/autograd/
-    creating: libtorch/include/torch/csrc/autograd/generated/
-   inflating: libtorch/include/torch/csrc/autograd/generated/python_functions.h  
-   inflating: libtorch/include/torch/csrc/autograd/generated/VariableType.h  
-   inflating: libtorch/include/torch/csrc/autograd/generated/Functions.h  
-   inflating: libtorch/include/torch/csrc/autograd/generated/variable_factories.h  
-    creating: libtorch/include/torch/csrc/autograd/utils/
-   inflating: libtorch/include/torch/csrc/autograd/utils/error_messages.h  
-   inflating: libtorch/include/torch/csrc/autograd/utils/grad_layout_contract.h  
-   inflating: libtorch/include/torch/csrc/autograd/utils/lambda_post_hook.h  
-   inflating: libtorch/include/torch/csrc/autograd/utils/python_arg_parsing.h  
-   inflating: libtorch/include/torch/csrc/autograd/utils/wrap_outputs.h  
-   inflating: libtorch/include/torch/csrc/autograd/InferenceMode.h  
-   inflating: libtorch/include/torch/csrc/autograd/anomaly_mode.h  
-   inflating: libtorch/include/torch/csrc/autograd/autograd.h  
-   inflating: libtorch/include/torch/csrc/autograd/cpp_hook.h  
-   inflating: libtorch/include/torch/csrc/autograd/edge.h  
-   inflating: libtorch/include/torch/csrc/autograd/forward_grad.h  
-   inflating: libtorch/include/torch/csrc/autograd/function.h  
-   inflating: libtorch/include/torch/csrc/autograd/function_hook.h  
-   inflating: libtorch/include/torch/csrc/autograd/grad_mode.h  
-   inflating: libtorch/include/torch/csrc/autograd/input_buffer.h  
-   inflating: libtorch/include/torch/csrc/autograd/input_metadata.h  
-   inflating: libtorch/include/torch/csrc/autograd/profiler.h  
-   inflating: libtorch/include/torch/csrc/autograd/profiler_kineto.h  
-   inflating: libtorch/include/torch/csrc/autograd/profiler_legacy.h  
-   inflating: libtorch/include/torch/csrc/autograd/profiler_utils.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_anomaly_mode.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_autograd.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_cpp_function.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_fft_functions.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_function.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_hook.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_legacy_variable.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_linalg_functions.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_nn_functions.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_special_functions.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_variable_indexing.h  
-   inflating: libtorch/include/torch/csrc/autograd/record_function_ops.h  
-   inflating: libtorch/include/torch/csrc/autograd/saved_variable.h  
-   inflating: libtorch/include/torch/csrc/autograd/symbolic.h  
-   inflating: libtorch/include/torch/csrc/autograd/FunctionsManual.h  
-   inflating: libtorch/include/torch/csrc/autograd/VariableTypeUtils.h  
-   inflating: libtorch/include/torch/csrc/autograd/custom_function.h  
-   inflating: libtorch/include/torch/csrc/autograd/engine.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_engine.h  
-   inflating: libtorch/include/torch/csrc/autograd/python_variable.h  
-   inflating: libtorch/include/torch/csrc/autograd/variable.h  
-    creating: libtorch/include/torch/csrc/autograd/functions/
-   inflating: libtorch/include/torch/csrc/autograd/functions/accumulate_grad.h  
-   inflating: libtorch/include/torch/csrc/autograd/functions/comm.h  
-   inflating: libtorch/include/torch/csrc/autograd/functions/pybind.h  
-   inflating: libtorch/include/torch/csrc/autograd/functions/tensor.h  
-   inflating: libtorch/include/torch/csrc/autograd/functions/utils.h  
-   inflating: libtorch/include/torch/csrc/autograd/functions/basic_ops.h  
-    creating: libtorch/include/torch/csrc/cuda/
-   inflating: libtorch/include/torch/csrc/cuda/Event.h  
-   inflating: libtorch/include/torch/csrc/cuda/Module.h  
-   inflating: libtorch/include/torch/csrc/cuda/Storage.h  
-   inflating: libtorch/include/torch/csrc/cuda/Stream.h  
-   inflating: libtorch/include/torch/csrc/cuda/THCP.h  
-   inflating: libtorch/include/torch/csrc/cuda/comm.h  
-   inflating: libtorch/include/torch/csrc/cuda/device_set.h  
-   inflating: libtorch/include/torch/csrc/cuda/nccl.h  
-   inflating: libtorch/include/torch/csrc/cuda/override_macros.h  
-   inflating: libtorch/include/torch/csrc/cuda/python_comm.h  
-   inflating: libtorch/include/torch/csrc/cuda/python_nccl.h  
-   inflating: libtorch/include/torch/csrc/cuda/restore_macros.h  
-   inflating: libtorch/include/torch/csrc/cuda/serialization.h  
-   inflating: libtorch/include/torch/csrc/cuda/undef_macros.h  
-   inflating: libtorch/include/torch/csrc/cuda/utils.h  
-    creating: libtorch/include/torch/csrc/utils/
-   inflating: libtorch/include/torch/csrc/utils/auto_gil.h  
-   inflating: libtorch/include/torch/csrc/utils/byte_order.h  
-   inflating: libtorch/include/torch/csrc/utils/crash_handler.h  
-   inflating: libtorch/include/torch/csrc/utils/cuda_enabled.h  
-   inflating: libtorch/include/torch/csrc/utils/cuda_lazy_init.h  
-   inflating: libtorch/include/torch/csrc/utils/disable_torch_function.h  
-   inflating: libtorch/include/torch/csrc/utils/disallow_copy.h  
-   inflating: libtorch/include/torch/csrc/utils/init.h  
-   inflating: libtorch/include/torch/csrc/utils/invalid_arguments.h  
-   inflating: libtorch/include/torch/csrc/utils/memory.h  
-   inflating: libtorch/include/torch/csrc/utils/numpy_stub.h  
-   inflating: libtorch/include/torch/csrc/utils/object_ptr.h  
-   inflating: libtorch/include/torch/csrc/utils/out_types.h  
-   inflating: libtorch/include/torch/csrc/utils/pycfunction_helpers.h  
-   inflating: libtorch/include/torch/csrc/utils/python_compat.h  
-   inflating: libtorch/include/torch/csrc/utils/python_dispatch.h  
-   inflating: libtorch/include/torch/csrc/utils/python_numbers.h  
-   inflating: libtorch/include/torch/csrc/utils/python_scalars.h  
-   inflating: libtorch/include/torch/csrc/utils/python_stub.h  
-   inflating: libtorch/include/torch/csrc/utils/python_tuples.h  
-   inflating: libtorch/include/torch/csrc/utils/six.h  
-   inflating: libtorch/include/torch/csrc/utils/structseq.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_apply.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_dtypes.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_flatten.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_layouts.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_list.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_memoryformats.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_numpy.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_qschemes.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_types.h  
-   inflating: libtorch/include/torch/csrc/utils/throughput_benchmark.h  
-   inflating: libtorch/include/torch/csrc/utils/variadic.h  
-   inflating: libtorch/include/torch/csrc/utils/pybind.h  
-   inflating: libtorch/include/torch/csrc/utils/python_arg_parser.h  
-   inflating: libtorch/include/torch/csrc/utils/python_strings.h  
-   inflating: libtorch/include/torch/csrc/utils/tensor_new.h  
-   inflating: libtorch/include/torch/csrc/utils/throughput_benchmark-inl.h  
-    creating: libtorch/include/torch/csrc/jit/
-    creating: libtorch/include/torch/csrc/jit/backends/
-   inflating: libtorch/include/torch/csrc/jit/backends/backend.h  
-   inflating: libtorch/include/torch/csrc/jit/backends/backend_init.h  
-   inflating: libtorch/include/torch/csrc/jit/backends/backend_interface.h  
-   inflating: libtorch/include/torch/csrc/jit/backends/backend_preprocess.h  
-   inflating: libtorch/include/torch/csrc/jit/backends/backend_resolver.h  
-   inflating: libtorch/include/torch/csrc/jit/backends/backend_debug_handler.h  
-   inflating: libtorch/include/torch/csrc/jit/backends/backend_detail.h  
-    creating: libtorch/include/torch/csrc/jit/runtime/
-   inflating: libtorch/include/torch/csrc/jit/runtime/autodiff.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/calculate_necessary_args.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/custom_operator.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/exception_message.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/graph_executor.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/graph_executor_impl.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/graph_iterator.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/instruction.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/interpreter.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/jit_exception.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/logging.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/operator.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/operator_options.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/print_handler.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/slice_indices_adjust.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/symbolic_script.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/vararg_functions.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/variable_tensor_list.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/argument_spec.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/profiling_record.h  
-   inflating: libtorch/include/torch/csrc/jit/runtime/register_ops_utils.h  
-    creating: libtorch/include/torch/csrc/jit/serialization/
-   inflating: libtorch/include/torch/csrc/jit/serialization/export.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/import.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/import_export_constants.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/import_export_functions.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/import_export_helpers.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/import_legacy.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/import_read.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/import_source.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/onnx.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/pickle.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/pickler.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/python_print.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/source_range_serialization.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/type_name_uniquer.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/unpickler.h  
-   inflating: libtorch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h  
-    creating: libtorch/include/torch/csrc/jit/passes/
-   inflating: libtorch/include/torch/csrc/jit/passes/annotate_warns.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/bailout_graph.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/batch_mm.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/canonicalize.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/clear_profiling.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/clear_undefinedness.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/common_subexpression_elimination.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/concat_opt.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/constant_pooling.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/constant_propagation.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/create_functional_graphs.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/cuda_graph_fuser.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/dead_code_elimination.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/decompose_ops.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/erase_number_types.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/fold_conv_bn.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/freeze_module.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/frozen_conv_folding.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/fuse_linear.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/fuse_relu.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/graph_fuser.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/graph_rewrite_helper.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/guard_elimination.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/inline_fork_wait.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/inline_forked_closures.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/inliner.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/inplace_check.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/insert_guards.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/lift_closures.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/liveness.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/loop_unrolling.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/lower_grad_of.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/lower_graph.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/lower_tuples.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/metal_rewrite.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/normalize_ops.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/onnx.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/pass_manager.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/peephole.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/peephole_list_idioms.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/prepack_folding.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/remove_dropout.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/remove_exceptions.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/remove_expands.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/remove_inplace_ops.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/remove_mutation.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/remove_redundant_profiles.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/requires_grad_analysis.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/shape_analysis.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/specialize_autogradzero.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/tensorexpr_fuser.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/vulkan_rewrite.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/xnnpack_rewrite.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/subgraph_rewrite.h  
-    creating: libtorch/include/torch/csrc/jit/passes/quantization/
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/finalize.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/fusion_passes.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/helper.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/insert_observers.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/quantization/quantization_type.h  
-    creating: libtorch/include/torch/csrc/jit/passes/utils/
-   inflating: libtorch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/utils/memory_dag.h  
-   inflating: libtorch/include/torch/csrc/jit/passes/utils/subgraph_utils.h  
-    creating: libtorch/include/torch/csrc/jit/ir/
-   inflating: libtorch/include/torch/csrc/jit/ir/alias_analysis.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/attributes.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/constants.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/graph_node_list.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/ir_views.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/irparser.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/named_value.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/node_hashing.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/subgraph_matcher.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/type_hashing.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/ir.h  
-   inflating: libtorch/include/torch/csrc/jit/ir/scope.h  
-    creating: libtorch/include/torch/csrc/jit/python/
-   inflating: libtorch/include/torch/csrc/jit/python/init.h  
-   inflating: libtorch/include/torch/csrc/jit/python/module_python.h  
-   inflating: libtorch/include/torch/csrc/jit/python/pybind.h  
-   inflating: libtorch/include/torch/csrc/jit/python/python_arg_flatten.h  
-   inflating: libtorch/include/torch/csrc/jit/python/python_custom_class.h  
-   inflating: libtorch/include/torch/csrc/jit/python/python_ir.h  
-   inflating: libtorch/include/torch/csrc/jit/python/python_ivalue.h  
-   inflating: libtorch/include/torch/csrc/jit/python/python_sugared_value.h  
-   inflating: libtorch/include/torch/csrc/jit/python/python_tracer.h  
-   inflating: libtorch/include/torch/csrc/jit/python/python_tree_views.h  
-   inflating: libtorch/include/torch/csrc/jit/python/script_init.h  
-   inflating: libtorch/include/torch/csrc/jit/python/update_graph_executor_opt.h  
-   inflating: libtorch/include/torch/csrc/jit/python/pybind_utils.h  
-    creating: libtorch/include/torch/csrc/jit/frontend/
-   inflating: libtorch/include/torch/csrc/jit/frontend/builtin_functions.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/code_template.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/concrete_module_type.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/convert_to_ssa.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/edit_distance.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/error_report.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/exit_transforms.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/function_schema_parser.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/inline_loop_condition.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/ir_emitter.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/lexer.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/mini_environment.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/name_mangler.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/parse_string_literal.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/parser.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/parser_constants.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/resolver.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/schema_matching.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/schema_type_parser.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/script_type_parser.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/source_range.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/strtod.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/sugared_value.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/tree.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/tree_views.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/versioned_symbols.h  
-   inflating: libtorch/include/torch/csrc/jit/frontend/tracer.h  
-    creating: libtorch/include/torch/csrc/jit/testing/
-   inflating: libtorch/include/torch/csrc/jit/testing/file_check.h  
-   inflating: libtorch/include/torch/csrc/jit/testing/hooks_for_testing.h  
-   inflating: libtorch/include/torch/csrc/jit/jit_log.h  
-   inflating: libtorch/include/torch/csrc/jit/jit_opt_limit.h  
-   inflating: libtorch/include/torch/csrc/jit/resource_guard.h  
-    creating: libtorch/include/torch/csrc/jit/api/
-   inflating: libtorch/include/torch/csrc/jit/api/compilation_unit.h  
-   inflating: libtorch/include/torch/csrc/jit/api/function_impl.h  
-   inflating: libtorch/include/torch/csrc/jit/api/method.h  
-   inflating: libtorch/include/torch/csrc/jit/api/module.h  
-   inflating: libtorch/include/torch/csrc/jit/api/object.h  
-    creating: libtorch/include/torch/csrc/jit/tensorexpr/
-    creating: libtorch/include/torch/csrc/jit/tensorexpr/operators/
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/analysis.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/block_codegen.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/bounds_inference.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/codegen.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/cuda_random.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/dim_arg.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/eval.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/exceptions.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/execution_counter.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/external_functions.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/half_support.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/hash_provider.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/ir.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/ir_mutator.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/ir_printer.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/ir_verifier.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/ir_visitor.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/mem_arena.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/reduction.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/types.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/var_substitutor.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/expr.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/kernel.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/llvm_jit.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/loopnest.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/registerizer.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/stmt.h  
-   inflating: libtorch/include/torch/csrc/jit/tensorexpr/tensor.h  
-    creating: libtorch/include/torch/csrc/tensor/
-   inflating: libtorch/include/torch/csrc/tensor/python_tensor.h  
-    creating: libtorch/share/
-    creating: libtorch/share/cmake/
-    creating: libtorch/share/cmake/ATen/
-   inflating: libtorch/share/cmake/ATen/ATenConfig.cmake  
-    creating: libtorch/share/cmake/Torch/
-   inflating: libtorch/share/cmake/Torch/TorchConfigVersion.cmake  
-   inflating: libtorch/share/cmake/Torch/TorchConfig.cmake  
-    creating: libtorch/share/cmake/Caffe2/
-   inflating: libtorch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Caffe2Config.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Caffe2Targets.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Caffe2Targets-release.cmake  
-    creating: libtorch/share/cmake/Caffe2/public/
-   inflating: libtorch/share/cmake/Caffe2/public/cuda.cmake  
-   inflating: libtorch/share/cmake/Caffe2/public/glog.cmake  
-   inflating: libtorch/share/cmake/Caffe2/public/gflags.cmake  
-   inflating: libtorch/share/cmake/Caffe2/public/mkl.cmake  
-   inflating: libtorch/share/cmake/Caffe2/public/mkldnn.cmake  
-   inflating: libtorch/share/cmake/Caffe2/public/protobuf.cmake  
-   inflating: libtorch/share/cmake/Caffe2/public/threads.cmake  
-   inflating: libtorch/share/cmake/Caffe2/public/utils.cmake  
-    creating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/
-    creating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake  
-    creating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake  
-   inflating: libtorch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake  
-    creating: libtorch/share/cmake/Gloo/
-   inflating: libtorch/share/cmake/Gloo/GlooConfig.cmake  
-   inflating: libtorch/share/cmake/Gloo/GlooConfigVersion.cmake  
-   inflating: libtorch/share/cmake/Gloo/GlooTargets.cmake  
-   inflating: libtorch/share/cmake/Gloo/GlooTargets-release.cmake  
-    creating: libtorch/share/cmake/Tensorpipe/
-   inflating: libtorch/share/cmake/Tensorpipe/TensorpipeTargets.cmake  
-   inflating: libtorch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake  
-  extracting: libtorch/build-version  
-   inflating: libtorch/build-hash     
-> installed libtorch.1.9.0+linux-x86_64
-> installed dune-configurator.3.16.0
-> installed npy.0.0.9
-> installed num.1.5-1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed seq.base
Processing 78/129: [re: dune build]
-> installed sexplib0.v0.16.0
Processing 79/129: [re: dune build]
Processing 80/129: [base: dune build] [re: dune build]
Processing 81/129: [base: dune build] [parsexp: dune build] [re: dune build]
-> installed stdlib-shims.0.3.0
Processing 82/129: [base: dune build] [parsexp: dune build] [re: dune build]
Processing 83/129: [base: dune build] [integers: dune build] [parsexp: dune build] [re: dune build]
Processing 84/129: [base: dune build] [integers: dune build] [parsexp: dune build] [ppxlib: dune build] [re: dune build]
-> compiled  integers.0.7.0
Processing 84/129: [base: dune build] [parsexp: dune build] [ppxlib: dune build] [re: dune build]
-> installed integers.0.7.0
Processing 85/129: [base: dune build] [parsexp: dune build] [ppxlib: dune build] [re: dune build]
Processing 86/129: [base: dune build] [ctypes: dune build] [parsexp: dune build] [ppxlib: dune build] [re: dune build]
-> compiled  re.1.12.0
Processing 86/129: [base: dune build] [ctypes: dune build] [parsexp: dune build] [ppxlib: dune build]
-> installed re.1.12.0
Processing 87/129: [base: dune build] [ctypes: dune build] [parsexp: dune build] [ppxlib: dune build]
-> compiled  parsexp.v0.16.0
Processing 87/129: [base: dune build] [ctypes: dune build] [ppxlib: dune build]
-> installed parsexp.v0.16.0
Processing 88/129: [base: dune build] [ctypes: dune build] [ppxlib: dune build]
Processing 89/129: [base: dune build] [ctypes: dune build] [ppxlib: dune build] [sexplib: dune build]
-> compiled  sexplib.v0.16.0
Processing 89/129: [base: dune build] [ctypes: dune build] [ppxlib: dune build]
-> installed sexplib.v0.16.0
Processing 90/129: [base: dune build] [ctypes: dune build] [ppxlib: dune build]
-> compiled  base.v0.16.3
Processing 90/129: [ctypes: dune build] [ppxlib: dune build]
-> installed base.v0.16.3
Processing 91/129: [ctypes: dune build] [ppxlib: dune build]
Processing 92/129: [ctypes: dune build] [ppxlib: dune build] [stdio: dune build]
Processing 92/129: [ctypes: dune install] [ppxlib: dune build] [stdio: dune build]
-> compiled  ctypes.0.23.0
Processing 92/129: [ppxlib: dune build] [stdio: dune build]
-> installed ctypes.0.23.0
Processing 93/129: [ppxlib: dune build] [stdio: dune build]
Processing 94/129: [ctypes-foreign: dune build] [ppxlib: dune build] [stdio: dune build]
-> compiled  stdio.v0.16.0
Processing 94/129: [ctypes-foreign: dune build] [ppxlib: dune build]
-> installed stdio.v0.16.0
Processing 95/129: [ctypes-foreign: dune build] [ppxlib: dune build]
Processing 95/129: [ctypes-foreign: dune install] [ppxlib: dune build]
-> compiled  ctypes-foreign.0.23.0
Processing 95/129: [ppxlib: dune build]
-> installed ctypes-foreign.0.23.0
Processing 96/129: [ppxlib: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppxlib.0.33.0)
-> compiled  ppxlib.0.33.0
-> installed ppxlib.0.33.0
Processing 98/129: [ppx_cold: dune build]
Processing 99/129: [ppx_cold: dune build] [ppx_compare: dune build]
Processing 100/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build]
Processing 101/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build]
Processing 102/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build]
Processing 103/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_optcomp: dune build]
Processing 104/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_globalize.v0.16.0
Processing 104/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_globalize.v0.16.0
Processing 105/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_optcomp.v0.16.0
Processing 105/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_optcomp.v0.16.0
Processing 106/129: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_cold.v0.16.0
Processing 106/129: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_cold.v0.16.0
Processing 107/129: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_here.v0.16.0
Processing 107/129: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_here.v0.16.0
Processing 108/129: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_enumerate.v0.16.0
Processing 108/129: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_enumerate.v0.16.0
Processing 109/129: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.16.0
Processing 109/129: [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.16.0
Processing 110/129: [ppx_sexp_conv: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_sexp_conv" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_sexp_conv.v0.16.0)
-> compiled  ppx_sexp_conv.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
Processing 112/129: [ppx_assert: dune build]
Processing 113/129: [ppx_assert: dune build] [ppx_custom_printf: dune build]
Processing 114/129: [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build]
-> compiled  ppx_hash.v0.16.0
Processing 114/129: [ppx_assert: dune build] [ppx_custom_printf: dune build]
-> installed ppx_hash.v0.16.0
Processing 115/129: [ppx_assert: dune build] [ppx_custom_printf: dune build]
Processing 116/129: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build]
-> compiled  ppx_assert.v0.16.0
Processing 116/129: [ppx_base: dune build] [ppx_custom_printf: dune build]
-> installed ppx_assert.v0.16.0
Processing 117/129: [ppx_base: dune build] [ppx_custom_printf: dune build]
Processing 118/129: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build]
-> compiled  ppx_custom_printf.v0.16.0
Processing 118/129: [jst-config: dune build] [ppx_base: dune build]
-> installed ppx_custom_printf.v0.16.0
Processing 119/129: [jst-config: dune build] [ppx_base: dune build]
-> compiled  ppx_base.v0.16.0
Processing 119/129: [jst-config: dune build]
-> installed ppx_base.v0.16.0
Processing 120/129: [jst-config: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "jst-config" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/jst-config.v0.16.0)
-> compiled  jst-config.v0.16.0
-> installed jst-config.v0.16.0
Processing 122/129: [time_now: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "time_now" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/time_now.v0.16.0)
-> compiled  time_now.v0.16.0
-> installed time_now.v0.16.0
Processing 124/129: [ppx_inline_test: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_inline_test" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_inline_test.v0.16.1)
-> compiled  ppx_inline_test.v0.16.1
-> installed ppx_inline_test.v0.16.1
Processing 126/129: [ppx_expect: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_expect" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_expect.v0.16.0)
-> compiled  ppx_expect.v0.16.0
-> installed ppx_expect.v0.16.0
Processing 128/129: [torch: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "torch" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/torch.0.13)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/config/.discover.eobjs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/csexp -I /home/opam/.opam/5.1/lib/dune-configurator -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -no-alias-deps -o src/config/.discover.eobjs/byte/discover.cmo -c -impl src/config/discover.ml)
- File "src/config/discover.ml", line 11, characters 13-33:
- 11 | let ( /^ ) = Caml.Filename.concat
-                   ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 12, characters 18-38:
- 12 | let file_exists = Caml.Sys.file_exists
-                        ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 46, characters 38-59:
- 46 |              if file_exists libdir && Caml.Sys.is_directory libdir
-                                            ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 38, characters 4-20:
- 38 |     Caml.Sys.readdir conda_prefix
-          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 55, characters 8-27:
- 55 |   match Caml.Sys.getenv_opt "LIBTORCH" with
-              ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 59, characters 19-38:
- 59 |       Option.bind (Caml.Sys.getenv_opt "CONDA_PREFIX") ~f:(fun conda_prefix ->
-                         ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 65, characters 13-32:
- 65 |       (match Caml.Sys.getenv_opt "OPAM_SWITCH_PREFIX" with
-                   ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 75, characters 28-49:
- 75 |   if file_exists cudadir && Caml.Sys.is_directory cudadir
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 104, characters 11-30:
- 104 |           (Caml.Sys.getenv_opt "CONDA_PREFIX")
-                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 110, characters 16-35:
- 110 |           match Caml.Sys.getenv_opt "LIBTORCH_CXX11_ABI" with
-                       ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 120, characters 11-21:
- 120 |         if Caml.( = ) cuda_flags empty_flags
-                  ^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/config/.discover.eobjs/byte -I src/config/.discover.eobjs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/csexp -I /home/opam/.opam/5.1/lib/dune-configurator -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -intf-suffix .ml -no-alias-deps -o src/config/.discover.eobjs/native/discover.cmx -c -impl src/config/discover.ml)
- File "src/config/discover.ml", line 11, characters 13-33:
- 11 | let ( /^ ) = Caml.Filename.concat
-                   ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 12, characters 18-38:
- 12 | let file_exists = Caml.Sys.file_exists
-                        ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 46, characters 38-59:
- 46 |              if file_exists libdir && Caml.Sys.is_directory libdir
-                                            ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 38, characters 4-20:
- 38 |     Caml.Sys.readdir conda_prefix
-          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 55, characters 8-27:
- 55 |   match Caml.Sys.getenv_opt "LIBTORCH" with
-              ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 59, characters 19-38:
- 59 |       Option.bind (Caml.Sys.getenv_opt "CONDA_PREFIX") ~f:(fun conda_prefix ->
-                         ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 65, characters 13-32:
- 65 |       (match Caml.Sys.getenv_opt "OPAM_SWITCH_PREFIX" with
-                   ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 75, characters 28-49:
- 75 |   if file_exists cudadir && Caml.Sys.is_directory cudadir
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 104, characters 11-30:
- 104 |           (Caml.Sys.getenv_opt "CONDA_PREFIX")
-                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 110, characters 16-35:
- 110 |           match Caml.Sys.getenv_opt "LIBTORCH_CXX11_ABI" with
-                       ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/config/discover.ml", line 120, characters 11-21:
- 120 |         if Caml.( = ) cuda_flags empty_flags
-                  ^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default/src/wrapper && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/stdlib-shims -o torch_stubs.o -c torch_stubs.c)
- torch_stubs.c: In function 'caml__33_at_save':
- torch_stubs.c:248:18: warning: passing argument 2 of 'at_save' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   248 |    at_save(x234, x235);
-       |                  ^~~~
- In file included from torch_stubs.c:1:
- torch_api.h:64:28: note: expected 'char *' but argument is of type 'const char *'
-    64 | void at_save(tensor, char *filename);
-       |                      ~~~~~~^~~~~~~~
- torch_stubs.c: In function 'caml__34_at_load':
- torch_stubs.c:254:25: warning: passing argument 1 of 'at_load' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   254 |    void* x239 = at_load(x238);
-       |                         ^~~~
- torch_api.h:65:22: note: expected 'char *' but argument is of type 'const char *'
-    65 | tensor at_load(char *filename);
-       |                ~~~~~~^~~~~~~~
- torch_stubs.c: In function 'caml__35_at_save_multi':
- torch_stubs.c:263:36: warning: passing argument 4 of 'at_save_multi' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   263 |    at_save_multi(x244, x245, x246, x249);
-       |                                    ^~~~
- torch_api.h:70:78: note: expected 'char *' but argument is of type 'const char *'
-    70 | void at_save_multi(tensor *tensors, char **tensor_names, int ntensors, char *filename);
-       |                                                                        ~~~~~~^~~~~~~~
- torch_stubs.c: In function 'caml__36_at_load_multi':
- torch_stubs.c:272:36: warning: passing argument 4 of 'at_load_multi' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   272 |    at_load_multi(x255, x256, x257, x260);
-       |                                    ^~~~
- torch_api.h:72:78: note: expected 'char *' but argument is of type 'const char *'
-    72 | void at_load_multi(tensor *tensors, char **tensor_names, int ntensors, char *filename);
-       |                                                                        ~~~~~~^~~~~~~~
- torch_stubs.c: In function 'caml__37_at_load_multi_':
- torch_stubs.c:281:37: warning: passing argument 4 of 'at_load_multi_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   281 |    at_load_multi_(x266, x267, x268, x271);
-       |                                     ^~~~
- torch_api.h:74:79: note: expected 'char *' but argument is of type 'const char *'
-    74 | void at_load_multi_(tensor *tensors, char **tensor_names, int ntensors, char *filename);
-       |                                                                         ~~~~~~^~~~~~~~
- torch_stubs.c: In function 'caml__38_at_load_callback':
- torch_stubs.c:288:21: warning: passing argument 1 of 'at_load_callback' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   288 |    at_load_callback(x275, x276);
-       |                     ^~~~
- torch_api.h:76:29: note: expected 'char *' but argument is of type 'const char *'
-    76 | void at_load_callback(char *filename, void (*f)(char *, tensor));
-       |                       ~~~~~~^~~~~~~~
- torch_stubs.c:288:27: warning: passing argument 2 of 'at_load_callback' from incompatible pointer type [-Wincompatible-pointer-types]
-   288 |    at_load_callback(x275, x276);
-       |                           ^~~~
-       |                           |
-       |                           void (*)(const char *, void *)
- torch_api.h:76:46: note: expected 'void (*)(char *, void *)' but argument is of type 'void (*)(const char *, void *)'
-    76 | void at_load_callback(char *filename, void (*f)(char *, tensor));
-       |                                       ~~~~~~~^~~~~~~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__65_ati_string':
- torch_stubs.c:483:28: warning: passing argument 1 of 'ati_string' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   483 |    void* x450 = ati_string(x449);
-       |                            ^~~~
- torch_api.h:133:19: note: expected 'char *' but argument is of type 'const char *'
-   133 | ivalue ati_string(char *);
-       |                   ^~~~~~
- torch_stubs.c: In function 'caml__68_atm_load':
- torch_stubs.c:501:26: warning: passing argument 1 of 'atm_load' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   501 |    void* x459 = atm_load(x458);
-       |                          ^~~~
- torch_api.h:120:17: note: expected 'char *' but argument is of type 'const char *'
-   120 | module atm_load(char *);
-       |                 ^~~~~~
- torch_stubs.c: In function 'caml__125_atg__convolution_mode':
- torch_stubs.c:1118:68: warning: passing argument 7 of 'atg__convolution_mode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  1118 |    atg__convolution_mode(x1094, x1095, x1096, x1097, x1098, x1099, x1102,
-       |                                                                    ^~~~~
- In file included from torch_api.h:162:
- torch_api_generated.h:56:125: note: expected 'char *' but argument is of type 'const char *'
-    56 | void atg__convolution_mode(tensor *, tensor input, tensor weight, tensor bias, int64_t *stride_data, int stride_len, char * padding, int64_t *dilation_data, int dilation_len, int64_t groups);
-       |                                                                                                                      ~~~~~~~^~~~~~~
- torch_stubs.c: In function 'caml__169_atg__linalg_qr_helper':
- torch_stubs.c:2259:40: warning: passing argument 3 of 'atg__linalg_qr_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  2259 |    atg__linalg_qr_helper(x2274, x2275, x2276);
-       |                                        ^~~~~
- torch_api_generated.h:100:58: note: expected 'char *' but argument is of type 'const char *'
-   100 | void atg__linalg_qr_helper(tensor *, tensor self, char * mode);
-       |                                                   ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__231_atg__test_ambiguous_defaults_b':
- torch_stubs.c:3126:56: warning: passing argument 4 of 'atg__test_ambiguous_defaults_b' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3126 |    atg__test_ambiguous_defaults_b(x3140, x3141, x3142, x3145);
-       |                                                        ^~~~~
- torch_api_generated.h:162:79: note: expected 'char *' but argument is of type 'const char *'
-   162 | void atg__test_ambiguous_defaults_b(tensor *, tensor dummy, int64_t a, char * b);
-       |                                                                        ~~~~~~~^
- torch_stubs.c: In function 'caml__235_atg__test_string_default':
- torch_stubs.c:3165:43: warning: passing argument 3 of 'atg__test_string_default' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3165 |    atg__test_string_default(x3180, x3181, x3182, x3183);
-       |                                           ^~~~~
- torch_api_generated.h:166:62: note: expected 'char *' but argument is of type 'const char *'
-   166 | void atg__test_string_default(tensor *, tensor dummy, char * a, char * b);
-       |                                                       ~~~~~~~^
- torch_stubs.c:3165:50: warning: passing argument 4 of 'atg__test_string_default' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3165 |    atg__test_string_default(x3180, x3181, x3182, x3183);
-       |                                                  ^~~~~
- torch_api_generated.h:166:72: note: expected 'char *' but argument is of type 'const char *'
-   166 | void atg__test_string_default(tensor *, tensor dummy, char * a, char * b);
-       |                                                                 ~~~~~~~^
- torch_stubs.c: In function 'caml__502_atg_conv1d_padding':
- torch_stubs.c:6620:65: warning: passing argument 7 of 'atg_conv1d_padding' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  6620 |    atg_conv1d_padding(x6553, x6554, x6555, x6556, x6557, x6558, x6561,
-       |                                                                 ^~~~~
- torch_api_generated.h:433:122: note: expected 'char *' but argument is of type 'const char *'
-   433 | void atg_conv1d_padding(tensor *, tensor input, tensor weight, tensor bias, int64_t *stride_data, int stride_len, char * padding, int64_t *dilation_data, int dilation_len, int64_t groups);
-       |                                                                                                                   ~~~~~~~^~~~~~~
- torch_stubs.c: In function 'caml__504_atg_conv2d_padding':
- torch_stubs.c:6692:65: warning: passing argument 7 of 'atg_conv2d_padding' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  6692 |    atg_conv2d_padding(x6632, x6633, x6634, x6635, x6636, x6637, x6640,
-       |                                                                 ^~~~~
- torch_api_generated.h:435:122: note: expected 'char *' but argument is of type 'const char *'
-   435 | void atg_conv2d_padding(tensor *, tensor input, tensor weight, tensor bias, int64_t *stride_data, int stride_len, char * padding, int64_t *dilation_data, int dilation_len, int64_t groups);
-       |                                                                                                                   ~~~~~~~^~~~~~~
- torch_stubs.c: In function 'caml__506_atg_conv3d_padding':
- torch_stubs.c:6764:65: warning: passing argument 7 of 'atg_conv3d_padding' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  6764 |    atg_conv3d_padding(x6711, x6712, x6713, x6714, x6715, x6716, x6719,
-       |                                                                 ^~~~~
- torch_api_generated.h:437:122: note: expected 'char *' but argument is of type 'const char *'
-   437 | void atg_conv3d_padding(tensor *, tensor input, tensor weight, tensor bias, int64_t *stride_data, int stride_len, char * padding, int64_t *dilation_data, int dilation_len, int64_t groups);
-       |                                                                                                                   ~~~~~~~^~~~~~~
- torch_stubs.c: In function 'caml__592_atg_div_out_mode':
- torch_stubs.c:8582:49: warning: passing argument 5 of 'atg_div_out_mode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8582 |    atg_div_out_mode(x8595, x8596, x8597, x8598, x8599);
-       |                                                 ^~~~~
- torch_api_generated.h:523:79: note: expected 'char *' but argument is of type 'const char *'
-   523 | void atg_div_out_mode(tensor *, tensor out, tensor self, tensor other, char * rounding_mode);
-       |                                                                        ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__595_atg_div_scalar_mode':
- torch_stubs.c:8608:45: warning: passing argument 4 of 'atg_div_scalar_mode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8608 |    atg_div_scalar_mode(x8619, x8620, x8621, x8622);
-       |                                             ^~~~~
- torch_api_generated.h:526:70: note: expected 'char *' but argument is of type 'const char *'
-   526 | void atg_div_scalar_mode(tensor *, tensor self, scalar other, char * rounding_mode);
-       |                                                               ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__596_atg_div_scalar_mode_':
- torch_stubs.c:8618:46: warning: passing argument 4 of 'atg_div_scalar_mode_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8618 |    atg_div_scalar_mode_(x8628, x8629, x8630, x8631);
-       |                                              ^~~~~
- torch_api_generated.h:527:71: note: expected 'char *' but argument is of type 'const char *'
-   527 | void atg_div_scalar_mode_(tensor *, tensor self, scalar other, char * rounding_mode);
-       |                                                                ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__597_atg_div_tensor_mode':
- torch_stubs.c:8628:45: warning: passing argument 4 of 'atg_div_tensor_mode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8628 |    atg_div_tensor_mode(x8637, x8638, x8639, x8640);
-       |                                             ^~~~~
- torch_api_generated.h:528:70: note: expected 'char *' but argument is of type 'const char *'
-   528 | void atg_div_tensor_mode(tensor *, tensor self, tensor other, char * rounding_mode);
-       |                                                               ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__598_atg_div_tensor_mode_':
- torch_stubs.c:8638:46: warning: passing argument 4 of 'atg_div_tensor_mode_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8638 |    atg_div_tensor_mode_(x8646, x8647, x8648, x8649);
-       |                                              ^~~~~
- torch_api_generated.h:529:71: note: expected 'char *' but argument is of type 'const char *'
-   529 | void atg_div_tensor_mode_(tensor *, tensor self, tensor other, char * rounding_mode);
-       |                                                                ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__602_atg_divide_out_mode':
- torch_stubs.c:8675:52: warning: passing argument 5 of 'atg_divide_out_mode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8675 |    atg_divide_out_mode(x8679, x8680, x8681, x8682, x8683);
-       |                                                    ^~~~~
- torch_api_generated.h:533:82: note: expected 'char *' but argument is of type 'const char *'
-   533 | void atg_divide_out_mode(tensor *, tensor out, tensor self, tensor other, char * rounding_mode);
-       |                                                                           ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__605_atg_divide_scalar_mode':
- torch_stubs.c:8701:48: warning: passing argument 4 of 'atg_divide_scalar_mode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8701 |    atg_divide_scalar_mode(x8703, x8704, x8705, x8706);
-       |                                                ^~~~~
- torch_api_generated.h:536:73: note: expected 'char *' but argument is of type 'const char *'
-   536 | void atg_divide_scalar_mode(tensor *, tensor self, scalar other, char * rounding_mode);
-       |                                                                  ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__606_atg_divide_scalar_mode_':
- torch_stubs.c:8711:49: warning: passing argument 4 of 'atg_divide_scalar_mode_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8711 |    atg_divide_scalar_mode_(x8712, x8713, x8714, x8715);
-       |                                                 ^~~~~
- torch_api_generated.h:537:74: note: expected 'char *' but argument is of type 'const char *'
-   537 | void atg_divide_scalar_mode_(tensor *, tensor self, scalar other, char * rounding_mode);
-       |                                                                   ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__607_atg_divide_tensor_mode':
- torch_stubs.c:8721:48: warning: passing argument 4 of 'atg_divide_tensor_mode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8721 |    atg_divide_tensor_mode(x8721, x8722, x8723, x8724);
-       |                                                ^~~~~
- torch_api_generated.h:538:73: note: expected 'char *' but argument is of type 'const char *'
-   538 | void atg_divide_tensor_mode(tensor *, tensor self, tensor other, char * rounding_mode);
-       |                                                                  ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__608_atg_divide_tensor_mode_':
- torch_stubs.c:8731:49: warning: passing argument 4 of 'atg_divide_tensor_mode_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8731 |    atg_divide_tensor_mode_(x8730, x8731, x8732, x8733);
-       |                                                 ^~~~~
- torch_api_generated.h:539:74: note: expected 'char *' but argument is of type 'const char *'
-   539 | void atg_divide_tensor_mode_(tensor *, tensor self, tensor other, char * rounding_mode);
-       |                                                                   ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__619_atg_einsum':
- torch_stubs.c:8831:22: warning: passing argument 2 of 'atg_einsum' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  8831 |    atg_einsum(x8839, x8840, x8841, x8842);
-       |                      ^~~~~
- torch_api_generated.h:550:34: note: expected 'char *' but argument is of type 'const char *'
-   550 | void atg_einsum(tensor *, char * equation, tensor *tensors_data, int tensors_len);
-       |                           ~~~~~~~^~~~~~~~
- torch_stubs.c: In function 'caml__684_atg_fft_fft':
- torch_stubs.c:9692:44: warning: passing argument 5 of 'atg_fft_fft' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9692 |    atg_fft_fft(x9665, x9666, x9667, x9670, x9673);
-       |                                            ^~~~~
- torch_api_generated.h:615:72: note: expected 'char *' but argument is of type 'const char *'
-   615 | void atg_fft_fft(tensor *, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                 ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__685_atg_fft_fft2':
- torch_stubs.c:9706:59: warning: passing argument 7 of 'atg_fft_fft2' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9706 |    atg_fft_fft2(x9682, x9683, x9684, x9685, x9688, x9689, x9692);
-       |                                                           ^~~~~
- torch_api_generated.h:616:109: note: expected 'char *' but argument is of type 'const char *'
-   616 | void atg_fft_fft2(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                      ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__686_atg_fft_fft2_out':
- torch_stubs.c:9733:70: warning: passing argument 8 of 'atg_fft_fft2_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9733 |    atg_fft_fft2_out(x9709, x9710, x9711, x9712, x9713, x9716, x9717, x9720);
-       |                                                                      ^~~~~
- torch_api_generated.h:617:125: note: expected 'char *' but argument is of type 'const char *'
-   617 | void atg_fft_fft2_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                      ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__687_atg_fft_fft_out':
- torch_stubs.c:9759:55: warning: passing argument 6 of 'atg_fft_fft_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9759 |    atg_fft_fft_out(x9736, x9737, x9738, x9739, x9742, x9745);
-       |                                                       ^~~~~
- torch_api_generated.h:618:88: note: expected 'char *' but argument is of type 'const char *'
-   618 | void atg_fft_fft_out(tensor *, tensor out, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                                 ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__690_atg_fft_fftn':
- torch_stubs.c:9804:59: warning: passing argument 7 of 'atg_fft_fftn' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9804 |    atg_fft_fftn(x9792, x9793, x9794, x9795, x9798, x9799, x9802);
-       |                                                           ^~~~~
- torch_api_generated.h:621:109: note: expected 'char *' but argument is of type 'const char *'
-   621 | void atg_fft_fftn(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                      ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__691_atg_fft_fftn_out':
- torch_stubs.c:9831:70: warning: passing argument 8 of 'atg_fft_fftn_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9831 |    atg_fft_fftn_out(x9819, x9820, x9821, x9822, x9823, x9826, x9827, x9830);
-       |                                                                      ^~~~~
- torch_api_generated.h:622:125: note: expected 'char *' but argument is of type 'const char *'
-   622 | void atg_fft_fftn_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                      ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__693_atg_fft_hfft':
- torch_stubs.c:9866:45: warning: passing argument 5 of 'atg_fft_hfft' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9866 |    atg_fft_hfft(x9856, x9857, x9858, x9861, x9864);
-       |                                             ^~~~~
- torch_api_generated.h:624:73: note: expected 'char *' but argument is of type 'const char *'
-   624 | void atg_fft_hfft(tensor *, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                  ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__694_atg_fft_hfft_out':
- torch_stubs.c:9878:56: warning: passing argument 6 of 'atg_fft_hfft_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9878 |    atg_fft_hfft_out(x9872, x9873, x9874, x9875, x9878, x9881);
-       |                                                        ^~~~~
- torch_api_generated.h:625:89: note: expected 'char *' but argument is of type 'const char *'
-   625 | void atg_fft_hfft_out(tensor *, tensor out, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                                  ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__695_atg_fft_ifft':
- torch_stubs.c:9900:45: warning: passing argument 5 of 'atg_fft_ifft' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9900 |    atg_fft_ifft(x9894, x9895, x9896, x9899, x9902);
-       |                                             ^~~~~
- torch_api_generated.h:626:73: note: expected 'char *' but argument is of type 'const char *'
-   626 | void atg_fft_ifft(tensor *, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                  ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__696_atg_fft_ifft2':
- torch_stubs.c:9914:60: warning: passing argument 7 of 'atg_fft_ifft2' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9914 |    atg_fft_ifft2(x9911, x9912, x9913, x9914, x9917, x9918, x9921);
-       |                                                            ^~~~~
- torch_api_generated.h:627:110: note: expected 'char *' but argument is of type 'const char *'
-   627 | void atg_fft_ifft2(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__697_atg_fft_ifft2_out':
- torch_stubs.c:9941:71: warning: passing argument 8 of 'atg_fft_ifft2_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9941 |    atg_fft_ifft2_out(x9938, x9939, x9940, x9941, x9942, x9945, x9946, x9949);
-       |                                                                       ^~~~~
- torch_api_generated.h:628:126: note: expected 'char *' but argument is of type 'const char *'
-   628 | void atg_fft_ifft2_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__698_atg_fft_ifft_out':
- torch_stubs.c:9967:56: warning: passing argument 6 of 'atg_fft_ifft_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9967 |    atg_fft_ifft_out(x9965, x9966, x9967, x9968, x9971, x9974);
-       |                                                        ^~~~~
- torch_api_generated.h:629:89: note: expected 'char *' but argument is of type 'const char *'
-   629 | void atg_fft_ifft_out(tensor *, tensor out, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                                  ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__699_atg_fft_ifftn':
- torch_stubs.c:9992:60: warning: passing argument 7 of 'atg_fft_ifftn' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  9992 |    atg_fft_ifftn(x9989, x9990, x9991, x9992, x9995, x9996, x9999);
-       |                                                            ^~~~~
- torch_api_generated.h:630:110: note: expected 'char *' but argument is of type 'const char *'
-   630 | void atg_fft_ifftn(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__700_atg_fft_ifftn_out':
- torch_stubs.c:10021:30: warning: passing argument 8 of 'atg_fft_ifftn_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10021 |                      x10024, x10027);
-       |                              ^~~~~~
- torch_api_generated.h:631:126: note: expected 'char *' but argument is of type 'const char *'
-   631 | void atg_fft_ifftn_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__702_atg_fft_ihfft':
- torch_stubs.c:10056:50: warning: passing argument 5 of 'atg_fft_ihfft' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10056 |    atg_fft_ihfft(x10053, x10054, x10055, x10058, x10061);
-       |                                                  ^~~~~~
- torch_api_generated.h:633:74: note: expected 'char *' but argument is of type 'const char *'
-   633 | void atg_fft_ihfft(tensor *, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                   ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__703_atg_fft_ihfft_out':
- torch_stubs.c:10068:62: warning: passing argument 6 of 'atg_fft_ihfft_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10068 |    atg_fft_ihfft_out(x10069, x10070, x10071, x10072, x10075, x10078);
-       |                                                              ^~~~~~
- torch_api_generated.h:634:90: note: expected 'char *' but argument is of type 'const char *'
-   634 | void atg_fft_ihfft_out(tensor *, tensor out, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                                   ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__704_atg_fft_irfft':
- torch_stubs.c:10091:50: warning: passing argument 5 of 'atg_fft_irfft' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10091 |    atg_fft_irfft(x10091, x10092, x10093, x10096, x10099);
-       |                                                  ^~~~~~
- torch_api_generated.h:635:74: note: expected 'char *' but argument is of type 'const char *'
-   635 | void atg_fft_irfft(tensor *, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                   ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__705_atg_fft_irfft2':
- torch_stubs.c:10105:67: warning: passing argument 7 of 'atg_fft_irfft2' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10105 |    atg_fft_irfft2(x10108, x10109, x10110, x10111, x10114, x10115, x10118);
-       |                                                                   ^~~~~~
- torch_api_generated.h:636:111: note: expected 'char *' but argument is of type 'const char *'
-   636 | void atg_fft_irfft2(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                        ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__706_atg_fft_irfft2_out':
- torch_stubs.c:10134:31: warning: passing argument 8 of 'atg_fft_irfft2_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10134 |                       x10143, x10146);
-       |                               ^~~~~~
- torch_api_generated.h:637:127: note: expected 'char *' but argument is of type 'const char *'
-   637 | void atg_fft_irfft2_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                        ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__707_atg_fft_irfft_out':
- torch_stubs.c:10160:62: warning: passing argument 6 of 'atg_fft_irfft_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10160 |    atg_fft_irfft_out(x10162, x10163, x10164, x10165, x10168, x10171);
-       |                                                              ^~~~~~
- torch_api_generated.h:638:90: note: expected 'char *' but argument is of type 'const char *'
-   638 | void atg_fft_irfft_out(tensor *, tensor out, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                                   ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__708_atg_fft_irfftn':
- torch_stubs.c:10186:67: warning: passing argument 7 of 'atg_fft_irfftn' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10186 |    atg_fft_irfftn(x10186, x10187, x10188, x10189, x10192, x10193, x10196);
-       |                                                                   ^~~~~~
- torch_api_generated.h:639:111: note: expected 'char *' but argument is of type 'const char *'
-   639 | void atg_fft_irfftn(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                        ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__709_atg_fft_irfftn_out':
- torch_stubs.c:10215:31: warning: passing argument 8 of 'atg_fft_irfftn_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10215 |                       x10221, x10224);
-       |                               ^~~~~~
- torch_api_generated.h:640:127: note: expected 'char *' but argument is of type 'const char *'
-   640 | void atg_fft_irfftn_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                        ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__710_atg_fft_rfft':
- torch_stubs.c:10240:49: warning: passing argument 5 of 'atg_fft_rfft' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10240 |    atg_fft_rfft(x10239, x10240, x10241, x10244, x10247);
-       |                                                 ^~~~~~
- torch_api_generated.h:641:73: note: expected 'char *' but argument is of type 'const char *'
-   641 | void atg_fft_rfft(tensor *, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                  ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__711_atg_fft_rfft2':
- torch_stubs.c:10254:66: warning: passing argument 7 of 'atg_fft_rfft2' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10254 |    atg_fft_rfft2(x10256, x10257, x10258, x10259, x10262, x10263, x10266);
-       |                                                                  ^~~~~~
- torch_api_generated.h:642:110: note: expected 'char *' but argument is of type 'const char *'
-   642 | void atg_fft_rfft2(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__712_atg_fft_rfft2_out':
- torch_stubs.c:10283:30: warning: passing argument 8 of 'atg_fft_rfft2_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10283 |                      x10291, x10294);
-       |                              ^~~~~~
- torch_api_generated.h:643:126: note: expected 'char *' but argument is of type 'const char *'
-   643 | void atg_fft_rfft2_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__713_atg_fft_rfft_out':
- torch_stubs.c:10309:61: warning: passing argument 6 of 'atg_fft_rfft_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10309 |    atg_fft_rfft_out(x10310, x10311, x10312, x10313, x10316, x10319);
-       |                                                             ^~~~~~
- torch_api_generated.h:644:89: note: expected 'char *' but argument is of type 'const char *'
-   644 | void atg_fft_rfft_out(tensor *, tensor out, tensor self, int64_t n, int64_t dim, char * norm);
-       |                                                                                  ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__716_atg_fft_rfftn':
- torch_stubs.c:10356:66: warning: passing argument 7 of 'atg_fft_rfftn' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10356 |    atg_fft_rfftn(x10366, x10367, x10368, x10369, x10372, x10373, x10376);
-       |                                                                  ^~~~~~
- torch_api_generated.h:647:110: note: expected 'char *' but argument is of type 'const char *'
-   647 | void atg_fft_rfftn(tensor *, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__717_atg_fft_rfftn_out':
- torch_stubs.c:10385:30: warning: passing argument 8 of 'atg_fft_rfftn_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 10385 |                      x10401, x10404);
-       |                              ^~~~~~
- torch_api_generated.h:648:126: note: expected 'char *' but argument is of type 'const char *'
-   648 | void atg_fft_rfftn_out(tensor *, tensor out, tensor self, int64_t *s_data, int s_len, int64_t *dim_data, int dim_len, char * norm);
-       |                                                                                                                       ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__771_atg_from_file':
- torch_stubs.c:11108:26: warning: passing argument 2 of 'atg_from_file' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 11108 |    atg_from_file(x11011, x11012, x11013, x11016, x11019, x11022);
-       |                          ^~~~~~
- torch_api_generated.h:702:37: note: expected 'char *' but argument is of type 'const char *'
-   702 | void atg_from_file(tensor *, char * filename, int shared, int64_t size, int options_kind, int options_device);
-       |                              ~~~~~~~^~~~~~~~
- torch_stubs.c: In function 'caml__971_atg_linalg_cond_p_str':
- torch_stubs.c:13598:42: warning: passing argument 3 of 'atg_linalg_cond_p_str' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13598 |    atg_linalg_cond_p_str(x13472, x13473, x13474);
-       |                                          ^~~~~~
- torch_api_generated.h:902:58: note: expected 'char *' but argument is of type 'const char *'
-   902 | void atg_linalg_cond_p_str(tensor *, tensor self, char * p);
-       |                                                   ~~~~~~~^
- torch_stubs.c: In function 'caml__972_atg_linalg_cond_p_str_out':
- torch_stubs.c:13608:54: warning: passing argument 4 of 'atg_linalg_cond_p_str_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13608 |    atg_linalg_cond_p_str_out(x13480, x13481, x13482, x13483);
-       |                                                      ^~~~~~
- torch_api_generated.h:903:74: note: expected 'char *' but argument is of type 'const char *'
-   903 | void atg_linalg_cond_p_str_out(tensor *, tensor out, tensor self, char * p);
-       |                                                                   ~~~~~~~^
- torch_stubs.c: In function 'caml__977_atg_linalg_eigh':
- torch_stubs.c:13648:36: warning: passing argument 3 of 'atg_linalg_eigh' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13648 |    atg_linalg_eigh(x13514, x13515, x13516);
-       |                                    ^~~~~~
- torch_api_generated.h:908:52: note: expected 'char *' but argument is of type 'const char *'
-   908 | void atg_linalg_eigh(tensor *, tensor self, char * UPLO);
-       |                                             ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__978_atg_linalg_eigh_eigvals':
- torch_stubs.c:13660:60: warning: passing argument 5 of 'atg_linalg_eigh_eigvals' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13660 |    atg_linalg_eigh_eigvals(x13523, x13524, x13525, x13526, x13527);
-       |                                                            ^~~~~~
- torch_api_generated.h:909:92: note: expected 'char *' but argument is of type 'const char *'
-   909 | void atg_linalg_eigh_eigvals(tensor *, tensor eigvals, tensor eigvecs, tensor self, char * UPLO);
-       |                                                                                     ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__981_atg_linalg_eigvalsh':
- torch_stubs.c:13684:40: warning: passing argument 3 of 'atg_linalg_eigvalsh' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13684 |    atg_linalg_eigvalsh(x13544, x13545, x13546);
-       |                                        ^~~~~~
- torch_api_generated.h:912:56: note: expected 'char *' but argument is of type 'const char *'
-   912 | void atg_linalg_eigvalsh(tensor *, tensor self, char * UPLO);
-       |                                                 ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__982_atg_linalg_eigvalsh_out':
- torch_stubs.c:13694:52: warning: passing argument 4 of 'atg_linalg_eigvalsh_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13694 |    atg_linalg_eigvalsh_out(x13552, x13553, x13554, x13555);
-       |                                                    ^~~~~~
- torch_api_generated.h:913:72: note: expected 'char *' but argument is of type 'const char *'
-   913 | void atg_linalg_eigvalsh_out(tensor *, tensor out, tensor self, char * UPLO);
-       |                                                                 ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__989_atg_linalg_lstsq':
- torch_stubs.c:13761:53: warning: passing argument 5 of 'atg_linalg_lstsq' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13761 |    atg_linalg_lstsq(x13612, x13613, x13614, x13615, x13618);
-       |                                                     ^~~~~~
- torch_api_generated.h:920:77: note: expected 'char *' but argument is of type 'const char *'
-   920 | void atg_linalg_lstsq(tensor *, tensor self, tensor b, double rcond, char * driver);
-       |                                                                      ~~~~~~~^~~~~~
- torch_stubs.c: In function 'caml__990_atg_linalg_lstsq_out':
- torch_stubs.c:13780:41: warning: passing argument 9 of 'atg_linalg_lstsq_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13780 |                         x13635, x13636, x13639);
-       |                                         ^~~~~~
- torch_api_generated.h:921:153: note: expected 'char *' but argument is of type 'const char *'
-   921 | void atg_linalg_lstsq_out(tensor *, tensor solution, tensor residuals, tensor rank, tensor singular_values, tensor self, tensor b, double rcond, char * driver);
-       |                                                                                                                                                  ~~~~~~~^~~~~~
- torch_stubs.c: In function 'caml__993_atg_linalg_matrix_norm_str_ord':
- torch_stubs.c:13870:51: warning: passing argument 3 of 'atg_linalg_matrix_norm_str_ord' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13870 |    atg_linalg_matrix_norm_str_ord(x13716, x13717, x13718, x13719, x13720,
-       |                                                   ^~~~~~
- torch_api_generated.h:924:67: note: expected 'char *' but argument is of type 'const char *'
-   924 | void atg_linalg_matrix_norm_str_ord(tensor *, tensor self, char * ord, int64_t *dim_data, int dim_len, int keepdim, int dtype);
-       |                                                            ~~~~~~~^~~
- torch_stubs.c: In function 'caml__994_atg_linalg_matrix_norm_str_ord_out':
- torch_stubs.c:13905:63: warning: passing argument 4 of 'atg_linalg_matrix_norm_str_ord_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13905 |    atg_linalg_matrix_norm_str_ord_out(x13745, x13746, x13747, x13748,
-       |                                                               ^~~~~~
- torch_api_generated.h:925:83: note: expected 'char *' but argument is of type 'const char *'
-   925 | void atg_linalg_matrix_norm_str_ord_out(tensor *, tensor out, tensor self, char * ord, int64_t *dim_data, int dim_len, int keepdim, int dtype);
-       |                                                                            ~~~~~~~^~~
- torch_stubs.c: In function 'caml__1007_atg_linalg_qr':
- torch_stubs.c:14061:34: warning: passing argument 3 of 'atg_linalg_qr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 14061 |    atg_linalg_qr(x13915, x13916, x13917);
-       |                                  ^~~~~~
- torch_api_generated.h:938:50: note: expected 'char *' but argument is of type 'const char *'
-   938 | void atg_linalg_qr(tensor *, tensor self, char * mode);
-       |                                           ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__1008_atg_linalg_qr_out':
- torch_stubs.c:14072:54: warning: passing argument 5 of 'atg_linalg_qr_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 14072 |    atg_linalg_qr_out(x13924, x13925, x13926, x13927, x13928);
-       |                                                      ^~~~~~
- torch_api_generated.h:939:74: note: expected 'char *' but argument is of type 'const char *'
-   939 | void atg_linalg_qr_out(tensor *, tensor Q, tensor R, tensor self, char * mode);
-       |                                                                   ~~~~~~~^~~~
- torch_stubs.c: In function 'caml__1218_atg_nanquantile_new':
- torch_stubs.c:18001:64: warning: passing argument 6 of 'atg_nanquantile_new' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 18001 |    atg_nanquantile_new(x17699, x17700, x17701, x17702, x17705, x17708);
-       |                                                                ^~~~~~
- torch_api_generated.h:1149:92: note: expected 'char *' but argument is of type 'const char *'
-  1149 | void atg_nanquantile_new(tensor *, tensor self, tensor q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                     ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1219_atg_nanquantile_new_out':
- torch_stubs.c:18029:28: warning: passing argument 7 of 'atg_nanquantile_new_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 18029 |                            x17733);
-       |                            ^~~~~~
- torch_api_generated.h:1150:108: note: expected 'char *' but argument is of type 'const char *'
-  1150 | void atg_nanquantile_new_out(tensor *, tensor out, tensor self, tensor q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                                     ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1220_atg_nanquantile_new_scalar':
- torch_stubs.c:18055:71: warning: passing argument 6 of 'atg_nanquantile_new_scalar' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 18055 |    atg_nanquantile_new_scalar(x17748, x17749, x17750, x17753, x17756, x17759);
-       |                                                                       ^~~~~~
- torch_api_generated.h:1151:99: note: expected 'char *' but argument is of type 'const char *'
-  1151 | void atg_nanquantile_new_scalar(tensor *, tensor self, double q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                            ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1221_atg_nanquantile_new_scalar_out':
- torch_stubs.c:18083:43: warning: passing argument 7 of 'atg_nanquantile_new_scalar_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 18083 |                                   x17783, x17786);
-       |                                           ^~~~~~
- torch_api_generated.h:1152:115: note: expected 'char *' but argument is of type 'const char *'
-  1152 | void atg_nanquantile_new_scalar_out(tensor *, tensor out, tensor self, double q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                                            ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1338_atg_quantile_new':
- torch_stubs.c:19798:61: warning: passing argument 6 of 'atg_quantile_new' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 19798 |    atg_quantile_new(x19467, x19468, x19469, x19470, x19473, x19476);
-       |                                                             ^~~~~~
- torch_api_generated.h:1269:89: note: expected 'char *' but argument is of type 'const char *'
-  1269 | void atg_quantile_new(tensor *, tensor self, tensor q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                  ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1339_atg_quantile_new_out':
- torch_stubs.c:19826:25: warning: passing argument 7 of 'atg_quantile_new_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 19826 |                         x19501);
-       |                         ^~~~~~
- torch_api_generated.h:1270:105: note: expected 'char *' but argument is of type 'const char *'
-  1270 | void atg_quantile_new_out(tensor *, tensor out, tensor self, tensor q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                                  ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1340_atg_quantile_new_scalar':
- torch_stubs.c:19852:68: warning: passing argument 6 of 'atg_quantile_new_scalar' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 19852 |    atg_quantile_new_scalar(x19516, x19517, x19518, x19521, x19524, x19527);
-       |                                                                    ^~~~~~
- torch_api_generated.h:1271:96: note: expected 'char *' but argument is of type 'const char *'
-  1271 | void atg_quantile_new_scalar(tensor *, tensor self, double q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                         ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1341_atg_quantile_new_scalar_out':
- torch_stubs.c:19880:40: warning: passing argument 7 of 'atg_quantile_new_scalar_out' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 19880 |                                x19551, x19554);
-       |                                        ^~~~~~
- torch_api_generated.h:1272:112: note: expected 'char *' but argument is of type 'const char *'
-  1272 | void atg_quantile_new_scalar_out(tensor *, tensor out, tensor self, double q, int64_t dim, int keepdim, char * interpolation);
-       |                                                                                                         ~~~~~~~^~~~~~~~~~~~~
- torch_stubs.c: In function 'caml__1455_atg_scatter_reduce_':
- torch_stubs.c:21631:64: warning: passing argument 6 of 'atg_scatter_reduce_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 21631 |    atg_scatter_reduce_(x21301, x21302, x21303, x21306, x21307, x21308);
-       |                                                                ^~~~~~
- torch_api_generated.h:1386:95: note: expected 'char *' but argument is of type 'const char *'
-  1386 | void atg_scatter_reduce_(tensor *, tensor self, int64_t dim, tensor index, tensor src, char * reduce);
-       |                                                                                        ~~~~~~~^~~~~~
- torch_stubs.c: In function 'caml__1458_atg_scatter_value_reduce_':
- torch_stubs.c:21678:70: warning: passing argument 6 of 'atg_scatter_value_reduce_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 21678 |    atg_scatter_value_reduce_(x21348, x21349, x21350, x21353, x21354, x21355);
-       |                                                                      ^~~~~~
- torch_api_generated.h:1389:103: note: expected 'char *' but argument is of type 'const char *'
-  1389 | void atg_scatter_value_reduce_(tensor *, tensor self, int64_t dim, tensor index, scalar value, char * reduce);
-       |                                                                                                ~~~~~~~^~~~~~
- torch_stubs.c: In function 'caml__1462_atg_segment_reduce':
- torch_stubs.c:21754:39: warning: passing argument 3 of 'atg_segment_reduce' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 21754 |    atg_segment_reduce(x21424, x21425, x21426, x21427, x21428, x21429,
-       |                                       ^~~~~~
- torch_api_generated.h:1393:55: note: expected 'char *' but argument is of type 'const char *'
-  1393 | void atg_segment_reduce(tensor *, tensor data, char * reduce, tensor lengths, tensor indices, int64_t axis, int unsafe, scalar initial);
-       |                                                ~~~~~~~^~~~~~
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlmklib -g -o src/wrapper/torch_core_stubs src/wrapper/torch_stubs.o src/wrapper/torch_api.o -ldopt -lstdc++ -ldopt -Wl,-rpath,/home/opam/.opam/5.1/lib/libtorch/lib -ldopt -L/home/opam/.opam/5.1/lib/libtorch/lib -ldopt -lc10 -ldopt -ltorch_cpu -ldopt -ltorch)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libc10.so: .dynsym local symbol at index 138 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libc10.so: .dynsym local symbol at index 140 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 149 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 227 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 252 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 291 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 574 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 625 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 739 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 742 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 743 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 747 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 748 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 749 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 750 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 779 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 785 (>= sh_info of 2)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/torch/.torch.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/byte/torch__Text_helper.cmo -c -impl src/torch/text_helper.ml)
- File "src/torch/text_helper.ml", line 51, characters 4-22:
- 51 |     Caml.Gc.full_major ()
-          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/torch/.torch.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/byte/torch__Mnist_helper.cmo -c -impl src/torch/mnist_helper.ml)
- File "src/torch/mnist_helper.ml", line 35, characters 17-37:
- 35 |   let filename = Caml.Filename.concat prefix in
-                       ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/torch/.torch.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/byte/torch__Dataset_helper.cmo -c -impl src/torch/dataset_helper.ml)
- File "src/torch/dataset_helper.ml", line 142, characters 4-22:
- 142 |     Caml.Gc.full_major ();
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/dataset_helper.ml", line 187, characters 4-22:
- 187 |     Caml.Gc.full_major ()
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/dataset_helper.ml", line 194, characters 8-26:
- 194 |         Caml.Gc.full_major ();
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/dataset_helper.ml", line 201, characters 8-26:
- 201 |         Caml.Gc.full_major ();
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/torch/.torch.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/byte/torch__Cifar_helper.cmo -c -impl src/torch/cifar_helper.ml)
- File "src/torch/cifar_helper.ml", line 46, characters 26-46:
- 46 |   let read_one filename = Caml.Filename.concat dirname filename |> read_file in
-                                ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/cifar_helper.ml", line 67, characters 21-41:
- 67 |     let cache_file = Caml.Filename.concat dirname "cifar-cache.ot" in
-                           ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/torch/.torch.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/byte/torch__Tensor.cmo -c -impl src/torch/tensor.ml)
- File "src/torch/tensor.ml", line 219, characters 4-32:
- 219 |     Caml.Format.pp_print_newline formatter ();
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 220, characters 4-31:
- 220 |     Caml.Format.pp_print_string formatter (to_string t ~line_size:96);
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 221, characters 4-32:
- 221 |     Caml.Format.pp_print_newline formatter ())
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 226, characters 7-34:
- 226 |     |> Caml.Format.pp_print_string formatter
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 377, characters 10-21:
- 377 |   else if Caml.( <> ) (shape t1) (shape t2)
-                 ^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/torch/.torch.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/byte/torch__Checkpointing.cmo -c -impl src/torch/checkpointing.ml)
- File "src/torch/checkpointing.ml", line 4, characters 16-37:
- 4 |   let dirname = Caml.Filename.dirname checkpoint_base in
-                     ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/checkpointing.ml", line 5, characters 17-39:
- 5 |   let basename = Caml.Filename.basename checkpoint_base in
-                      ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/checkpointing.ml", line 12, characters 44-64:
- 12 |            (try Some (Int.of_string suffix, Caml.Filename.concat dirname filename) with
-                                                  ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/checkpointing.ml", line 6, characters 2-18:
- 6 |   Caml.Sys.readdir dirname
-       ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/vision/.torch_vision.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/torch/.torch.objs/byte -I src/wrapper/.torch_core.objs/byte -intf-suffix .ml -no-alias-deps -open Torch_vision -o src/vision/.torch_vision.objs/byte/torch_vision__Image.cmo -c -impl src/vision/image.ml)
- File "src/vision/image.ml", line 81, characters 10-31:
- 81 |   if not (Caml.Sys.is_directory dir) then Printf.failwithf "not a directory %s" dir ();
-                ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 82, characters 14-30:
- 82 |   let files = Caml.Sys.readdir dir |> Array.to_list in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 87, characters 26-46:
- 87 |         match load_image (Caml.Filename.concat dir filename) ?resize with
-                                ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 159, characters 12-33:
- 159 |     if not (Caml.Sys.is_directory dir) then Printf.failwithf "not a directory %s" dir ();
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 164, characters 28-48:
- 164 |              let next_dir = Caml.Filename.concat dir file in
-                                   ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 165, characters 16-37:
- 165 |              if Caml.Sys.is_directory next_dir
-                       ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 162, characters 6-22:
- 162 |       Caml.Sys.readdir dir
-             ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 184, characters 41-61:
- 184 |             load_image ?resize:t.resize (Caml.Filename.concat dir file) |> Or_error.ok_exn)
-                                                ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 194, characters 37-57:
- 194 |         load_image ?resize:t.resize (Caml.Filename.concat dir file) |> Or_error.ok_exn)
-                                            ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/torch/.torch.objs/byte -I src/torch/.torch.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -I src/wrapper/.torch_core.objs/native -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/native/torch__Tensor.cmx -c -impl src/torch/tensor.ml)
- File "src/torch/tensor.ml", line 219, characters 4-32:
- 219 |     Caml.Format.pp_print_newline formatter ();
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 220, characters 4-31:
- 220 |     Caml.Format.pp_print_string formatter (to_string t ~line_size:96);
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 221, characters 4-32:
- 221 |     Caml.Format.pp_print_newline formatter ())
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 226, characters 7-34:
- 226 |     |> Caml.Format.pp_print_string formatter
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/tensor.ml", line 377, characters 10-21:
- 377 |   else if Caml.( <> ) (shape t1) (shape t2)
-                 ^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/torch/.torch.objs/byte -I src/torch/.torch.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -I src/wrapper/.torch_core.objs/native -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/native/torch__Text_helper.cmx -c -impl src/torch/text_helper.ml)
- File "src/torch/text_helper.ml", line 51, characters 4-22:
- 51 |     Caml.Gc.full_major ()
-          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/torch/.torch.objs/byte -I src/torch/.torch.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -I src/wrapper/.torch_core.objs/native -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/native/torch__Dataset_helper.cmx -c -impl src/torch/dataset_helper.ml)
- File "src/torch/dataset_helper.ml", line 142, characters 4-22:
- 142 |     Caml.Gc.full_major ();
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/dataset_helper.ml", line 187, characters 4-22:
- 187 |     Caml.Gc.full_major ()
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/dataset_helper.ml", line 194, characters 8-26:
- 194 |         Caml.Gc.full_major ();
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/dataset_helper.ml", line 201, characters 8-26:
- 201 |         Caml.Gc.full_major ();
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -shared -linkall -I src/wrapper -o src/wrapper/torch_core.cmxs src/wrapper/torch_core.cmxa)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libc10.so: .dynsym local symbol at index 138 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libc10.so: .dynsym local symbol at index 140 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 149 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 227 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 252 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 291 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 574 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 625 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 739 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 742 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 743 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 747 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 748 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 749 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 750 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 779 (>= sh_info of 2)
- /usr/bin/ld: /home/opam/.opam/5.1/lib/libtorch/lib/libtorch_cpu.so: .dynsym local symbol at index 785 (>= sh_info of 2)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/torch/.torch.objs/byte -I src/torch/.torch.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -I src/wrapper/.torch_core.objs/native -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/native/torch__Mnist_helper.cmx -c -impl src/torch/mnist_helper.ml)
- File "src/torch/mnist_helper.ml", line 35, characters 17-37:
- 35 |   let filename = Caml.Filename.concat prefix in
-                       ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/torch/.torch.objs/byte -I src/torch/.torch.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -I src/wrapper/.torch_core.objs/native -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/native/torch__Cifar_helper.cmx -c -impl src/torch/cifar_helper.ml)
- File "src/torch/cifar_helper.ml", line 46, characters 26-46:
- 46 |   let read_one filename = Caml.Filename.concat dirname filename |> read_file in
-                                ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/cifar_helper.ml", line 67, characters 21-41:
- 67 |     let cache_file = Caml.Filename.concat dirname "cifar-cache.ot" in
-                           ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/torch/.torch.objs/byte -I src/torch/.torch.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/wrapper/.torch_core.objs/byte -I src/wrapper/.torch_core.objs/native -intf-suffix .ml -no-alias-deps -open Torch__ -o src/torch/.torch.objs/native/torch__Checkpointing.cmx -c -impl src/torch/checkpointing.ml)
- File "src/torch/checkpointing.ml", line 4, characters 16-37:
- 4 |   let dirname = Caml.Filename.dirname checkpoint_base in
-                     ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/checkpointing.ml", line 5, characters 17-39:
- 5 |   let basename = Caml.Filename.basename checkpoint_base in
-                      ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/checkpointing.ml", line 12, characters 44-64:
- 12 |            (try Some (Int.of_string suffix, Caml.Filename.concat dirname filename) with
-                                                  ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/torch/checkpointing.ml", line 6, characters 2-18:
- 6 |   Caml.Sys.readdir dirname
-       ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/vision/.torch_vision.objs/byte -I src/vision/.torch_vision.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes-foreign -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I /home/opam/.opam/5.1/lib/stdlib-shims -I src/torch/.torch.objs/byte -I src/torch/.torch.objs/native -I src/wrapper/.torch_core.objs/byte -I src/wrapper/.torch_core.objs/native -intf-suffix .ml -no-alias-deps -open Torch_vision -o src/vision/.torch_vision.objs/native/torch_vision__Image.cmx -c -impl src/vision/image.ml)
- File "src/vision/image.ml", line 81, characters 10-31:
- 81 |   if not (Caml.Sys.is_directory dir) then Printf.failwithf "not a directory %s" dir ();
-                ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 82, characters 14-30:
- 82 |   let files = Caml.Sys.readdir dir |> Array.to_list in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 87, characters 26-46:
- 87 |         match load_image (Caml.Filename.concat dir filename) ?resize with
-                                ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 159, characters 12-33:
- 159 |     if not (Caml.Sys.is_directory dir) then Printf.failwithf "not a directory %s" dir ();
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 164, characters 28-48:
- 164 |              let next_dir = Caml.Filename.concat dir file in
-                                   ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 165, characters 16-37:
- 165 |              if Caml.Sys.is_directory next_dir
-                       ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 162, characters 6-22:
- 162 |       Caml.Sys.readdir dir
-             ^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 184, characters 41-61:
- 184 |             load_image ?resize:t.resize (Caml.Filename.concat dir file) |> Or_error.ok_exn)
-                                                ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- 
- File "src/vision/image.ml", line 194, characters 37-57:
- 194 |         load_image ?resize:t.resize (Caml.Filename.concat dir file) |> Or_error.ok_exn)
-                                            ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-> compiled  torch.0.13
-> installed torch.0.13
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 14:06.49 ---> saved as "2433b8d1411b31fc4a278af05ad0870f0ea7f13e161244c92aebea4b8d137d93"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u torch:a73c299f7dd49fdb15a7b65aa8b54d1c,libtorch:d41d8cd98f00b204e9800998ecf8427e"))
2024-09-12 14:06.53 ---> saved as "8935f51f5cef4a76816343e92217da3d15b07db69ef5a26974ce9cd499bde7fb"

/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.732797') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtorch/1.9.0+linux-x86_64,libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e,libtorch.1.9.0+linux-x86_64 prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13,torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c,torch.0.13; 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/d41d8cd98f00b204e9800998ecf8427e/libtorch/1.9.0+linux-x86_64,libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e,libtorch.1.9.0+linux-x86_64 prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13,torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c,torch.0.13; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtorch/1.9.0+linux-x86_64,libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e,libtorch.1.9.0+linux-x86_64 prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13,torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c,torch.0.13; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.732797
prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtorch/1.9.0+linux-x86_64/opam
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/doc/
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/doc/torch/
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/doc/torch/LICENSE
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/doc/torch/README.md
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch.ocamlobjinfo
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/META
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core.ocamlobjinfo
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Device.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Device.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Device.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Kind.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Kind.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Kind.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Reduction.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Reduction.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Reduction.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Torch_bindings.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Torch_bindings.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Torch_bindings_generated.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Torch_bindings_generated.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Torch_generated.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Torch_generated.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Wrapper.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Wrapper.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Wrapper.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Wrapper_generated.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Wrapper_generated.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Wrapper_generated_intf.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/core/torch_core__Wrapper_generated_intf.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/dune-package
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/toplevel/
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/toplevel/torch_toplevel.ocamlobjinfo
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/toplevel/torch_toplevel.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/toplevel/torch_toplevel.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/toplevel/torch_toplevel.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Checkpointing.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Checkpointing.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Checkpointing.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Cifar_helper.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Cifar_helper.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Cifar_helper.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Cuda.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Cuda.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Cuda.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Dataset_helper.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Dataset_helper.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Dataset_helper.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Device.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Device.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Device.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Ivalue.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Ivalue.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Ivalue.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Layer.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Layer.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Layer.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Mnist_helper.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Mnist_helper.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Mnist_helper.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Module.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Module.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Module.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Optimizer.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Optimizer.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Optimizer.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Rnn_intf.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Rnn_intf.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Scalar.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Scalar.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Scalar.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Serialize.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Serialize.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Serialize.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Tensor.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Tensor.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Tensor.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Text_helper.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Text_helper.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Text_helper.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Var_store.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Var_store.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/torch__Var_store.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision.ocamlobjinfo
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Alexnet.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Alexnet.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Alexnet.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Densenet.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Densenet.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Densenet.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Efficientnet.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Efficientnet.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Efficientnet.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Image.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Image.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Image.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Imagenet.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Imagenet.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Imagenet.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Inception.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Inception.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Inception.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Mobilenet.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Mobilenet.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Mobilenet.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Resnet.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Resnet.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Resnet.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Squeezenet.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Squeezenet.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Squeezenet.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Stb_image.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Stb_image.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Stb_image.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Stb_image_write.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Stb_image_write.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Stb_image_write.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Vgg.cmi
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Vgg.cmt
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/lib/torch/vision/torch_vision__Vgg.cmti
prep/universes/a73c299f7dd49fdb15a7b65aa8b54d1c/torch/0.13/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e:6f403b73c52839552ff02cc09230bc70f38dc29985a6d13b04f5d43d5f650bb6
HASHES:torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c:4d5c379d6f89c4e221643b483a57af83b10d5dcc7435b7fae4414ae9e574cb2e
2024-09-12 14:06.55 ---> saved as "57687a3a38f20a8d49c6a8cbf30c7e48089e7edac107f15aa972f3529d7763c8"
Job succeeded
2024-09-12 14:14.38: torch.0.13-a73c299f7dd49fdb15a7b65aa8b54d1c -> 4d5c379d6f89c4e221643b483a57af83b10d5dcc7435b7fae4414ae9e574cb2e
2024-09-12 14:14.38: libtorch.1.9.0+linux-x86_64-d41d8cd98f00b204e9800998ecf8427e -> 6f403b73c52839552ff02cc09230bc70f38dc29985a6d13b04f5d43d5f650bb6
2024-09-12 14:14.38: Job succeeded