NVlabs / BundleSDF

[CVPR 2023] BundleSDF: Neural 6-DoF Tracking and 3D Reconstruction of Unknown Objects
https://bundlesdf.github.io/
Other
992 stars 109 forks source link

Unable to build docker #156

Closed shivanshpatel35 closed 3 months ago

shivanshpatel35 commented 3 months ago

Hi, I am not able to build the docker with the README instructions. Here is the output of docker build --network host -t nvcr.io/nvidian/bundlesdf .

...
 => CACHED [ 1/18] FROM docker.io/nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04@sha256:bf709b30743d7db557f22a6e10414660f4a4e3cd6ab91b2f9534556c728e5cf7                               0.0sa => [ 2/18] RUN ln -snf /usr/share/zoneinfo/US/Pacific /etc/localtime && echo US/Pacific > /etc/timezone                                                                            0.1s  => [ 3/18] RUN apt-get update --fix-missing &&     apt-get install -y libgtk2.0-dev &&     apt-get install -y wget bzip2 ca-certificates curl git vim tmux g++ gcc build-essent  167.9s
 => [ 4/18] RUN cd / && wget https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz &&    tar xvzf ./eigen-3.4.0.tar.gz &&    cd eigen-3.4.0 &&    mkdir build &&     9.4s  => [ 5/18] RUN cd / &&    git clone https://github.com/opencv/opencv &&    cd opencv &&    git checkout 3.4.15 &&    cd / && git clone https://github.com/opencv/opencv_contrib.  30.6s  => [ 6/18] RUN cd /opencv/build &&    cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_CUDA_STUBS=OFF -DBUILD_DOCS=OFF -DWITH_MATLAB=OFF -Dopencv_dnn_BUILD_TORCH_IMPORTE=OFF -DCUD  4340.6s
 => [ 7/18] RUN cd / &&    git clone https://github.com/PointCloudLibrary/pcl                                                                                                      11.7s  => [ 8/18] RUN cd /pcl &&    git checkout pcl-1.10.0 &&    mkdir build &&    cd build &&    cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_apps=OFF -DBUILD_GPU=OFF  -DBUILD_CUDA=  764.6s  => [ 9/18] RUN apt install -y libzmq3-dev freeglut3-dev                                                                                                                            9.5s 
 => [10/18] RUN cd / && git clone https://github.com/pybind/pybind11 &&    cd pybind11 && git checkout v2.10.0 &&    mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Releas  2.1s  => [11/18] RUN cd / && git clone https://github.com/jbeder/yaml-cpp &&    cd yaml-cpp && git checkout yaml-cpp-0.7.0 &&    mkdir build && cd build && cmake .. -DBUILD_TESTING=OF  7.0s  => [12/18] RUN cd / && wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /miniconda.sh &&     /bin/bash /miniconda.sh -b -p /opt/conda &&     44.9s 
 => ERROR [13/18] RUN conda init bash &&    echo "conda activate py38" >> ~/.bashrc &&    conda activate py38 &&    pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 tor  90.0s 
------                                                                                                                                                                                   
 > [13/18] RUN conda init bash &&    echo "conda activate py38" >> ~/.bashrc &&    conda activate py38 &&    pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113 &&    pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable" &&    pip install trimesh opencv-python wandb matplotlib imageio tqdm open3d ruamel.yaml sacred kornia pymongo pyrender jupyterlab ninja &&    conda install -y -c anaconda scipy:                                                     
