Skip to content

Instantly share code, notes, and snippets.

@cswiger
Created June 23, 2023 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cswiger/68ff98d9c339bdda246fa65737cb853e to your computer and use it in GitHub Desktop.
Save cswiger/68ff98d9c339bdda246fa65737cb853e to your computer and use it in GitHub Desktop.
(infinigen) chuck@ml22:~/src/infinigen$ bash install.sh
Requirement already satisfied: gin-config>=0.5.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 1)) (0.5.0)
Requirement already satisfied: tqdm in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 2)) (4.65.0)
Requirement already satisfied: opencv-python in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 3)) (4.7.0.72)
Requirement already satisfied: matplotlib in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 4)) (3.7.1)
Requirement already satisfied: scipy in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 5)) (1.10.1)
Requirement already satisfied: fastcore in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 6)) (1.5.29)
Requirement already satisfied: imageio in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 7)) (2.31.1)
Requirement already satisfied: scikit-image==0.19.3 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 8)) (0.19.3)
Requirement already satisfied: termcolor in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 9)) (1.1.0)
Requirement already satisfied: submitit in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 10)) (1.4.5)
Requirement already satisfied: frozendict in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 11)) (2.3.8)
Requirement already satisfied: flow_vis in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 12)) (0.1)
Requirement already satisfied: vnoise in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 13)) (0.1.0)
Requirement already satisfied: trimesh in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 14)) (3.22.1)
Requirement already satisfied: einops in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 15)) (0.6.1)
Requirement already satisfied: mesh_to_sdf in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 16)) (0.0.14)
Requirement already satisfied: geomdl in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 17)) (5.3.1)
Requirement already satisfied: numpy==1.21.5 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 18)) (1.21.5)
Requirement already satisfied: wandb in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 19)) (0.15.4)
Requirement already satisfied: zarr in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 20)) (2.15.0)
Requirement already satisfied: jinja2 in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 21)) (3.1.2)
Requirement already satisfied: shapely in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 22)) (2.0.1)
Requirement already satisfied: rtree in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 23)) (1.0.1)
Requirement already satisfied: pycparser==2.21 in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 24)) (2.21)
Requirement already satisfied: json5==0.9.10 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 25)) (0.9.10)
Requirement already satisfied: google-images-search==1.4.4 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 26)) (1.4.4)
Requirement already satisfied: landlab==2.4.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from -r ./requirements.txt (line 27)) (2.4.1)
Requirement already satisfied: scikit-learn in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 28)) (1.2.2)
Requirement already satisfied: psutil in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 29)) (5.9.5)
Requirement already satisfied: networkx>=2.2 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (3.1)
Requirement already satisfied: pillow!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (9.5.0)
Requirement already satisfied: tifffile>=2019.7.26 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (2023.4.12)
Requirement already satisfied: PyWavelets>=1.1.1 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (1.4.1)
Requirement already satisfied: packaging>=20.0 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (23.1)
Requirement already satisfied: colorama~=0.4 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.4.6)
Requirement already satisfied: pyfiglet~=0.8 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.8.post1)
Requirement already satisfied: click>=7.0<=8.1.* in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (8.1.3)
Requirement already satisfied: six~=1.12 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.16.0)
Requirement already satisfied: requests~=2.21 in /home/chuck/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.31.0)
Requirement already satisfied: python-resize-image~=1.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.1.20)
Requirement already satisfied: google-api-python-client~=2.48.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.48.0)
Requirement already satisfied: bmipy in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0)
Requirement already satisfied: netcdf4 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.4)
Requirement already satisfied: pyyaml in /home/chuck/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (6.0)
Requirement already satisfied: pyshp in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.3.1)
Requirement already satisfied: statsmodels in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.0)
Requirement already satisfied: pandas in /home/chuck/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.2)
Requirement already satisfied: xarray>=0.16 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.5.0)
Requirement already satisfied: richdem in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.3.4)
Requirement already satisfied: bmi-topography in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.8.2)
Requirement already satisfied: contourpy>=1.0.1 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.0.7)
Requirement already satisfied: cycler>=0.10 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (4.40.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (3.1.0)
Requirement already satisfied: python-dateutil>=2.7 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (2.8.2)
Requirement already satisfied: pip in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from fastcore->-r ./requirements.txt (line 6)) (23.1.2)
Requirement already satisfied: cloudpickle>=1.2.1 in /home/chuck/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (2.2.1)
Requirement already satisfied: typing_extensions>=3.7.4.2 in /home/chuck/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (4.6.3)
Requirement already satisfied: setuptools in /home/chuck/.local/lib/python3.10/site-packages (from vnoise->-r ./requirements.txt (line 13)) (68.0.0)
Requirement already satisfied: pyopengl in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (3.1.0)
Requirement already satisfied: pyrender in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.1.45)
Requirement already satisfied: sklearn in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.0.post5)
Requirement already satisfied: GitPython!=3.1.29,>=1.0.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (3.1.31)
Requirement already satisfied: sentry-sdk>=1.0.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.26.0)
Requirement already satisfied: docker-pycreds>=0.4.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.4.0)
Requirement already satisfied: pathtools in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.1.2)
Requirement already satisfied: setproctitle in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.3.2)
Requirement already satisfied: appdirs>=1.4.3 in /home/chuck/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.4.4)
Requirement already satisfied: protobuf!=4.21.0,<5,>=3.19.0 in /home/chuck/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (4.23.2)
Requirement already satisfied: asciitree in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.3.3)
Requirement already satisfied: fasteners in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.18)
Requirement already satisfied: numcodecs>=0.10.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.11.0)
Requirement already satisfied: MarkupSafe>=2.0 in /home/chuck/.local/lib/python3.10/site-packages (from jinja2->-r ./requirements.txt (line 21)) (2.1.3)
Requirement already satisfied: joblib>=1.1.1 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (1.2.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (3.1.0)
Requirement already satisfied: gitdb<5,>=4.0.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (4.0.10)
Requirement already satisfied: httplib2<1dev,>=0.15.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.22.0)
Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /home/chuck/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.19.1)
Requirement already satisfied: google-auth-httplib2>=0.1.0 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.1.0)
Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /home/chuck/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.11.1)
Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.1.1)
Requirement already satisfied: entrypoints in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from numcodecs>=0.10.0->zarr->-r ./requirements.txt (line 20)) (0.4)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/chuck/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2023.5.7)
Requirement already satisfied: pytz>=2020.1 in /home/chuck/.local/lib/python3.10/site-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.3)
Requirement already satisfied: tzdata>=2022.1 in /home/chuck/.local/lib/python3.10/site-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.3)
Requirement already satisfied: rioxarray in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.1)
Requirement already satisfied: black in /home/chuck/.local/lib/python3.10/site-packages (from bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (23.3.0)
Requirement already satisfied: cftime in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from netcdf4->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.2)
Requirement already satisfied: freetype-py in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.4.0)
Requirement already satisfied: pyglet>=1.4.10 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.0.8)
Requirement already satisfied: patsy>=0.5.2 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from statsmodels->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.5.3)
Requirement already satisfied: smmap<6,>=3.0.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (5.0.0)
Requirement already satisfied: googleapis-common-protos<2.0.dev0,>=1.56.2 in /home/chuck/.local/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.59.1)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in /home/chuck/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (5.3.1)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/chuck/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.3.0)
Requirement already satisfied: rsa<5,>=3.1.4 in /home/chuck/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.9)
Requirement already satisfied: mypy-extensions>=0.4.3 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.0.0)
Requirement already satisfied: pathspec>=0.9.0 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.11.1)
Requirement already satisfied: platformdirs>=2 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.7.0)
Requirement already satisfied: tomli>=1.1.0 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.1)
Requirement already satisfied: rasterio>=1.2 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.3.7)
Requirement already satisfied: pyproj>=2.2 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.6.0)
Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /home/chuck/.local/lib/python3.10/site-packages (from pyasn1-modules>=0.2.1->google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.5.0)
Requirement already satisfied: affine in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.4.0)
Requirement already satisfied: attrs in /home/chuck/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (23.1.0)
Requirement already satisfied: cligj>=0.5 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.7.2)
Requirement already satisfied: snuggs>=1.4.1 in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.4.7)
Requirement already satisfied: click-plugins in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.1.1)
Requirement already satisfied: fake-bpy-module-latest in /home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages (20230622)
Looking in links: /tmp/tmph2z9nvjs
Requirement already satisfied: setuptools in /home/chuck/.local/lib/python3.10/site-packages (68.0.0)
Requirement already satisfied: pip in ./blender/3.3/python/lib/python3.10/site-packages (21.2.4)
Requirement already satisfied: gin-config>=0.5.0 in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 1)) (0.5.0)
Requirement already satisfied: tqdm in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 2)) (4.65.0)
Requirement already satisfied: opencv-python in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 3)) (4.7.0.72)
Requirement already satisfied: matplotlib in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 4)) (3.7.1)
Requirement already satisfied: scipy in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 5)) (1.10.1)
Requirement already satisfied: fastcore in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 6)) (1.5.29)
Requirement already satisfied: imageio in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 7)) (2.31.1)
Requirement already satisfied: scikit-image==0.19.3 in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 8)) (0.19.3)
Requirement already satisfied: termcolor in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 9)) (1.1.0)
Requirement already satisfied: submitit in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 10)) (1.4.5)
Requirement already satisfied: frozendict in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 11)) (2.3.8)
Requirement already satisfied: flow_vis in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 12)) (0.1)
Requirement already satisfied: vnoise in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 13)) (0.1.0)
Requirement already satisfied: trimesh in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 14)) (3.22.1)
Requirement already satisfied: einops in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 15)) (0.6.1)
Requirement already satisfied: mesh_to_sdf in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 16)) (0.0.14)
Requirement already satisfied: geomdl in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 17)) (5.3.1)
Requirement already satisfied: numpy==1.21.5 in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 18)) (1.21.5)
Requirement already satisfied: wandb in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 19)) (0.15.4)
Requirement already satisfied: zarr in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 20)) (2.15.0)
Requirement already satisfied: jinja2 in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 21)) (3.1.2)
Requirement already satisfied: shapely in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 22)) (2.0.1)
Requirement already satisfied: rtree in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 23)) (1.0.1)
Requirement already satisfied: pycparser==2.21 in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 24)) (2.21)
Requirement already satisfied: json5==0.9.10 in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 25)) (0.9.10)
Requirement already satisfied: google-images-search==1.4.4 in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 26)) (1.4.4)
Requirement already satisfied: landlab==2.4.1 in ./blender/3.3/python/lib/python3.10/site-packages (from -r ./requirements.txt (line 27)) (2.4.1)
Requirement already satisfied: scikit-learn in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 28)) (1.2.2)
Requirement already satisfied: psutil in /home/chuck/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 29)) (5.9.5)
Requirement already satisfied: networkx>=2.2 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (3.1)
Requirement already satisfied: tifffile>=2019.7.26 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (2023.4.12)
Requirement already satisfied: PyWavelets>=1.1.1 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (1.4.1)
Requirement already satisfied: pillow!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (9.5.0)
Requirement already satisfied: packaging>=20.0 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (23.1)
Requirement already satisfied: google-api-python-client~=2.48.0 in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.48.0)
Requirement already satisfied: six~=1.12 in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.16.0)
Requirement already satisfied: requests~=2.21 in /home/chuck/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.31.0)
Requirement already satisfied: python-resize-image~=1.1 in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.1.20)
Requirement already satisfied: pyfiglet~=0.8 in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.8.post1)
Requirement already satisfied: colorama~=0.4 in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.4.6)
Requirement already satisfied: click>=7.0<=8.1.* in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (8.1.3)
Requirement already satisfied: richdem in ./blender/3.3/python/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.3.4)
Requirement already satisfied: pyyaml in /home/chuck/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (6.0)
Requirement already satisfied: bmipy in ./blender/3.3/python/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0)
Requirement already satisfied: statsmodels in ./blender/3.3/python/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.0)
Requirement already satisfied: pandas in /home/chuck/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.2)
Requirement already satisfied: bmi-topography in ./blender/3.3/python/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.8.2)
Requirement already satisfied: netcdf4 in ./blender/3.3/python/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.4)
Requirement already satisfied: xarray>=0.16 in ./blender/3.3/python/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.5.0)
Requirement already satisfied: pyshp in ./blender/3.3/python/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.3.1)
Requirement already satisfied: contourpy>=1.0.1 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.0.7)
Requirement already satisfied: fonttools>=4.22.0 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (4.40.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.4.4)
Requirement already satisfied: cycler>=0.10 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (0.11.0)
Requirement already satisfied: pyparsing>=2.3.1 in ./blender/3.3/python/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (3.1.0)
Requirement already satisfied: python-dateutil>=2.7 in /home/chuck/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (2.8.2)
Requirement already satisfied: pip in ./blender/3.3/python/lib/python3.10/site-packages (from fastcore->-r ./requirements.txt (line 6)) (21.2.4)
Requirement already satisfied: cloudpickle>=1.2.1 in /home/chuck/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (2.2.1)
Requirement already satisfied: typing_extensions>=3.7.4.2 in /home/chuck/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (4.6.3)
Requirement already satisfied: setuptools in /home/chuck/.local/lib/python3.10/site-packages (from vnoise->-r ./requirements.txt (line 13)) (68.0.0)
Requirement already satisfied: sklearn in ./blender/3.3/python/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.0.post5)
Requirement already satisfied: pyopengl in ./blender/3.3/python/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (3.1.0)
Requirement already satisfied: pyrender in ./blender/3.3/python/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.1.45)
Requirement already satisfied: protobuf!=4.21.0,<5,>=3.19.0 in /home/chuck/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (4.23.2)
Requirement already satisfied: setproctitle in ./blender/3.3/python/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.3.2)
Requirement already satisfied: docker-pycreds>=0.4.0 in ./blender/3.3/python/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.4.0)
Requirement already satisfied: appdirs>=1.4.3 in /home/chuck/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.4.4)
Requirement already satisfied: GitPython!=3.1.29,>=1.0.0 in ./blender/3.3/python/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (3.1.31)
Requirement already satisfied: pathtools in ./blender/3.3/python/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.1.2)
Requirement already satisfied: sentry-sdk>=1.0.0 in ./blender/3.3/python/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.26.0)
Requirement already satisfied: asciitree in ./blender/3.3/python/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.3.3)
Requirement already satisfied: numcodecs>=0.10.0 in ./blender/3.3/python/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.11.0)
Requirement already satisfied: fasteners in ./blender/3.3/python/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.18)
Requirement already satisfied: MarkupSafe>=2.0 in /home/chuck/.local/lib/python3.10/site-packages (from jinja2->-r ./requirements.txt (line 21)) (2.1.3)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (3.1.0)
Requirement already satisfied: joblib>=1.1.1 in /home/chuck/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (1.2.0)
Requirement already satisfied: gitdb<5,>=4.0.1 in ./blender/3.3/python/lib/python3.10/site-packages (from GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (4.0.10)
Requirement already satisfied: smmap<6,>=3.0.1 in ./blender/3.3/python/lib/python3.10/site-packages (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (5.0.0)
Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /home/chuck/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.19.1)
Requirement already satisfied: google-auth-httplib2>=0.1.0 in ./blender/3.3/python/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.1.0)
Requirement already satisfied: httplib2<1dev,>=0.15.0 in ./blender/3.3/python/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.22.0)
Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /home/chuck/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.11.1)
Requirement already satisfied: uritemplate<5,>=3.0.1 in ./blender/3.3/python/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.1.1)
Requirement already satisfied: googleapis-common-protos<2.0.dev0,>=1.56.2 in /home/chuck/.local/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.59.1)
Requirement already satisfied: urllib3<2.0 in ./blender/3.3/python/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.26.16)
Requirement already satisfied: rsa<5,>=3.1.4 in /home/chuck/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.9)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/chuck/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.3.0)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in /home/chuck/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (5.3.1)
Requirement already satisfied: entrypoints in ./blender/3.3/python/lib/python3.10/site-packages (from numcodecs>=0.10.0->zarr->-r ./requirements.txt (line 20)) (0.4)
Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /home/chuck/.local/lib/python3.10/site-packages (from pyasn1-modules>=0.2.1->google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.5.0)
Requirement already satisfied: certifi>=2017.4.17 in ./blender/3.3/python/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2023.5.7)
Requirement already satisfied: idna<4,>=2.5 in ./blender/3.3/python/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (3.4)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/chuck/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.1.1)
Requirement already satisfied: pytz>=2020.1 in /home/chuck/.local/lib/python3.10/site-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.3)
Requirement already satisfied: tzdata>=2022.1 in /home/chuck/.local/lib/python3.10/site-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.3)
Requirement already satisfied: rioxarray in ./blender/3.3/python/lib/python3.10/site-packages (from bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.1)
Requirement already satisfied: black in /home/chuck/.local/lib/python3.10/site-packages (from bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (23.3.0)
Requirement already satisfied: tomli>=1.1.0 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.1)
Requirement already satisfied: mypy-extensions>=0.4.3 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.0.0)
Requirement already satisfied: pathspec>=0.9.0 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.11.1)
Requirement already satisfied: platformdirs>=2 in /home/chuck/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.7.0)
Requirement already satisfied: cftime in ./blender/3.3/python/lib/python3.10/site-packages (from netcdf4->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.2)
Requirement already satisfied: pyglet>=1.4.10 in ./blender/3.3/python/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.0.8)
Requirement already satisfied: freetype-py in ./blender/3.3/python/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.4.0)
Requirement already satisfied: pyproj>=2.2 in ./blender/3.3/python/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.6.0)
Requirement already satisfied: rasterio>=1.2 in ./blender/3.3/python/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.3.7)
Requirement already satisfied: cligj>=0.5 in ./blender/3.3/python/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.7.2)
Requirement already satisfied: snuggs>=1.4.1 in ./blender/3.3/python/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.4.7)
Requirement already satisfied: click-plugins in ./blender/3.3/python/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.1.1)
Requirement already satisfied: affine in ./blender/3.3/python/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.4.0)
Requirement already satisfied: attrs in /home/chuck/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (23.1.0)
Requirement already satisfied: patsy>=0.5.2 in ./blender/3.3/python/lib/python3.10/site-packages (from statsmodels->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.5.3)
WARNING: You are using pip version 21.2.4; however, version 23.1.2 is available.
You should consider upgrading via the '/home/chuck/src/infinigen/blender/3.3/python/bin/python3.10 -m pip install --upgrade pip' command.
skipping cuda
compiled lib/cpu/utils/FastNoiseLite.so
compiled lib/cpu/elements/voronoi_rocks.so
compiled lib/cpu/elements/upsidedown_mountains.so
compiled lib/cpu/elements/ground.so
compiled lib/cpu/elements/warped_rocks.so
compiled lib/cpu/elements/mountains.so
compiled lib/cpu/elements/landtiles.so
compiled lib/cpu/elements/atmosphere.so
compiled lib/cpu/elements/waterbody.so
compiled lib/cpu/surfaces/chunkyrock.so
compiled lib/cpu/surfaces/cobble_stone.so
compiled lib/cpu/surfaces/cracked_ground.so
compiled lib/cpu/surfaces/dirt.so
compiled lib/cpu/surfaces/ice.so
compiled lib/cpu/surfaces/mountain.so
compiled lib/cpu/surfaces/mud.so
compiled lib/cpu/surfaces/sand.so
compiled lib/cpu/surfaces/sandstone.so
compiled lib/cpu/surfaces/snow.so
compiled lib/cpu/surfaces/soil.so
compiled lib/cpu/surfaces/stone.so
compiled lib/cpu/meshing/cube_spherical_mesher.so
compiled lib/cpu/meshing/frontview_spherical_mesher.so
compiled lib/cpu/meshing/uniform_mesher.so
compiled lib/cpu/meshing/utils.so
compiled lib/cpu/soil_machine/SoilMachine.so
running build_ext
running build_src
build_src
building extension "marching_cubes._marching_cubes_lewiner_cy" sources
build_src: building npy-pkg config files
/home/chuck/.local/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
customize UnixCCompiler
customize UnixCCompiler using build_ext
CCompilerOpt.cc_test_flags[1013] : testing flags (-march=native)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
creating /tmp/tmpdcm9yf89/home
creating /tmp/tmpdcm9yf89/home/chuck
creating /tmp/tmpdcm9yf89/home/chuck/src
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3/python
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3/python/lib
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/distutils
creating /tmp/tmpdcm9yf89/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/distutils/checks
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-march=native'
CCompilerOpt.cc_test_flags[1013] : testing flags (-O3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-O3'
CCompilerOpt.cc_test_flags[1013] : testing flags (-Werror)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-Werror'
CCompilerOpt.__init__[1701] : check requested baseline
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse2'
CCompilerOpt.feature_test[1466] : testing feature 'SSE' with flags (-msse -msse2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'SSE2' with flags (-msse -msse2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse3'
CCompilerOpt.feature_test[1466] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -Werror'
CCompilerOpt.__init__[1710] : check requested dispatch-able features
CCompilerOpt.cc_test_flags[1013] : testing flags (-mssse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mssse3'
CCompilerOpt.feature_test[1466] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse4.1)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse4.1'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mpopcnt)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mpopcnt'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse4.2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse4.2'
CCompilerOpt.feature_test[1466] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mf16c)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mf16c'
CCompilerOpt.feature_test[1466] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx2'
CCompilerOpt.feature_test[1466] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mfma)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mfma'
CCompilerOpt.feature_test[1466] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512f)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512f'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512cd)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512cd'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512er -mavx512pf)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512er -mavx512pf'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512vl -mavx512bw -mavx512dq'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512ifma -mavx512vbmi)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512ifma -mavx512vbmi'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vnni)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512vnni'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
CCompilerOpt.__init__[1722] : skip features (SSE2 SSE3 SSE) since its part of baseline
CCompilerOpt.__init__[1726] : initialize targets groups
CCompilerOpt.__init__[1728] : parse target group simd_test
CCompilerOpt._parse_target_tokens[1939] : skip targets (FMA4 ASIMD VSX2 VSX3 VSX NEON XOP) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2051] : skip baseline features (SSE2)
CCompilerOpt.generate_dispatch_header[2272] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
CCompilerOpt.generate_dispatch_header[2281] : dispatch header dir build/src.linux-x86_64-3.10/numpy/distutils/include does not exist, creating it
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
building 'marching_cubes._marching_cubes_lewiner_cy' extension
compiling C sources
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC
creating build/temp.linux-x86_64-cpython-310/marching_cubes
compile options: '-I/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include -I/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/chuck/src/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3'
gcc: ./marching_cubes/_marching_cubes_lewiner_cy.c
In file included from /home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
from /home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./marching_cubes/_marching_cubes_lewiner_cy.c:763:
/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
gcc -pthread -shared -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/ffi/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/lib build/temp.linux-x86_64-cpython-310/marching_cubes/_marching_cubes_lewiner_cy.o -o ./_marching_cubes_lewiner_cy.cpython-310-x86_64-linux-gnu.so
########### EXT COMPILER OPTIMIZATION ###########
Platform :
Architecture: x64
Compiler : gcc
CPU baseline :
Requested : 'min'
Enabled : SSE SSE2 SSE3
Flags : -msse -msse2 -msse3
Extra checks: none
CPU dispatch :
Requested : 'max -xop -fma4'
Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
Generated : none
CCompilerOpt.cache_flush[809] : write cache to path -> /home/chuck/src/infinigen/worldgen/terrain/build/temp.linux-x86_64-cpython-310/ccompiler_opt_cache_ext.py
/home/chuck/src/infinigen
In file included from /home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
from /home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from bnurbs.c:772:
/home/chuck/src/infinigen/blender/3.3/python/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
/home/chuck/src/infinigen
(infinigen) chuck@ml22:~/src/infinigen$ echo $BLENDER
/home/chuck/src/infinigen/blender/blender
(infinigen) chuck@ml22:~/src/infinigen$
(infinigen) chuck@ml22:~/src/infinigen$
(infinigen) chuck@ml22:~/src/infinigen$
(infinigen) chuck@ml22:~/src/infinigen$ cd
blender/ .git/ images/ Python-3.10.2/
docker/ .github/ process_mesh/ worldgen/
(infinigen) chuck@ml22:~/src/infinigen$ cd worldgen/
(infinigen) chuck@ml22:~/src/infinigen/worldgen$ ls outputs/
(infinigen) chuck@ml22:~/src/infinigen/worldgen$ $BLENDER -noaudio --background --python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse
Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35)
Error: Python: Traceback (most recent call last):
File "/home/chuck/src/infinigen/worldgen/generate.py", line 22, in <module>
from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
Blender quit
@cswiger
Copy link
Author