0.389 no change     /opt/conda/condabin/conda                                                                                                                                            
0.389 no change     /opt/conda/bin/conda                                                                                                                                                 
0.389 no change     /opt/conda/bin/conda-env
0.389 no change     /opt/conda/bin/activate
0.389 no change     /opt/conda/bin/deactivate
0.389 no change     /opt/conda/etc/profile.d/conda.sh
0.389 no change     /opt/conda/etc/fish/conf.d/conda.fish
0.389 no change     /opt/conda/shell/condabin/Conda.psm1
0.389 no change     /opt/conda/shell/condabin/conda-hook.ps1
0.389 no change     /opt/conda/lib/python3.12/site-packages/xontrib/conda.xsh
0.389 no change     /opt/conda/etc/profile.d/conda.csh
0.389 modified      /root/.bashrc
0.389 
0.389 ==> For changes to take effect, close and re-open your current shell. <==
0.389 
0.871 Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
1.223 Collecting torch==1.11.0+cu113
1.245   Downloading https://download.pytorch.org/whl/cu113/torch-1.11.0%2Bcu113-cp38-cp38-linux_x86_64.whl (1637.0 MB)
29.39      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 GB 882.2 kB/s eta 0:00:00
30.98 Collecting torchvision==0.12.0+cu113
30.99   Downloading https://download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp38-cp38-linux_x86_64.whl (22.3 MB)
31.45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.3/22.3 MB 32.4 MB/s eta 0:00:00
31.68 Collecting torchaudio==0.11.0
31.76   Downloading https://download.pytorch.org/whl/cu113/torchaudio-0.11.0%2Bcu113-cp38-cp38-linux_x86_64.whl (2.9 MB)
31.82      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 54.2 MB/s eta 0:00:00
32.10 Collecting typing-extensions (from torch==1.11.0+cu113)
32.17   Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB)
32.73 Collecting numpy (from torchvision==0.12.0+cu113)
32.74   Downloading numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB)
32.98 Collecting requests (from torchvision==0.12.0+cu113)
32.99   Downloading requests-2.32.2-py3-none-any.whl.metadata (4.6 kB)
33.49 Collecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.12.0+cu113)
33.50   Downloading pillow-10.3.0-cp38-cp38-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
33.81 Collecting charset-normalizer<4,>=2 (from requests->torchvision==0.12.0+cu113)
33.82   Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
34.07 Collecting idna<4,>=2.5 (from requests->torchvision==0.12.0+cu113)
34.08   Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB)
34.24 Collecting urllib3<3,>=1.21.1 (from requests->torchvision==0.12.0+cu113)
34.25   Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
34.40 Collecting certifi>=2017.4.17 (from requests->torchvision==0.12.0+cu113)
34.40   Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
34.45 Downloading pillow-10.3.0-cp38-cp38-manylinux_2_28_x86_64.whl (4.5 MB)
34.56    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 42.5 MB/s eta 0:00:00
34.57 Downloading numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
34.90    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 38.3 MB/s eta 0:00:00
34.91 Downloading requests-2.32.2-py3-none-any.whl (63 kB)
34.93    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 kB 3.0 MB/s eta 0:00:00
34.94 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB)
34.97 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
35.11    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 1.2 MB/s eta 0:00:00
35.12 Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
35.13    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.1/141.1 kB 15.2 MB/s eta 0:00:00
35.14 Downloading idna-3.7-py3-none-any.whl (66 kB)
35.15    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 6.4 MB/s eta 0:00:00
35.16 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
35.17    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 10.1 MB/s eta 0:00:00
35.39 Installing collected packages: urllib3, typing-extensions, pillow, numpy, idna, charset-normalizer, certifi, torch, requests, torchvision, torchaudio
61.17 Successfully installed certifi-2024.2.2 charset-normalizer-3.3.2 idna-3.7 numpy-1.24.4 pillow-10.3.0 requests-2.32.2 torch-1.11.0+cu113 torchaudio-0.11.0+cu113 torchvision-0.12.0+cu113 typing-extensions-4.12.0 urllib3-2.2.1
61.17 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
62.18 Collecting git+https://github.com/facebookresearch/pytorch3d.git@stable
62.19   Cloning https://github.com/facebookresearch/pytorch3d.git (to revision stable) to /tmp/pip-req-build-mhbl4p5o
62.19   Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/pytorch3d.git /tmp/pip-req-build-mhbl4p5o
64.42   Running command git checkout -q f34104cf6ebefacd7b7e07955ee7aaa823e616ac
65.05   Resolved https://github.com/facebookresearch/pytorch3d.git to commit f34104cf6ebefacd7b7e07955ee7aaa823e616ac
65.06   Preparing metadata (setup.py): started
66.12   Preparing metadata (setup.py): finished with status 'error'
66.13   error: subprocess-exited-with-error
66.13   
66.13   × python setup.py egg_info did not run successfully.
66.13   │ exit code: 1
66.13   ╰─> [8 lines of output]
66.13       Traceback (most recent call last):
66.13         File "<string>", line 2, in <module>
66.13         File "<pip-setuptools-caller>", line 34, in <module>
66.13         File "/tmp/pip-req-build-mhbl4p5o/setup.py", line 17, in <module>
66.13           from torch.utils.cpp_extension import CppExtension, CUDA_HOME, CUDAExtension
66.13         File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 23, in <module>
66.13           from pkg_resources import packaging  # type: ignore[attr-defined]
66.13       ImportError: cannot import name 'packaging' from 'pkg_resources' (/opt/conda/envs/py38/lib/python3.8/site-packages/pkg_resources/__init__.py)
66.13       [end of output]
66.13   
66.13   note: This error originates from a subprocess, and is likely not a problem with pip.
66.13 error: metadata-generation-failed
66.13 
66.13 × Encountered error while generating package metadata.
66.13 ╰─> See above for output.
66.13 
66.13 note: This is an issue with the package mentioned above, not pip.
66.13 hint: See above for details.
------
dockerfile:75
--------------------
  74 |     
  75 | >>> RUN conda init bash &&\
  76 | >>>     echo "conda activate py38" >> ~/.bashrc &&\
  77 | >>>     conda activate py38 &&\
  78 | >>>     pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113 &&\
  79 | >>>     pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable" &&\
  80 | >>>     pip install trimesh opencv-python wandb matplotlib imageio tqdm open3d ruamel.yaml sacred kornia pymongo pyrender jupyterlab ninja &&\
  81 | >>>     conda install -y -c anaconda scipy
  82 |     
--------------------
ERROR: failed to solve: process "/bin/bash --login -c conda init bash &&    echo \"conda activate py38\" >> ~/.bashrc &&    conda activate py38 &&    pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113 &&    pip install \"git+https://github.com/facebookresearch/pytorch3d.git@stable\" &&    pip install trimesh opencv-python wandb matplotlib imageio tqdm open3d ruamel.yaml sacred kornia pymongo pyrender jupyterlab ninja &&    conda install -y -c anaconda scipy" did not complete successfully: exit code: 1

It appears that pytorch3d has installation issues. Should I make any changes to make sure pytorch3d installs properly?

ipa-danb commented 3 months ago

I think this is an issue with setuptools being >70

you can set it manually to a version below 70 by adding

pip install setuptools==69.5.1 &&\ in the docker file

It then builds for me

shivanshpatel35 commented 3 months ago

Worked for me as well. Thanks!

Tharun-tharun commented 2 months ago

Hi,

After getting passed the setuptool issue, a new error arises while building the docker, as seen below:

 > [17/19] RUN conda activate py38 && cd /kaolin &&    FORCE_CUDA=1 python setup.py develop:
4.172 setup.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
4.172   from pkg_resources import parse_version
4.172 setup.py:51: UserWarning: Kaolin requires cython == 0.29.20, but couldn't find the module installed. This setup is gonna try to install it...
4.172   warnings.warn(
4.172 setup.py:74: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
4.172 !!
4.172
4.172         ********************************************************************************
4.172         Requirements should be satisfied by a PEP 517 installer.
4.172         If you are using pip, you can try `pip install --use-pep517`.
4.172         ********************************************************************************
4.172
4.172 !!
4.172   dist.Distribution().fetch_build_eggs(missing_modules)
4.172 WARNING - Torch did not find available GPUs on this system.
4.172 If your intention is to cross-compile, this is not an error.
4.172 By default, Kaolin will cross-compile for Pascal (compute capabilities 6.0, 6.1, 6.2),
4.172 Volta (compute capability 7.0), Turing (compute capability 7.5),
4.172 and, if the CUDA version is >= 11.0, Ampere (compute capability 8.0),
4.172 and, if the CUDA version is >= 11.8, Hopper (compute capability 9.0).
4.172 If you wish to cross-compile for a single specific architecture,
4.172 export TORCH_CUDA_ARCH_LIST="compute capability" before running setup.py.
4.172
6.415 No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda'
6.415 TORCH_CUDA_ARCH_LIST: 6.0;6.1;6.2;7.0;7.5;8.0;8.6
6.415 Warning: passing language='c++' to cythonize() is deprecated. Instead, put "# distutils: language=c++" in your .pyx or .pxd file(s)
6.415 Compiling kaolin/cython/ops/mesh/triangle_hash.pyx because it changed.
6.415 Compiling kaolin/cython/ops/conversions/mise.pyx because it changed.
6.415 [1/2] Cythonizing kaolin/cython/ops/conversions/mise.pyx
6.415 [2/2] Cythonizing kaolin/cython/ops/mesh/triangle_hash.pyx
6.454 /kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /kaolin/kaolin/cython/ops/conversions/mise.pyx
6.454   tree = Parsing.p_module(s, pxd, full_module_name)
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:90:33: Not all members given for struct 'Voxel'
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:90:33: Not all members given for struct 'Voxel'
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:284:33: Not all members given for struct 'Voxel'
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:284:33: Not all members given for struct 'Voxel'
6.454 /kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /kaolin/kaolin/cython/ops/mesh/triangle_hash.pyx
6.454   tree = Parsing.p_module(s, pxd, full_module_name)
6.454 INFO - running develop
6.543 /opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
6.543 !!
6.543
6.543         ********************************************************************************
6.543         Please avoid running ``setup.py`` and ``easy_install``.
6.543         Instead, use pypa/build, pypa/installer or other
6.543         standards-based tools.
6.543
6.543         See https://github.com/pypa/setuptools/issues/917 for details.
6.543         ********************************************************************************
6.543
6.543 !!
6.543   easy_install.initialize_options(self)
6.543 /opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
6.543 !!
6.543
6.543         ********************************************************************************
6.543         Please avoid running ``setup.py`` directly.
6.543         Instead, use pypa/build, pypa/installer or other
6.543         standards-based tools.
6.543
6.543         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
6.543         ********************************************************************************
6.543
6.543 !!
6.543   self.initialize_options()
6.543 INFO - running egg_info
6.543 INFO - creating kaolin.egg-info
6.553 INFO - writing kaolin.egg-info/PKG-INFO
6.553 INFO - writing dependency_links to kaolin.egg-info/dependency_links.txt
6.554 INFO - writing requirements to kaolin.egg-info/requires.txt
6.554 INFO - writing top-level names to kaolin.egg-info/top_level.txt
6.555 INFO - writing manifest file 'kaolin.egg-info/SOURCES.txt'
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/arrayscalars.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/ufuncobject.h won't be automatically included in the manifest: the path must be relative
6.633 INFO - reading manifest file 'kaolin.egg-info/SOURCES.txt'
6.633 INFO - reading manifest template 'MANIFEST.in'
6.634 INFO - adding license file 'LICENSE'
6.634 INFO - adding license file 'LICENSE.NSCL'
6.635 INFO - writing manifest file 'kaolin.egg-info/SOURCES.txt'
6.636 INFO - running build_ext
6.668 INFO - building 'kaolin._C' extension
6.668 INFO - creating /kaolin/build
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render/mesh
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render/sg
6.672 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render/spc
6.725 Emitting ninja build file /kaolin/build/temp.linux-x86_64-cpython-38/build.ninja...
6.725 Compiling objects...
6.725 Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
76.37 [1/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
76.37 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.o
76.37 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
76.37 Killed
113.5 [2/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/point_utils_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
113.5 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils_cuda.o
113.5 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/point_utils_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
113.5 Killed
139.9 [3/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/query_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
139.9 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query_cuda.o
139.9 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/query_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
139.9 Killed
170.2 [4/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/sided_distance_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
170.2 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance_cuda.o
170.2 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/sided_distance_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
170.2 Killed
178.0 [5/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/convolution_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
178.0 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution_cuda.o
178.0 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/convolution_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
178.0 Killed
180.5 [6/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/scan_octrees.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/scan_octrees.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
180.5 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/scan_octrees.o
180.5 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/scan_octrees.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/scan_octrees.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
180.5 Killed
185.6 [7/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
185.6 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.o
185.6 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
185.6 Killed
200.8 [8/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
200.8 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc_cuda.o
200.8 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
200.8 Killed
206.0 [9/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/generate_points.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/generate_points.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
206.0 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/generate_points.o
206.0 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/generate_points.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/generate_points.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
206.0 Killed
206.5 [10/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
206.5 [11/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/feature_grids.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/feature_grids.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
206.5 In file included from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8,
206.5                  from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3,
206.5                  from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/core/Allocator.h:6,
206.5                  from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7,
206.5                  from /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:16:
206.5 /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp: In function ‘at::Tensor kaolin::to_dense_forward(at::Tensor, int, at::Tensor, at::Tensor)’:
206.5 /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:67:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint’ {aka ‘unsigned int’} [-Wsign-compare]
206.5    67 |   TORCH_CHECK(num_features == psize);
206.5       |               ~~~~~~~~~~~~~^~~~~~~~
206.5 /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:204:64: note: in definition of macro ‘C10_UNLIKELY’
206.5   204 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast<bool>(expr), 0))
206.5       |                                                                ^~~~
206.5 /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/util/Exception.h:460:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’
206.5   460 |   if (C10_UNLIKELY_OR_CONST(!(cond))) {            \
206.5       |       ^~~~~~~~~~~~~~~~~~~~~
206.5 /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:67:3: note: in expansion of macro ‘TORCH_CHECK’
206.5    67 |   TORCH_CHECK(num_features == psize);
206.5       |   ^~~~~~~~~~~
206.5 In file included from /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:21:
206.5 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h: At global scope:
206.5 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
206.5   358 | static __host__ __device__  float3 triangle_closest_point(
206.5       |                                    ^~~~~~~~~~~~~~~~~~~~~~
206.7 [12/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/query.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
206.7 In file included from /kaolin/kaolin/csrc/ops/spc/query.cpp:19:
206.7 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
206.7   358 | static __host__ __device__  float3 triangle_closest_point(
206.7       |                                    ^~~~~~~~~~~~~~~~~~~~~~
206.9 [13/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.0 [14/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/unbatched_triangle_distance.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/unbatched_triangle_distance.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/unbatched_triangle_distance.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.2 [15/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh/mesh_intersection.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/mesh/mesh_intersection.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh/mesh_intersection.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.3 [16/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/sided_distance.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.4 [17/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/packed_simple_sum.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/packed_simple_sum.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/packed_simple_sum.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.5 [18/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/spc.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.5 In file included from /kaolin/kaolin/csrc/ops/spc/spc.cpp:22:
207.5 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
207.5   358 | static __host__ __device__  float3 triangle_closest_point(
207.5       |                                    ^~~~~~~~~~~~~~~~~~~~~~
207.6 [19/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/convolution.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.6 In file included from /kaolin/kaolin/csrc/ops/spc/convolution.cpp:20:
207.6 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
207.6   358 | static __host__ __device__  float3 triangle_closest_point(
207.6       |                                    ^~~~~~~~~~~~~~~~~~~~~~
207.6 [20/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/point_utils.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.6 In file included from /kaolin/kaolin/csrc/ops/spc/point_utils.cpp:19:
207.6 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
207.6   358 | static __host__ __device__  float3 triangle_closest_point(
207.6       |                                    ^~~~~~~~~~~~~~~~~~~~~~
217.9 [21/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/bindings.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/bindings.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/bindings.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
217.9 In file included from /kaolin/kaolin/csrc/./ops/spc/spc.h:22,
217.9                  from /kaolin/kaolin/csrc/bindings.cpp:29:
217.9 /kaolin/kaolin/csrc/./ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
217.9   358 | static __host__ __device__  float3 triangle_closest_point(
217.9       |                                    ^~~~~~~~~~~~~~~~~~~~~~
240.5 [22/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/feature_grids_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/feature_grids_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
241.1 [23/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/packed_simple_sum_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/packed_simple_sum_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
242.8 [24/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/unbatched_triangle_distance_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/unbatched_triangle_distance_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
242.9 [25/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/minkowski_conv.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/minkowski_conv.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
243.5 [26/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/mesh/mesh_intersection_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh/mesh_intersection_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
243.5 ninja: build stopped: subcommand failed.
243.8 Traceback (most recent call last):
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1740, in _run_ninja_build
243.8     subprocess.run(
243.8   File "/opt/conda/envs/py38/lib/python3.8/subprocess.py", line 516, in run
243.8     raise CalledProcessError(retcode, process.args,
243.8 subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
243.8
243.8 The above exception was the direct cause of the following exception:
243.8
243.8 Traceback (most recent call last):
243.8   File "setup.py", line 279, in <module>
243.8     setup(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/__init__.py", line 104, in setup
243.8     return distutils.core.setup(**attrs)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 184, in setup
243.8     return run_commands(dist)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 200, in run_commands
243.8     dist.run_commands()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
243.8     self.run_command(cmd)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
243.8     super().run_command(command)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
243.8     cmd_obj.run()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/develop.py", line 34, in run
243.8     self.install_for_development()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/develop.py", line 111, in install_for_development
243.8     self.run_command('build_ext')
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
243.8     self.distribution.run_command(command)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
243.8     super().run_command(command)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
243.8     cmd_obj.run()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 91, in run
243.8     _build_ext.run(self)
243.8   File "/kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Distutils/old_build_ext.py", line 186, in run
243.8     _build_ext.build_ext.run(self)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 359, in run
243.8     self.build_extensions()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 741, in build_extensions
243.8     build_ext.build_extensions(self)
243.8   File "/kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Distutils/old_build_ext.py", line 195, in build_extensions
243.8     _build_ext.build_ext.build_extensions(self)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 479, in build_extensions
243.8     self._build_extensions_serial()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 505, in _build_extensions_serial
243.8     self.build_extension(ext)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 252, in build_extension
243.8     _build_ext.build_extension(self, ext)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 560, in build_extension
243.8     objects = self.compiler.compile(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 562, in unix_wrap_ninja_compile
243.8     _write_ninja_file_and_compile_objects(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1419, in _write_ninja_file_and_compile_objects
243.8     _run_ninja_build(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1756, in _run_ninja_build
243.8     raise RuntimeError(message) from e
243.8 RuntimeError: Error compiling objects for extension
------
dockerfile:104
--------------------
 103 |
 104 | >>> RUN conda activate py38 && cd /kaolin &&\
 105 | >>>     # sed -i "223i\    extra_compile_args['nvcc'] += ['-gencode=arch=compute_52,code=sm_52', '-gencode=arch=compute_60,code=sm_60', '-gencode=arch=compute_61,code=sm_61', '-gencode=arch=compute_70,code=sm_70', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_80,code=sm_80', '-gencode=arch=compute_80,code=compute_80']" setup.py &&\
 106 | >>>     FORCE_CUDA=1 python setup.py develop
 107 |
--------------------
ERROR: failed to solve: process "/bin/bash --login -c conda activate py38 && cd /kaolin &&    FORCE_CUDA=1 python setup.py develop" did not complete successfully: exit code: 1

View build details: docker-desktop://dashboard/build/default/default/xkhk7lriijdkvpiqkiqhe8pk7

Can someone help me to solve this error. Thanks!

elevenjiang1 commented 1 month ago

pip install setuptools==69

not work for me...

I want to setup FoundationPose in python3.8, without conda, and has this error...

Yeager-101 commented 1 week ago

你好,

解决了setuptool问题后,构建docker时出现新的错误,如下所示:

 > [17/19] RUN conda activate py38 && cd /kaolin &&    FORCE_CUDA=1 python setup.py develop:
4.172 setup.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
4.172   from pkg_resources import parse_version
4.172 setup.py:51: UserWarning: Kaolin requires cython == 0.29.20, but couldn't find the module installed. This setup is gonna try to install it...
4.172   warnings.warn(
4.172 setup.py:74: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
4.172 !!
4.172
4.172         ********************************************************************************
4.172         Requirements should be satisfied by a PEP 517 installer.
4.172         If you are using pip, you can try `pip install --use-pep517`.
4.172         ********************************************************************************
4.172
4.172 !!
4.172   dist.Distribution().fetch_build_eggs(missing_modules)
4.172 WARNING - Torch did not find available GPUs on this system.
4.172 If your intention is to cross-compile, this is not an error.
4.172 By default, Kaolin will cross-compile for Pascal (compute capabilities 6.0, 6.1, 6.2),
4.172 Volta (compute capability 7.0), Turing (compute capability 7.5),
4.172 and, if the CUDA version is >= 11.0, Ampere (compute capability 8.0),
4.172 and, if the CUDA version is >= 11.8, Hopper (compute capability 9.0).
4.172 If you wish to cross-compile for a single specific architecture,
4.172 export TORCH_CUDA_ARCH_LIST="compute capability" before running setup.py.
4.172
6.415 No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda'
6.415 TORCH_CUDA_ARCH_LIST: 6.0;6.1;6.2;7.0;7.5;8.0;8.6
6.415 Warning: passing language='c++' to cythonize() is deprecated. Instead, put "# distutils: language=c++" in your .pyx or .pxd file(s)
6.415 Compiling kaolin/cython/ops/mesh/triangle_hash.pyx because it changed.
6.415 Compiling kaolin/cython/ops/conversions/mise.pyx because it changed.
6.415 [1/2] Cythonizing kaolin/cython/ops/conversions/mise.pyx
6.415 [2/2] Cythonizing kaolin/cython/ops/mesh/triangle_hash.pyx
6.454 /kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /kaolin/kaolin/cython/ops/conversions/mise.pyx
6.454   tree = Parsing.p_module(s, pxd, full_module_name)
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:90:33: Not all members given for struct 'Voxel'
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:90:33: Not all members given for struct 'Voxel'
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:284:33: Not all members given for struct 'Voxel'
6.454 warning: kaolin/cython/ops/conversions/mise.pyx:284:33: Not all members given for struct 'Voxel'
6.454 /kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /kaolin/kaolin/cython/ops/mesh/triangle_hash.pyx
6.454   tree = Parsing.p_module(s, pxd, full_module_name)
6.454 INFO - running develop
6.543 /opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
6.543 !!
6.543
6.543         ********************************************************************************
6.543         Please avoid running ``setup.py`` and ``easy_install``.
6.543         Instead, use pypa/build, pypa/installer or other
6.543         standards-based tools.
6.543
6.543         See https://github.com/pypa/setuptools/issues/917 for details.
6.543         ********************************************************************************
6.543
6.543 !!
6.543   easy_install.initialize_options(self)
6.543 /opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
6.543 !!
6.543
6.543         ********************************************************************************
6.543         Please avoid running ``setup.py`` directly.
6.543         Instead, use pypa/build, pypa/installer or other
6.543         standards-based tools.
6.543
6.543         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
6.543         ********************************************************************************
6.543
6.543 !!
6.543   self.initialize_options()
6.543 INFO - running egg_info
6.543 INFO - creating kaolin.egg-info
6.553 INFO - writing kaolin.egg-info/PKG-INFO
6.553 INFO - writing dependency_links to kaolin.egg-info/dependency_links.txt
6.554 INFO - writing requirements to kaolin.egg-info/requires.txt
6.554 INFO - writing top-level names to kaolin.egg-info/top_level.txt
6.555 INFO - writing manifest file 'kaolin.egg-info/SOURCES.txt'
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/arrayscalars.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h won't be automatically included in the manifest: the path must be relative
6.618 INFO - dependency /opt/conda/envs/py38/lib/python3.8/site-packages/numpy/core/include/numpy/ufuncobject.h won't be automatically included in the manifest: the path must be relative
6.633 INFO - reading manifest file 'kaolin.egg-info/SOURCES.txt'
6.633 INFO - reading manifest template 'MANIFEST.in'
6.634 INFO - adding license file 'LICENSE'
6.634 INFO - adding license file 'LICENSE.NSCL'
6.635 INFO - writing manifest file 'kaolin.egg-info/SOURCES.txt'
6.636 INFO - running build_ext
6.668 INFO - building 'kaolin._C' extension
6.668 INFO - creating /kaolin/build
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics
6.669 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube
6.670 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render/mesh
6.671 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render/sg
6.672 INFO - creating /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/render/spc
6.725 Emitting ninja build file /kaolin/build/temp.linux-x86_64-cpython-38/build.ninja...
6.725 Compiling objects...
6.725 Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
76.37 [1/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
76.37 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.o
76.37 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
76.37 Killed
113.5 [2/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/point_utils_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
113.5 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils_cuda.o
113.5 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/point_utils_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
113.5 Killed
139.9 [3/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/query_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
139.9 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query_cuda.o
139.9 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/query_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
139.9 Killed
170.2 [4/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/sided_distance_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
170.2 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance_cuda.o
170.2 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/sided_distance_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
170.2 Killed
178.0 [5/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/convolution_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
178.0 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution_cuda.o
178.0 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/convolution_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
178.0 Killed
180.5 [6/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/scan_octrees.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/scan_octrees.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
180.5 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/scan_octrees.o
180.5 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/scan_octrees.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/scan_octrees.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
180.5 Killed
185.6 [7/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
185.6 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.o
185.6 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
185.6 Killed
200.8 [8/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
200.8 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc_cuda.o
200.8 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/spc_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
200.8 Killed
206.0 [9/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/generate_points.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/generate_points.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
206.0 FAILED: /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/generate_points.o
206.0 /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/generate_points.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/generate_points.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
206.0 Killed
206.5 [10/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
206.5 [11/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/feature_grids.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/feature_grids.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
206.5 In file included from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8,
206.5                  from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3,
206.5                  from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/core/Allocator.h:6,
206.5                  from /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7,
206.5                  from /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:16:
206.5 /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp: In function ‘at::Tensor kaolin::to_dense_forward(at::Tensor, int, at::Tensor, at::Tensor)’:
206.5 /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:67:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint’ {aka ‘unsigned int’} [-Wsign-compare]
206.5    67 |   TORCH_CHECK(num_features == psize);
206.5       |               ~~~~~~~~~~~~~^~~~~~~~
206.5 /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:204:64: note: in definition of macro ‘C10_UNLIKELY’
206.5   204 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast<bool>(expr), 0))
206.5       |                                                                ^~~~
206.5 /opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/c10/util/Exception.h:460:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’
206.5   460 |   if (C10_UNLIKELY_OR_CONST(!(cond))) {            \
206.5       |       ^~~~~~~~~~~~~~~~~~~~~
206.5 /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:67:3: note: in expansion of macro ‘TORCH_CHECK’
206.5    67 |   TORCH_CHECK(num_features == psize);
206.5       |   ^~~~~~~~~~~
206.5 In file included from /kaolin/kaolin/csrc/ops/spc/feature_grids.cpp:21:
206.5 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h: At global scope:
206.5 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
206.5   358 | static __host__ __device__  float3 triangle_closest_point(
206.5       |                                    ^~~~~~~~~~~~~~~~~~~~~~
206.7 [12/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/query.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/query.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
206.7 In file included from /kaolin/kaolin/csrc/ops/spc/query.cpp:19:
206.7 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
206.7   358 | static __host__ __device__  float3 triangle_closest_point(
206.7       |                                    ^~~~~~~~~~~~~~~~~~~~~~
206.9 [13/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.0 [14/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/unbatched_triangle_distance.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/unbatched_triangle_distance.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/unbatched_triangle_distance.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.2 [15/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh/mesh_intersection.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/mesh/mesh_intersection.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh/mesh_intersection.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.3 [16/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/sided_distance.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/sided_distance.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.4 [17/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/packed_simple_sum.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/packed_simple_sum.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/packed_simple_sum.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.5 [18/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/spc.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/spc.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.5 In file included from /kaolin/kaolin/csrc/ops/spc/spc.cpp:22:
207.5 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
207.5   358 | static __host__ __device__  float3 triangle_closest_point(
207.5       |                                    ^~~~~~~~~~~~~~~~~~~~~~
207.6 [19/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/convolution.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/convolution.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.6 In file included from /kaolin/kaolin/csrc/ops/spc/convolution.cpp:20:
207.6 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
207.6   358 | static __host__ __device__  float3 triangle_closest_point(
207.6       |                                    ^~~~~~~~~~~~~~~~~~~~~~
207.6 [20/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/point_utils.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/point_utils.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
207.6 In file included from /kaolin/kaolin/csrc/ops/spc/point_utils.cpp:19:
207.6 /kaolin/kaolin/csrc/ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
207.6   358 | static __host__ __device__  float3 triangle_closest_point(
207.6       |                                    ^~~~~~~~~~~~~~~~~~~~~~
217.9 [21/38] c++ -MMD -MF /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/bindings.o.d -pthread -B /opt/conda/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -O2 -isystem /opt/conda/envs/py38/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/bindings.cpp -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/bindings.o -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
217.9 In file included from /kaolin/kaolin/csrc/./ops/spc/spc.h:22,
217.9                  from /kaolin/kaolin/csrc/bindings.cpp:29:
217.9 /kaolin/kaolin/csrc/./ops/spc/../../spc_math.h:358:36: warning: ‘float3 triangle_closest_point(const float3&, const float3&, const float3&, const float3&)’ defined but not used [-Wunused-function]
217.9   358 | static __host__ __device__  float3 triangle_closest_point(
217.9       |                                    ^~~~~~~~~~~~~~~~~~~~~~
240.5 [22/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/feature_grids_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/feature_grids_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
241.1 [23/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/packed_simple_sum_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/packed_simple_sum_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
242.8 [24/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/metrics/unbatched_triangle_distance_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/metrics/unbatched_triangle_distance_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
242.9 [25/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/spc/minkowski_conv.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/spc/minkowski_conv.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
243.5 [26/38] /usr/local/cuda/bin/nvcc  -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/envs/py38/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/envs/py38/include/python3.8 -c -c /kaolin/kaolin/csrc/ops/mesh/mesh_intersection_cuda.cu -o /kaolin/build/temp.linux-x86_64-cpython-38/kaolin/csrc/ops/mesh/mesh_intersection_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=sm_86 -std=c++14
243.5 ninja: build stopped: subcommand failed.
243.8 Traceback (most recent call last):
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1740, in _run_ninja_build
243.8     subprocess.run(
243.8   File "/opt/conda/envs/py38/lib/python3.8/subprocess.py", line 516, in run
243.8     raise CalledProcessError(retcode, process.args,
243.8 subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
243.8
243.8 The above exception was the direct cause of the following exception:
243.8
243.8 Traceback (most recent call last):
243.8   File "setup.py", line 279, in <module>
243.8     setup(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/__init__.py", line 104, in setup
243.8     return distutils.core.setup(**attrs)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 184, in setup
243.8     return run_commands(dist)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 200, in run_commands
243.8     dist.run_commands()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
243.8     self.run_command(cmd)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
243.8     super().run_command(command)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
243.8     cmd_obj.run()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/develop.py", line 34, in run
243.8     self.install_for_development()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/develop.py", line 111, in install_for_development
243.8     self.run_command('build_ext')
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
243.8     self.distribution.run_command(command)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
243.8     super().run_command(command)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
243.8     cmd_obj.run()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 91, in run
243.8     _build_ext.run(self)
243.8   File "/kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Distutils/old_build_ext.py", line 186, in run
243.8     _build_ext.build_ext.run(self)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 359, in run
243.8     self.build_extensions()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 741, in build_extensions
243.8     build_ext.build_extensions(self)
243.8   File "/kaolin/.eggs/Cython-0.29.20-py3.8-linux-x86_64.egg/Cython/Distutils/old_build_ext.py", line 195, in build_extensions
243.8     _build_ext.build_ext.build_extensions(self)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 479, in build_extensions
243.8     self._build_extensions_serial()
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 505, in _build_extensions_serial
243.8     self.build_extension(ext)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 252, in build_extension
243.8     _build_ext.build_extension(self, ext)
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 560, in build_extension
243.8     objects = self.compiler.compile(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 562, in unix_wrap_ninja_compile
243.8     _write_ninja_file_and_compile_objects(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1419, in _write_ninja_file_and_compile_objects
243.8     _run_ninja_build(
243.8   File "/opt/conda/envs/py38/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1756, in _run_ninja_build
243.8     raise RuntimeError(message) from e
243.8 RuntimeError: Error compiling objects for extension
------
dockerfile:104
--------------------
 103 |
 104 | >>> RUN conda activate py38 && cd /kaolin &&\
 105 | >>>     # sed -i "223i\    extra_compile_args['nvcc'] += ['-gencode=arch=compute_52,code=sm_52', '-gencode=arch=compute_60,code=sm_60', '-gencode=arch=compute_61,code=sm_61', '-gencode=arch=compute_70,code=sm_70', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_80,code=sm_80', '-gencode=arch=compute_80,code=compute_80']" setup.py &&\
 106 | >>>     FORCE_CUDA=1 python setup.py develop
 107 |
--------------------
ERROR: failed to solve: process "/bin/bash --login -c conda activate py38 && cd /kaolin &&    FORCE_CUDA=1 python setup.py develop" did not complete successfully: exit code: 1

View build details: docker-desktop://dashboard/build/default/default/xkhk7lriijdkvpiqkiqhe8pk7

有人能帮我解决这个错误吗?谢谢!

I have the same problem,how did you solve that?