cswiger commented Jun 23, 2023

One workaround -

try this
(infinigen) chuck@ml22:~/src/infinigen/worldgen$ conda install tqdm
tqdm-4.65.0 | 132 KB | ####################################################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done

add this to generate.py before the import tqdm
>>> sys.path.append('/home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages')

then we get:
from frozendict import frozendict
ModuleNotFoundError: No module named 'frozendict'

(infinigen) chuck@ml22:~/src/infinigen/worldgen$ conda install frozendict
PackagesNotFoundError: The following packages are not available from current channels:
- frozendict

$ pip install frozendict
Requirement already satisfied: frozendict in /home/chuck/.local/lib/python3.10/site-packages (2.3.8)

so add THAT to sys.path so now we have:


from collections import defaultdict

# to pick up tqdm installed with: conda install tqdm
sys.path.append('/home/chuck/anaconda3/envs/infinigen/lib/python3.10/site-packages')
# to pick up frozendict not in conda
sys.path.append('/home/chuck/.local/lib/python3.10/site-packages')

import bpy


and now it's off and running - does not use GPU tho an RTX3090 visible with nvidia-smi is available
Driver Version: 530.41.03 CUDA Version: 12.1
possibly due to this during build:
WARNING: You are using pip version 21.2.4; however, version 23.1.2 is available.
You should consider upgrading via the '/home/chuck/src/infinigen/blender/3.3/python/bin/python3.10 -m pip install --upgrade pip' command.
skipping cuda
compiled lib/cpu/utils/FastNoiseLite.so

(infinigen) chuck@ml22:~/src/infinigen/worldgen$ $BLENDER -noaudio --background --python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse
Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35)
[08:58:35.460] [root] [INFO] | Converted args.seed='0' to scene_seed=0, parsed as hexadecimal
[08:58:35.572] [root] [INFO] | infinigen version 1.0.0
[08:58:35.573] [root] [INFO] | CUDA_VISIBLE_DEVICES=None
[08:58:35.575] [times] [INFO] | [MAIN TOTAL]
[08:58:35.577] [root] [INFO] | Processing frames 1 through 1 inclusive
[08:58:35.900] [times] [INFO] | [Create terrain]
[08:58:35.901] [root] [INFO] | Terrain using only on the fly on_the_fly_asset_folder=PosixPath('/home/chuck/src/infinigen/worldgen/outputs/helloworld/coarse/assets')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment