-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Wheel building fails on Windows ARM64 with 74.0.0 #4610
Comments
Please report the above comment. |
Hi @djhoese I am having some trouble to open the full CI logs, and it seems that they are truncated in the problem description... It might be the case important information about the failure is present at the bottom of the logs... One thing important to have in mind is that in the case of successful builds, That said, recently there was a change in terms of the support for ARM64 platforms: pypa/distutils#285 and #4555 (later ported to distutils via pypa/distutils#289). This might be a hiccup of that change. But it would be good to have the full logs from top to bottom to verify, including the python exception messages and traces. |
@abravalheri The full CI log is here: https://productionresultssa6.blob.core.windows.net/actions-results/d3baf61f-a296-4bc0-8e5e-f5ed4e0d99bb/workflow-job-run-e9f15a54-6d73-5c82-6d59-47d98a761946/logs/job/job-logs.txt?rsct=text%2Fplain&se=2024-08-28T15%3A19%3A39Z&sig=cTm2MQKUv1l62i0ylcRMjz%2Fozw4%2Bm37T2T%2F0EOTWW%2Fw%3D&ske=2024-08-29T02%3A43%3A16Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2024-08-28T14%3A43%3A16Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2024-05-04&sp=r&spr=https&sr=b&st=2024-08-28T15%3A09%3A34Z&sv=2024-05-04 If you Ctrl + F for "win_arm64" you'll get to the relevant section pretty fast. And about those PRs, yeah I saw those in the release notes for 74.0.0, but didn't notice if there was anything that I, the high-level user, should need to change in my build workflow to be compatible. |
Thank you very much for the link This part seems to be the most relevant2024-08-28T09:42:05.9361613Z Building wheels for collected packages: pyresample
2024-08-28T09:42:05.9387175Z Building wheel for pyresample (pyproject.toml): started
2024-08-28T09:42:12.9146206Z Building wheel for pyresample (pyproject.toml): finished with status 'error'
2024-08-28T09:42:12.9356263Z error: subprocess-exited-with-error
2024-08-28T09:42:12.9356923Z
2024-08-28T09:42:12.9357599Z Building wheel for pyresample (pyproject.toml) did not run successfully.
2024-08-28T09:42:12.9358488Z exit code: 1
2024-08-28T09:42:12.9358846Z
2024-08-28T09:42:12.9359181Z [503 lines of output]
2024-08-28T09:42:12.9360058Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9361116Z Try to load it from setup.cfg
2024-08-28T09:42:12.9361693Z running bdist_wheel
2024-08-28T09:42:12.9362117Z running build
2024-08-28T09:42:12.9362504Z running build_py
2024-08-28T09:42:12.9363323Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9364300Z Try to load it from setup.cfg
2024-08-28T09:42:12.9365246Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9366232Z Try to load it from setup.cfg
2024-08-28T09:42:12.9366797Z creating build\lib.win-arm64-cpython-39
2024-08-28T09:42:12.9367416Z creating build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9368289Z copying pyresample\area_config.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9369332Z copying pyresample\data_reduce.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9370358Z copying pyresample\geometry.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9371784Z copying pyresample\geo_filter.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9372809Z copying pyresample\grid.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9373784Z copying pyresample\image.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9374773Z copying pyresample\kd_tree.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9375953Z copying pyresample\plot.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9376954Z copying pyresample\resampler.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9377950Z copying pyresample\slicer.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9378953Z copying pyresample\spherical.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9380088Z copying pyresample\spherical_geometry.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9381216Z copying pyresample\spherical_utils.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9382276Z copying pyresample\version.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9383267Z copying pyresample\_caching.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9384314Z copying pyresample\_compat.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9385291Z copying pyresample\_config.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9386344Z copying pyresample\_formatting_html.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9387411Z copying pyresample\_multi_proc.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9388426Z copying pyresample\_spatial_mp.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9389418Z copying pyresample\__init__.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9390287Z creating build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9391279Z copying pyresample\bilinear\xarr.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9392450Z copying pyresample\bilinear\_base.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9393737Z copying pyresample\bilinear\_numpy_resampler.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9395037Z copying pyresample\bilinear\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9396035Z creating build\lib.win-arm64-cpython-39\pyresample\boundary
2024-08-28T09:42:12.9397583Z copying pyresample\boundary\legacy_boundary.py -> build\lib.win-arm64-cpython-39\pyresample\boundary
2024-08-28T09:42:12.9398909Z copying pyresample\boundary\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\boundary
2024-08-28T09:42:12.9399901Z creating build\lib.win-arm64-cpython-39\pyresample\bucket
2024-08-28T09:42:12.9400891Z copying pyresample\bucket\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\bucket
2024-08-28T09:42:12.9401877Z creating build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9402780Z copying pyresample\ewa\dask_ewa.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9403855Z copying pyresample\ewa\ewa.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9404991Z copying pyresample\ewa\_legacy_dask_ewa.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9406122Z copying pyresample\ewa\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9407063Z creating build\lib.win-arm64-cpython-39\pyresample\future
2024-08-28T09:42:12.9408054Z copying pyresample\future\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future
2024-08-28T09:42:12.9409078Z creating build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9410114Z copying pyresample\gradient\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9411373Z creating build\lib.win-arm64-cpython-39\pyresample\static
2024-08-28T09:42:12.9412404Z copying pyresample\static\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\static
2024-08-28T09:42:12.9413380Z creating build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9414367Z copying pyresample\test\conftest.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9415807Z copying pyresample\test\test_area_config.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9417081Z copying pyresample\test\test_bilinear.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9418343Z copying pyresample\test\test_bucket.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9419527Z copying pyresample\test\test_dask_ewa.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9420792Z copying pyresample\test\test_data_reduce.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9422072Z copying pyresample\test\test_ewa_fornav.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9423305Z copying pyresample\test\test_ewa_ll2cr.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9424415Z copying pyresample\test\test_formatting.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9425711Z copying pyresample\test\test_geometry_legacy.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9426991Z copying pyresample\test\test_gradient.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9428190Z copying pyresample\test\test_grid.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9429406Z copying pyresample\test\test_image.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9430611Z copying pyresample\test\test_kd_tree.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9431761Z copying pyresample\test\test_plot.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9433106Z copying pyresample\test\test_resample_blocks.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9434403Z copying pyresample\test\test_slicer.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9435698Z copying pyresample\test\test_spatial_mp.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9437016Z copying pyresample\test\test_spherical.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9438316Z copying pyresample\test\test_spherical_geometry.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9439683Z copying pyresample\test\test_spherical_utils.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9440919Z copying pyresample\test\test_swath.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9442139Z copying pyresample\test\test_utils.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9443325Z copying pyresample\test\utils.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9444461Z copying pyresample\test\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9445368Z creating build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9446365Z copying pyresample\utils\cartopy.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9447509Z copying pyresample\utils\cf.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9448689Z copying pyresample\utils\errors.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9449871Z copying pyresample\utils\proj4.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9451208Z copying pyresample\utils\rasterio.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9452665Z copying pyresample\utils\row_appendable_array.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9453971Z copying pyresample\utils\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9455045Z creating build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9456057Z copying pyresample\future\geometry\area.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9457336Z copying pyresample\future\geometry\base.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9458250Z copying pyresample\future\geometry\swath.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9459164Z copying pyresample\future\geometry\_subset.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9460072Z copying pyresample\future\geometry\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9460844Z creating build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9461635Z copying pyresample\future\resamplers\nearest.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9462597Z copying pyresample\future\resamplers\registry.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9463561Z copying pyresample\future\resamplers\resampler.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9464560Z copying pyresample\future\resamplers\_transform_utils.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9465535Z copying pyresample\future\resamplers\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9466282Z creating build\lib.win-arm64-cpython-39\pyresample\future\spherical
2024-08-28T09:42:12.9467054Z copying pyresample\future\spherical\point.py -> build\lib.win-arm64-cpython-39\pyresample\future\spherical
2024-08-28T09:42:12.9468160Z copying pyresample\future\spherical\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future\spherical
2024-08-28T09:42:12.9468897Z creating build\lib.win-arm64-cpython-39\pyresample\static\css
2024-08-28T09:42:12.9469578Z copying pyresample\static\css\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\static\css
2024-08-28T09:42:12.9470269Z creating build\lib.win-arm64-cpython-39\pyresample\static\html
2024-08-28T09:42:12.9470969Z copying pyresample\static\html\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\static\html
2024-08-28T09:42:12.9471678Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_config
2024-08-28T09:42:12.9472495Z copying pyresample\test\test_config\test_feature_flags.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_config
2024-08-28T09:42:12.9473465Z copying pyresample\test\test_config\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_config
2024-08-28T09:42:12.9474224Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9475000Z copying pyresample\test\test_geometry\conftest.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9476018Z copying pyresample\test\test_geometry\test_area.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9477210Z copying pyresample\test\test_geometry\test_area_boundary.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9478226Z copying pyresample\test\test_geometry\test_swath.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9479237Z copying pyresample\test\test_geometry\test_swath_boundary.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9480321Z copying pyresample\test\test_geometry\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9481358Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9482202Z copying pyresample\test\test_resamplers\test_nearest.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9483257Z copying pyresample\test\test_resamplers\test_resampler.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9484573Z copying pyresample\test\test_resamplers\test_resampler_registry.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9485629Z copying pyresample\test\test_resamplers\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9486403Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_sgeom
2024-08-28T09:42:12.9487183Z copying pyresample\test\test_sgeom\test_point.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_sgeom
2024-08-28T09:42:12.9488097Z copying pyresample\test\test_sgeom\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_sgeom
2024-08-28T09:42:12.9488689Z running egg_info
2024-08-28T09:42:12.9488958Z writing pyresample.egg-info\PKG-INFO
2024-08-28T09:42:12.9489429Z writing dependency_links to pyresample.egg-info\dependency_links.txt
2024-08-28T09:42:12.9489984Z writing entry points to pyresample.egg-info\entry_points.txt
2024-08-28T09:42:12.9490480Z writing requirements to pyresample.egg-info\requires.txt
2024-08-28T09:42:12.9490976Z writing top-level names to pyresample.egg-info\top_level.txt
2024-08-28T09:42:12.9491471Z reading manifest file 'pyresample.egg-info\SOURCES.txt'
2024-08-28T09:42:12.9491885Z reading manifest template 'MANIFEST.in'
2024-08-28T09:42:12.9492226Z adding license file 'LICENSE.txt'
2024-08-28T09:42:12.9492616Z writing manifest file 'pyresample.egg-info\SOURCES.txt'
2024-08-28T09:42:12.9493782Z C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\setuptools\command\build_py.py:218: _Warning: Package 'pyresample.ewa' is absent from the `packages` configuration.
2024-08-28T09:42:12.9494816Z !!
2024-08-28T09:42:12.9495001Z
2024-08-28T09:42:12.9495251Z ********************************************************************************
2024-08-28T09:42:12.9495628Z ############################
2024-08-28T09:42:12.9495952Z # Package would be ignored #
2024-08-28T09:42:12.9496251Z ############################
2024-08-28T09:42:12.9496674Z Python recognizes 'pyresample.ewa' as an importable package[^1],
2024-08-28T09:42:12.9497234Z but it is absent from setuptools' `packages` configuration.
2024-08-28T09:42:12.9497629Z
2024-08-28T09:42:12.9498023Z This leads to an ambiguous overall configuration. If you want to distribute this
2024-08-28T09:42:12.9498673Z package, please make sure that 'pyresample.ewa' is explicitly added
2024-08-28T09:42:12.9499168Z to the `packages` configuration field.
2024-08-28T09:42:12.9499484Z
2024-08-28T09:42:12.9499821Z Alternatively, you can also rely on setuptools' discovery methods
2024-08-28T09:42:12.9500407Z (for example by using `find_namespace_packages(...)`/`find_namespace:`
2024-08-28T09:42:12.9501059Z instead of `find_packages(...)`/`find:`).
2024-08-28T09:42:12.9501388Z
2024-08-28T09:42:12.9501784Z You can read more about "package discovery" on setuptools documentation page:
2024-08-28T09:42:12.9502254Z
2024-08-28T09:42:12.9502622Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
2024-08-28T09:42:12.9503070Z
2024-08-28T09:42:12.9503368Z If you don't want 'pyresample.ewa' to be distributed and are
2024-08-28T09:42:12.9503867Z already explicitly excluding 'pyresample.ewa' via
2024-08-28T09:42:12.9504410Z `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
2024-08-28T09:42:12.9505167Z you can try to use `exclude_package_data`, or `include-package-data=False` in
2024-08-28T09:42:12.9505807Z combination with a more fine grained `package-data` configuration.
2024-08-28T09:42:12.9506235Z
2024-08-28T09:42:12.9506621Z You can read more about "package data files" on setuptools documentation page:
2024-08-28T09:42:12.9507101Z
2024-08-28T09:42:12.9507516Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
2024-08-28T09:42:12.9507933Z
2024-08-28T09:42:12.9508101Z
2024-08-28T09:42:12.9508435Z [^1]: For Python, any directory (with suitable naming) can be imported,
2024-08-28T09:42:12.9508948Z even if it does not contain any `.py` files.
2024-08-28T09:42:12.9509446Z On the other hand, currently there is no concept of package data
2024-08-28T09:42:12.9509980Z directory, all directories are treated like packages.
2024-08-28T09:42:12.9510436Z ********************************************************************************
2024-08-28T09:42:12.9510779Z
2024-08-28T09:42:12.9510961Z !!
2024-08-28T09:42:12.9511171Z check.warn(importable)
2024-08-28T09:42:12.9512223Z C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\setuptools\command\build_py.py:218: _Warning: Package 'pyresample.gradient' is absent from the `packages` configuration.
2024-08-28T09:42:12.9513273Z !!
2024-08-28T09:42:12.9513451Z
2024-08-28T09:42:12.9513703Z ********************************************************************************
2024-08-28T09:42:12.9514062Z ############################
2024-08-28T09:42:12.9514382Z # Package would be ignored #
2024-08-28T09:42:12.9514699Z ############################
2024-08-28T09:42:12.9515145Z Python recognizes 'pyresample.gradient' as an importable package[^1],
2024-08-28T09:42:12.9515721Z but it is absent from setuptools' `packages` configuration.
2024-08-28T09:42:12.9516119Z
2024-08-28T09:42:12.9516507Z This leads to an ambiguous overall configuration. If you want to distribute this
2024-08-28T09:42:12.9517169Z package, please make sure that 'pyresample.gradient' is explicitly added
2024-08-28T09:42:12.9517693Z to the `packages` configuration field.
2024-08-28T09:42:12.9518012Z
2024-08-28T09:42:12.9518341Z Alternatively, you can also rely on setuptools' discovery methods
2024-08-28T09:42:12.9518927Z (for example by using `find_namespace_packages(...)`/`find_namespace:`
2024-08-28T09:42:12.9519408Z instead of `find_packages(...)`/`find:`).
2024-08-28T09:42:12.9519739Z
2024-08-28T09:42:12.9520134Z You can read more about "package discovery" on setuptools documentation page:
2024-08-28T09:42:12.9520602Z
2024-08-28T09:42:12.9521107Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
2024-08-28T09:42:12.9521567Z
2024-08-28T09:42:12.9521891Z If you don't want 'pyresample.gradient' to be distributed and are
2024-08-28T09:42:12.9522430Z already explicitly excluding 'pyresample.gradient' via
2024-08-28T09:42:12.9522983Z `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
2024-08-28T09:42:12.9523620Z you can try to use `exclude_package_data`, or `include-package-data=False` in
2024-08-28T09:42:12.9524409Z combination with a more fine grained `package-data` configuration.
2024-08-28T09:42:12.9524847Z
2024-08-28T09:42:12.9525228Z You can read more about "package data files" on setuptools documentation page:
2024-08-28T09:42:12.9525699Z
2024-08-28T09:42:12.9526035Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
2024-08-28T09:42:12.9526455Z
2024-08-28T09:42:12.9526618Z
2024-08-28T09:42:12.9526960Z [^1]: For Python, any directory (with suitable naming) can be imported,
2024-08-28T09:42:12.9527576Z even if it does not contain any `.py` files.
2024-08-28T09:42:12.9528078Z On the other hand, currently there is no concept of package data
2024-08-28T09:42:12.9528622Z directory, all directories are treated like packages.
2024-08-28T09:42:12.9529218Z ********************************************************************************
2024-08-28T09:42:12.9529648Z
2024-08-28T09:42:12.9529831Z !!
2024-08-28T09:42:12.9530037Z check.warn(importable)
2024-08-28T09:42:12.9531132Z C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\setuptools\command\build_py.py:218: _Warning: Package 'pyresample.test.test_files' is absent from the `packages` configuration.
2024-08-28T09:42:12.9532196Z !!
2024-08-28T09:42:12.9532373Z
2024-08-28T09:42:12.9532625Z ********************************************************************************
2024-08-28T09:42:12.9533120Z ############################
2024-08-28T09:42:12.9533441Z # Package would be ignored #
2024-08-28T09:42:12.9533745Z ############################
2024-08-28T09:42:12.9534206Z Python recognizes 'pyresample.test.test_files' as an importable package[^1],
2024-08-28T09:42:12.9534809Z but it is absent from setuptools' `packages` configuration.
2024-08-28T09:42:12.9535207Z
2024-08-28T09:42:12.9535593Z This leads to an ambiguous overall configuration. If you want to distribute this
2024-08-28T09:42:12.9536283Z package, please make sure that 'pyresample.test.test_files' is explicitly added
2024-08-28T09:42:12.9536838Z to the `packages` configuration field.
2024-08-28T09:42:12.9537153Z
2024-08-28T09:42:12.9537482Z Alternatively, you can also rely on setuptools' discovery methods
2024-08-28T09:42:12.9538067Z (for example by using `find_namespace_packages(...)`/`find_namespace:`
2024-08-28T09:42:12.9538560Z instead of `find_packages(...)`/`find:`).
2024-08-28T09:42:12.9538878Z
2024-08-28T09:42:12.9539274Z You can read more about "package discovery" on setuptools documentation page:
2024-08-28T09:42:12.9539884Z
2024-08-28T09:42:12.9540243Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
2024-08-28T09:42:12.9540689Z
2024-08-28T09:42:12.9541047Z If you don't want 'pyresample.test.test_files' to be distributed and are
2024-08-28T09:42:12.9541636Z already explicitly excluding 'pyresample.test.test_files' via
2024-08-28T09:42:12.9542218Z `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
2024-08-28T09:42:12.9542848Z you can try to use `exclude_package_data`, or `include-package-data=False` in
2024-08-28T09:42:12.9543465Z combination with a more fine grained `package-data` configuration.
2024-08-28T09:42:12.9543896Z
2024-08-28T09:42:12.9544272Z You can read more about "package data files" on setuptools documentation page:
2024-08-28T09:42:12.9544741Z
2024-08-28T09:42:12.9545067Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
2024-08-28T09:42:12.9545481Z
2024-08-28T09:42:12.9545646Z
2024-08-28T09:42:12.9545979Z [^1]: For Python, any directory (with suitable naming) can be imported,
2024-08-28T09:42:12.9546716Z even if it does not contain any `.py` files.
2024-08-28T09:42:12.9547368Z On the other hand, currently there is no concept of package data
2024-08-28T09:42:12.9547893Z directory, all directories are treated like packages.
2024-08-28T09:42:12.9548344Z ********************************************************************************
2024-08-28T09:42:12.9548685Z
2024-08-28T09:42:12.9548852Z !!
2024-08-28T09:42:12.9549056Z check.warn(importable)
2024-08-28T09:42:12.9549530Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9550052Z Try to load it from setup.cfg
2024-08-28T09:42:12.9551253Z copying pyresample\py.typed -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9552008Z copying pyresample\ewa\_fornav.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9552833Z copying pyresample\ewa\_fornav_templates.cpp -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9553942Z copying pyresample\ewa\_ll2cr.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9554901Z copying pyresample\gradient\_gradient_search.pyx -> build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9555703Z copying pyresample\ewa\_fornav.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9556453Z copying pyresample\ewa\_fornav_templates.cpp -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9557249Z copying pyresample\ewa\_fornav_templates.h -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9558005Z copying pyresample\ewa\_ll2cr.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9558793Z copying pyresample\gradient\_gradient_search.pyx -> build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9559524Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9560286Z copying pyresample\test\test_files\areas.cfg -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9561215Z copying pyresample\test\test_files\areas.yaml -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9562149Z copying pyresample\test\test_files\mask_grid.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9563115Z copying pyresample\test\test_files\mask_test_data.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9564123Z copying pyresample\test\test_files\mask_test_fill_value.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9565144Z copying pyresample\test\test_files\mask_test_full_fill.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9566192Z copying pyresample\test\test_files\mask_test_full_fill_multi.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9567222Z copying pyresample\test\test_files\mask_test_mask.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9568237Z copying pyresample\test\test_files\mask_test_nearest_data.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9569412Z copying pyresample\test\test_files\mask_test_nearest_mask.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9570430Z copying pyresample\test\test_files\quick_mask_test.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9571408Z copying pyresample\test\test_files\ssmis_swath.npz -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9572388Z copying pyresample\static\css\style.css -> build\lib.win-arm64-cpython-39\pyresample\static\css
2024-08-28T09:42:12.9573292Z copying pyresample\static\html\icons_svg_inline.html -> build\lib.win-arm64-cpython-39\pyresample\static\html
2024-08-28T09:42:12.9574043Z UPDATING build\lib.win-arm64-cpython-39\pyresample/version.py
2024-08-28T09:42:12.9574624Z set build\lib.win-arm64-cpython-39\pyresample/version.py to '1.30.0'
2024-08-28T09:42:12.9575077Z running build_ext
2024-08-28T09:42:12.9575533Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9576063Z Try to load it from setup.cfg
2024-08-28T09:42:12.9576546Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9577070Z Try to load it from setup.cfg
2024-08-28T09:42:12.9578110Z Compiling pyresample/ewa/_ll2cr.pyx because it depends on C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\Cython\Includes\libc\string.pxd.
2024-08-28T09:42:12.9579099Z [1/1] Cythonizing pyresample/ewa/_ll2cr.pyx
2024-08-28T09:42:12.9579476Z building 'pyresample.ewa._ll2cr' extension
2024-08-28T09:42:12.9579852Z creating build\temp.win-arm64-cpython-39
2024-08-28T09:42:12.9580250Z creating build\temp.win-arm64-cpython-39\Release
2024-08-28T09:42:12.9580798Z creating build\temp.win-arm64-cpython-39\Release\pyresample
2024-08-28T09:42:12.9581333Z creating build\temp.win-arm64-cpython-39\Release\pyresample\ewa
2024-08-28T09:42:12.9587610Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -IC:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\include -IC:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools\include -IC:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" /Tcpyresample/ewa/_ll2cr.c /Fobuild\temp.win-arm64-cpython-39\Release\pyresample/ewa/_ll2cr.obj
2024-08-28T09:42:12.9594611Z _ll2cr.c
2024-08-28T09:42:12.9595212Z pyresample/ewa/_ll2cr.c(22126): warning C4244: '=': conversion from 'npy_intp' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9596324Z pyresample/ewa/_ll2cr.c(22135): warning C4244: '=': conversion from 'npy_intp' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9597259Z pyresample/ewa/_ll2cr.c(24341): warning C4244: '=': conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9598205Z pyresample/ewa/_ll2cr.c(24350): warning C4244: '=': conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9604932Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\pythonarm64.3.9.10\tools\libs /LIBPATH:C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\libs /LIBPATH:C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools\libs /LIBPATH:C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools /LIBPATH:C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\PCbuild\arm64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\ATLMFC\lib\x64" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\um\x64" /EXPORT:PyInit__ll2cr build\temp.win-arm64-cpython-39\Release\pyresample/ewa/_ll2cr.obj /OUT:build\lib.win-arm64-cpython-39\pyresample\ewa\_ll2cr.cp39-win_amd64.pyd /IMPLIB:build\temp.win-arm64-cpython-39\Release\pyresample/ewa\_ll2cr.cp39-win_amd64.lib
2024-08-28T09:42:12.9614215Z Creating library build\temp.win-arm64-cpython-39\Release\pyresample/ewa\_ll2cr.cp39-win_amd64.lib and object build\temp.win-arm64-cpython-39\Release\pyresample/ewa\_ll2cr.cp39-win_amd64.exp
2024-08-28T09:42:12.9615528Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_List
2024-08-28T09:42:12.9616172Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type
2024-08-28T09:42:12.9616897Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError
2024-08-28T09:42:12.9617537Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr
2024-08-28T09:42:12.9618198Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_InternFromString
2024-08-28T09:42:12.9618862Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type
2024-08-28T09:42:12.9619454Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyOS_snprintf
2024-08-28T09:42:12.9620230Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get
2024-08-28T09:42:12.9620861Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_Exception
2024-08-28T09:42:12.9621604Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetObject
2024-08-28T09:42:12.9622215Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCode_NewEmpty
2024-08-28T09:42:12.9622917Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches
2024-08-28T09:42:12.9623694Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong
2024-08-28T09:42:12.9624327Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc
2024-08-28T09:42:12.9625198Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_WarnEx
2024-08-28T09:42:12.9625831Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeWarning
2024-08-28T09:42:12.9626437Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFrame_New
2024-08-28T09:42:12.9627050Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsSsize_t
2024-08-28T09:42:12.9627726Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_DeprecationWarning
2024-08-28T09:42:12.9628818Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError
2024-08-28T09:42:12.9629561Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_LeaveRecursiveCall
2024-08-28T09:42:12.9630532Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySlice_Type
2024-08-28T09:42:12.9631162Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule
2024-08-28T09:42:12.9631950Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyLong_AsByteArray
2024-08-28T09:42:12.9632654Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModuleLevelObject
2024-08-28T09:42:12.9633375Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException
2024-08-28T09:42:12.9634023Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred
2024-08-28T09:42:12.9634642Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t
2024-08-28T09:42:12.9635518Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Remainder
2024-08-28T09:42:12.9636191Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GenericGetAttr
2024-08-28T09:42:12.9637094Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Absolute
2024-08-28T09:42:12.9637990Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTraceBack_Here
2024-08-28T09:42:12.9639049Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread
2024-08-28T09:42:12.9639807Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet
2024-08-28T09:42:12.9640482Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError
2024-08-28T09:42:12.9641384Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMethod_New
2024-08-28T09:42:12.9642070Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString
2024-08-28T09:42:12.9642715Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong
2024-08-28T09:42:12.9643424Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_UnTrack
2024-08-28T09:42:12.9644054Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Hash
2024-08-28T09:42:12.9644983Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Concat
2024-08-28T09:42:12.9645639Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_UnboundLocalError
2024-08-28T09:42:12.9646312Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError
2024-08-28T09:42:12.9646974Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyInterpreterState_GetID
2024-08-28T09:42:12.9647688Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong
2024-08-28T09:42:12.9648551Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion
2024-08-28T09:42:12.9649282Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyThread_allocate_lock
2024-08-28T09:42:12.9649933Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttr
2024-08-28T09:42:12.9650542Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName
2024-08-28T09:42:12.9651156Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains
2024-08-28T09:42:12.9651780Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromOrdinal
2024-08-28T09:42:12.9652414Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble
2024-08-28T09:42:12.9653213Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong
2024-08-28T09:42:12.9653885Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromString
2024-08-28T09:42:12.9654601Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release
2024-08-28T09:42:12.9655380Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct
2024-08-28T09:42:12.9656003Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong
2024-08-28T09:42:12.9656604Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New
2024-08-28T09:42:12.9657216Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_Contains
2024-08-28T09:42:12.9657860Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_SetItemString
2024-08-28T09:42:12.9658519Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size
2024-08-28T09:42:12.9659227Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong
2024-08-28T09:42:12.9659877Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble
2024-08-28T09:42:12.9660522Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMemoryView_FromObject
2024-08-28T09:42:12.9661185Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError
2024-08-28T09:42:12.9661814Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetSlice
2024-08-28T09:42:12.9662421Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_New
2024-08-28T09:42:12.9663023Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Multiply
2024-08-28T09:42:12.9663650Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString
2024-08-28T09:42:12.9664296Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ZeroDivisionError
2024-08-28T09:42:12.9664912Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next
2024-08-28T09:42:12.9665616Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter
2024-08-28T09:42:12.9666222Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Add
2024-08-28T09:42:12.9666819Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_WarnFormat
2024-08-28T09:42:12.9667429Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError
2024-08-28T09:42:12.9668322Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong
2024-08-28T09:42:12.9668954Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next
2024-08-28T09:42:12.9669531Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format
2024-08-28T09:42:12.9670104Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type
2024-08-28T09:42:12.9670721Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompare
2024-08-28T09:42:12.9671334Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Type
2024-08-28T09:42:12.9671941Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct
2024-08-28T09:42:12.9672570Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_GetModule
2024-08-28T09:42:12.9673193Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Values
2024-08-28T09:42:12.9673814Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_InPlaceAdd
2024-08-28T09:42:12.9674432Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type
2024-08-28T09:42:12.9675069Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromByteArray
2024-08-28T09:42:12.9675714Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModule_NewObject
2024-08-28T09:42:12.9676343Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type
2024-08-28T09:42:12.9676941Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_Type
2024-08-28T09:42:12.9677567Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
2024-08-28T09:42:12.9678188Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Subtract
2024-08-28T09:42:12.9678810Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore
2024-08-28T09:42:12.9679417Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Join
2024-08-28T09:42:12.9680044Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError
2024-08-28T09:42:12.9680788Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCode_NewWithPosOnlyArgs
2024-08-28T09:42:12.9681562Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc
2024-08-28T09:42:12.9682155Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem
2024-08-28T09:42:12.9682802Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_GetModuleDict
2024-08-28T09:42:12.9683471Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetDict
2024-08-28T09:42:12.9684121Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Format
2024-08-28T09:42:12.9684747Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetSlice
2024-08-28T09:42:12.9685374Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Free
2024-08-28T09:42:12.9686024Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_ExceptionMatches
2024-08-28T09:42:12.9686683Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer
2024-08-28T09:42:12.9687317Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Del
2024-08-28T09:42:12.9687918Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
2024-08-28T09:42:12.9688496Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong
2024-08-28T09:42:12.9689138Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs
2024-08-28T09:42:12.9689899Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Not
2024-08-28T09:42:12.9690684Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8
2024-08-28T09:42:12.9691305Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat
2024-08-28T09:42:12.9692060Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetBuffer
2024-08-28T09:42:12.9692727Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_InPlaceMultiply
2024-08-28T09:42:12.9693349Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_New
2024-08-28T09:42:12.9693927Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySlice_New
2024-08-28T09:42:12.9694557Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_IsFinalized
2024-08-28T09:42:12.9695208Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule
2024-08-28T09:42:12.9695819Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready
2024-08-28T09:42:12.9696450Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString
2024-08-28T09:42:12.9697076Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear
2024-08-28T09:42:12.9697658Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_Append
2024-08-28T09:42:12.9698256Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Type
2024-08-28T09:42:12.9698889Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool
2024-08-28T09:42:12.9699529Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Decode
2024-08-28T09:42:12.9700123Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size
2024-08-28T09:42:12.9700718Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsDouble
2024-08-28T09:42:12.9701505Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback
2024-08-28T09:42:12.9702138Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New
2024-08-28T09:42:12.9702817Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyObject_GenericGetAttrWithDict
2024-08-28T09:42:12.9703535Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_VectorcallDict
2024-08-28T09:42:12.9704176Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_SetItem
2024-08-28T09:42:12.9704762Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_New
2024-08-28T09:42:12.9705345Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Type
2024-08-28T09:42:12.9705972Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyThread_free_lock
2024-08-28T09:42:12.9706666Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFinalizerFromDealloc
2024-08-28T09:42:12.9707408Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyDict_GetItem_KnownHash
2024-08-28T09:42:12.9708050Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Index
2024-08-28T09:42:12.9708625Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free
2024-08-28T09:42:12.9709530Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration
2024-08-28T09:42:12.9710175Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New
2024-08-28T09:42:12.9710752Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_Type
2024-08-28T09:42:12.9711345Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_NoMemory
2024-08-28T09:42:12.9711965Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemString
2024-08-28T09:42:12.9712603Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem
2024-08-28T09:42:12.9713325Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject
2024-08-28T09:42:12.9714103Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModuleDef_Init
2024-08-28T09:42:12.9714715Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check
2024-08-28T09:42:12.9715319Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Track
2024-08-28T09:42:12.9716053Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize
2024-08-28T09:42:12.9716714Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_Import
2024-08-28T09:42:12.9717359Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_NotImplementedError
2024-08-28T09:42:12.9718015Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure
2024-08-28T09:42:12.9718629Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItem
2024-08-28T09:42:12.9719241Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Compare
2024-08-28T09:42:12.9719869Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsSubclass
2024-08-28T09:42:12.9720544Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError
2024-08-28T09:42:12.9721258Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMem_Realloc
2024-08-28T09:42:12.9721858Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type
2024-08-28T09:42:12.9722460Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue
2024-08-28T09:42:12.9723061Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str
2024-08-28T09:42:12.9723652Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_NameError
2024-08-28T09:42:12.9724460Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Pack
2024-08-28T09:42:12.9725111Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyByteArray_empty_string
2024-08-28T09:42:12.9725772Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_OptimizeFlag
2024-08-28T09:42:12.9726382Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_Ready
2024-08-28T09:42:12.9727050Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMem_Malloc
2024-08-28T09:42:12.9727651Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_AsTuple
2024-08-28T09:42:12.9728264Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError
2024-08-28T09:42:12.9729040Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_EnterRecursiveCall
2024-08-28T09:42:12.9729694Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError
2024-08-28T09:42:12.9730310Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct
2024-08-28T09:42:12.9730918Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
2024-08-28T09:42:12.9731863Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_FastCopyCharacters
2024-08-28T09:42:12.9732771Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem
2024-08-28T09:42:12.9733495Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyObject_GC_New
2024-08-28T09:42:12.9734116Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause
2024-08-28T09:42:12.9734756Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_Modified
2024-08-28T09:42:12.9735379Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTraceBack_Type
2024-08-28T09:42:12.9736153Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMethodDescr_Type
2024-08-28T09:42:12.9736777Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyList_Extend
2024-08-28T09:42:12.9737400Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_FatalErrorFunc
2024-08-28T09:42:12.9738043Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString
2024-08-28T09:42:12.9738757Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyLong_Copy
2024-08-28T09:42:12.9739362Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup
2024-08-28T09:42:12.9739973Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Format
2024-08-28T09:42:12.9740659Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release
2024-08-28T09:42:12.9741263Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Call
2024-08-28T09:42:12.9741865Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type
2024-08-28T09:42:12.9742462Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_Type
2024-08-28T09:42:12.9743052Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple
2024-08-28T09:42:12.9743824Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread
2024-08-28T09:42:12.9744502Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
2024-08-28T09:42:12.9745205Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ModuleNotFoundError
2024-08-28T09:42:12.9745872Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr
2024-08-28T09:42:12.9746737Z build\lib.win-arm64-cpython-39\pyresample\ewa\_ll2cr.cp39-win_amd64.pyd : fatal error LNK1120: 195 unresolved externals
2024-08-28T09:42:12.9748157Z error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\link.exe' failed with exit code 1120
2024-08-28T09:42:12.9749009Z [end of output]
2024-08-28T09:42:12.9749218Z
2024-08-28T09:42:12.9749614Z note: This error originates from a subprocess, and is likely not a problem with pip.
2024-08-28T09:42:12.9750168Z ERROR: Failed building wheel for pyresample
Probably you should not need to change it. But we might need your help to investigate this further.
Might not be related. I would double check if these warnings also appear on a successful build ( @saschanaz do you have any tips or ideas of what can be happening here? error LNK2001: unresolved external symbol __imp_PyBaseObject_Type
# ... many other LNK2001
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\link.exe' failed with exit code 1120 One relevant information is that the logs seem to indicate there is an external tool trying to cross-compile the code (there is a message about |
This seems wrong, it should grab Hostarm64\arm64 instead of that because otherwise it'll try to link x64 and arm64 binaries. The whole point of my PR was to grab arm64 🤔 (BTW I don't have access for that CI log in #4610 (comment)) |
@saschanaz Looks like Azure/GitHub purged it. Try going to the interactive job here: https://github.com/pytroll/pyresample/actions/runs/10591857546/job/29357034233 and clicking the gear icon in the upper-right and getting the "raw" log. |
I pasted everything in a Full logs2024-08-28T09:35:29.0655866Z ##[debug]Starting: Build wheels on windows-2019 AMD64 ARM64
2024-08-28T09:35:29.0678918Z ##[debug]Cleaning runner temp folder: D:\a\_temp
2024-08-28T09:35:29.0931116Z ##[debug]Starting: Set up job
2024-08-28T09:35:29.0931960Z Current runner version: '2.319.1'
2024-08-28T09:35:29.0952818Z ##[group]Operating System
2024-08-28T09:35:29.0953409Z Microsoft Windows Server 2019
2024-08-28T09:35:29.0953828Z 10.0.17763
2024-08-28T09:35:29.0954128Z Datacenter
2024-08-28T09:35:29.0954415Z ##[endgroup]
2024-08-28T09:35:29.0954734Z ##[group]Runner Image
2024-08-28T09:35:29.0955103Z Image: windows-2019
2024-08-28T09:35:29.0955434Z Version: 20240818.1.0
2024-08-28T09:35:29.0956336Z Included Software: https://github.com/actions/runner-images/blob/win19/20240818.1/images/windows/Windows2019-Readme.md
2024-08-28T09:35:29.0957650Z Image Release: https://github.com/actions/runner-images/releases/tag/win19%2F20240818.1
2024-08-28T09:35:29.0958422Z ##[endgroup]
2024-08-28T09:35:29.0958735Z ##[group]Runner Image Provisioner
2024-08-28T09:35:29.0959344Z 2.0.382.1
2024-08-28T09:35:29.0959601Z ##[endgroup]
2024-08-28T09:35:29.0975728Z ##[group]GITHUB_TOKEN Permissions
2024-08-28T09:35:29.0977307Z Actions: write
2024-08-28T09:35:29.0977731Z Attestations: write
2024-08-28T09:35:29.0978085Z Checks: write
2024-08-28T09:35:29.0978369Z Contents: write
2024-08-28T09:35:29.0978705Z Deployments: write
2024-08-28T09:35:29.0979036Z Discussions: write
2024-08-28T09:35:29.0979332Z Issues: write
2024-08-28T09:35:29.0979649Z Metadata: read
2024-08-28T09:35:29.0979965Z Packages: write
2024-08-28T09:35:29.0980259Z Pages: write
2024-08-28T09:35:29.0980581Z PullRequests: write
2024-08-28T09:35:29.0980942Z RepositoryProjects: write
2024-08-28T09:35:29.0981308Z SecurityEvents: write
2024-08-28T09:35:29.0981672Z Statuses: write
2024-08-28T09:35:29.0982088Z ##[endgroup]
2024-08-28T09:35:29.0985093Z Secret source: Actions
2024-08-28T09:35:29.0985731Z ##[debug]Primary repository: pytroll/pyresample
2024-08-28T09:35:29.0986296Z Prepare workflow directory
2024-08-28T09:35:29.1050299Z ##[debug]Creating pipeline directory: 'D:\a\pyresample'
2024-08-28T09:35:29.1053477Z ##[debug]Creating workspace directory: 'D:\a\pyresample\pyresample'
2024-08-28T09:35:29.1055122Z ##[debug]Update context data
2024-08-28T09:35:29.1058160Z ##[debug]Evaluating job-level environment variables
2024-08-28T09:35:29.1547551Z ##[debug]Evaluating job container
2024-08-28T09:35:29.1551188Z ##[debug]Evaluating job service containers
2024-08-28T09:35:29.1553393Z ##[debug]Evaluating job defaults
2024-08-28T09:35:29.1625033Z Prepare all required actions
2024-08-28T09:35:29.1792061Z Getting action download info
2024-08-28T09:35:29.3706072Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
2024-08-28T09:35:29.4309016Z ##[debug]Copied action archive 'C:\actionarchivecache\actions_checkout\692973e3d937129bcbf40652eb9f2f61becf3332.zip' to 'D:\a\_actions\_temp_9233f78e-abc9-4fae-8d38-252016bfc414\d891b543-ad0b-47e1-84f3-279d67dfb253.zip'
2024-08-28T09:35:29.4642068Z ##[debug]Unwrap 'actions-checkout-692973e' to 'D:\a\_actions\actions\checkout\v4'
2024-08-28T09:35:29.4923723Z ##[debug]Archive 'D:\a\_actions\_temp_9233f78e-abc9-4fae-8d38-252016bfc414\d891b543-ad0b-47e1-84f3-279d67dfb253.zip' has been unzipped into 'D:\a\_actions\actions\checkout\v4'.
2024-08-28T09:35:29.5059695Z Download action repository 'docker/setup-qemu-action@v3' (SHA:49b3bc8e6bdd4a60e6116a5414239cba5943d3cf)
2024-08-28T09:35:30.2332612Z ##[debug]Download 'https://api.github.com/repos/docker/setup-qemu-action/zipball/49b3bc8e6bdd4a60e6116a5414239cba5943d3cf' to 'D:\a\_actions\_temp_7dd6ce60-2da3-4cef-9ec8-74658bd27d83\32ebe611-3e0f-48a6-8a37-afbde077403a.zip'
2024-08-28T09:35:30.2762954Z ##[debug]Unwrap 'docker-setup-qemu-action-49b3bc8' to 'D:\a\_actions\docker\setup-qemu-action\v3'
2024-08-28T09:35:30.2908914Z ##[debug]Archive 'D:\a\_actions\_temp_7dd6ce60-2da3-4cef-9ec8-74658bd27d83\32ebe611-3e0f-48a6-8a37-afbde077403a.zip' has been unzipped into 'D:\a\_actions\docker\setup-qemu-action\v3'.
2024-08-28T09:35:30.2953151Z Download action repository 'pypa/[email protected]' (SHA:7e5a838a63ac8128d71ab2dfd99e4634dd1bca09)
2024-08-28T09:35:30.5379282Z ##[debug]Download 'https://api.github.com/repos/pypa/cibuildwheel/zipball/7e5a838a63ac8128d71ab2dfd99e4634dd1bca09' to 'D:\a\_actions\_temp_d8828cb5-aff2-4a50-b672-089e904956a7\a980c43e-fe81-4fc7-80f9-cbf7d6431e3f.zip'
2024-08-28T09:35:30.5755816Z ##[debug]Unwrap 'pypa-cibuildwheel-7e5a838' to 'D:\a\_actions\pypa\cibuildwheel\v2.19.2'
2024-08-28T09:35:30.6111341Z ##[debug]Archive 'D:\a\_actions\_temp_d8828cb5-aff2-4a50-b672-089e904956a7\a980c43e-fe81-4fc7-80f9-cbf7d6431e3f.zip' has been unzipped into 'D:\a\_actions\pypa\cibuildwheel\v2.19.2'.
2024-08-28T09:35:30.6197422Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
2024-08-28T09:35:30.7458517Z ##[debug]Download 'https://api.github.com/repos/actions/upload-artifact/zipball/834a144ee995460fba8ed112a2fc961b36a5ec5a' to 'D:\a\_actions\_temp_061efa68-54b9-4c7b-8ea3-10a164077d9d\55c66305-8e5d-452c-be89-68f70fc4e172.zip'
2024-08-28T09:35:30.7805396Z ##[debug]Unwrap 'actions-upload-artifact-834a144' to 'D:\a\_actions\actions\upload-artifact\v4'
2024-08-28T09:35:30.7971140Z ##[debug]Archive 'D:\a\_actions\_temp_061efa68-54b9-4c7b-8ea3-10a164077d9d\55c66305-8e5d-452c-be89-68f70fc4e172.zip' has been unzipped into 'D:\a\_actions\actions\upload-artifact\v4'.
2024-08-28T09:35:30.8046134Z ##[debug]action.yml for action: 'D:\a\_actions\actions\checkout\v4\action.yml'.
2024-08-28T09:35:30.8828425Z ##[debug]action.yml for action: 'D:\a\_actions\docker\setup-qemu-action\v3\action.yml'.
2024-08-28T09:35:30.8846995Z ##[debug]action.yml for action: 'D:\a\_actions\pypa\cibuildwheel\v2.19.2\action.yml'.
2024-08-28T09:35:30.9050010Z Getting action download info
2024-08-28T09:35:31.0070041Z Download action repository 'actions/setup-python@v5' (SHA:39cd14951b08e74b54015e9e001cdefcf80e669f)
2024-08-28T09:35:31.0838308Z ##[debug]Copied action archive 'C:\actionarchivecache\actions_setup-python\39cd14951b08e74b54015e9e001cdefcf80e669f.zip' to 'D:\a\_actions\_temp_f44101fd-84bc-4c96-927e-3f495110a49e\bad3ff7c-803f-4506-bbbf-f16e956cd48a.zip'
2024-08-28T09:35:31.1280321Z ##[debug]Unwrap 'actions-setup-python-39cd149' to 'D:\a\_actions\actions\setup-python\v5'
2024-08-28T09:35:31.1596821Z ##[debug]Archive 'D:\a\_actions\_temp_f44101fd-84bc-4c96-927e-3f495110a49e\bad3ff7c-803f-4506-bbbf-f16e956cd48a.zip' has been unzipped into 'D:\a\_actions\actions\setup-python\v5'.
2024-08-28T09:35:31.1666575Z ##[debug]action.yml for action: 'D:\a\_actions\actions\setup-python\v5\action.yml'.
2024-08-28T09:35:31.1766391Z ##[debug]action.yml for action: 'D:\a\_actions\actions\upload-artifact\v4\action.yml'.
2024-08-28T09:35:31.1914424Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@v4'
2024-08-28T09:35:31.1916572Z ##[debug]Set step '__run' display name to: 'Run git fetch --prune --unshallow'
2024-08-28T09:35:31.1917804Z ##[debug]Set step '__docker_setup-qemu-action' display name to: 'Set up QEMU'
2024-08-28T09:35:31.1918949Z ##[debug]Set step '__pypa_cibuildwheel' display name to: 'Build wheels'
2024-08-28T09:35:31.1920156Z ##[debug]Set step '__actions_upload-artifact' display name to: 'Upload wheel(s) as build artifacts'
2024-08-28T09:35:31.1921199Z Complete job name: Build wheels on windows-2019 AMD64 ARM64
2024-08-28T09:35:31.1939724Z ##[debug]Collect running processes for tracking orphan processes.
2024-08-28T09:35:31.2039160Z ##[debug]Finishing: Set up job
2024-08-28T09:35:31.2249335Z ##[debug]Evaluating condition for step: 'Run actions/checkout@v4'
2024-08-28T09:35:31.2277507Z ##[debug]Evaluating: success()
2024-08-28T09:35:31.2282324Z ##[debug]Evaluating success:
2024-08-28T09:35:31.2306043Z ##[debug]=> true
2024-08-28T09:35:31.2313151Z ##[debug]Result: true
2024-08-28T09:35:31.2347542Z ##[debug]Starting: Run actions/checkout@v4
2024-08-28T09:35:31.2976823Z ##[debug]Register post job cleanup for action: actions/checkout@v4
2024-08-28T09:35:31.3077910Z ##[debug]Loading inputs
2024-08-28T09:35:31.3087707Z ##[debug]Evaluating: github.repository
2024-08-28T09:35:31.3088940Z ##[debug]Evaluating Index:
2024-08-28T09:35:31.3091012Z ##[debug]..Evaluating github:
2024-08-28T09:35:31.3092139Z ##[debug]..=> Object
2024-08-28T09:35:31.3104439Z ##[debug]..Evaluating String:
2024-08-28T09:35:31.3105234Z ##[debug]..=> 'repository'
2024-08-28T09:35:31.3108904Z ##[debug]=> 'pytroll/pyresample'
2024-08-28T09:35:31.3110510Z ##[debug]Result: 'pytroll/pyresample'
2024-08-28T09:35:31.3113293Z ##[debug]Evaluating: github.token
2024-08-28T09:35:31.3113691Z ##[debug]Evaluating Index:
2024-08-28T09:35:31.3114054Z ##[debug]..Evaluating github:
2024-08-28T09:35:31.3114431Z ##[debug]..=> Object
2024-08-28T09:35:31.3114781Z ##[debug]..Evaluating String:
2024-08-28T09:35:31.3115146Z ##[debug]..=> 'token'
2024-08-28T09:35:31.3115866Z ##[debug]=> '***'
2024-08-28T09:35:31.3116360Z ##[debug]Result: '***'
2024-08-28T09:35:31.3129382Z ##[debug]Loading env
2024-08-28T09:35:31.3206396Z ##[group]Run actions/checkout@v4
2024-08-28T09:35:31.3206838Z with:
2024-08-28T09:35:31.3207169Z repository: pytroll/pyresample
2024-08-28T09:35:31.3207774Z token: ***
2024-08-28T09:35:31.3208046Z ssh-strict: true
2024-08-28T09:35:31.3208377Z ssh-user: git
2024-08-28T09:35:31.3208709Z persist-credentials: true
2024-08-28T09:35:31.3209033Z clean: true
2024-08-28T09:35:31.3209375Z sparse-checkout-cone-mode: true
2024-08-28T09:35:31.3209742Z fetch-depth: 1
2024-08-28T09:35:31.3210033Z fetch-tags: false
2024-08-28T09:35:31.3210349Z show-progress: true
2024-08-28T09:35:31.3210660Z lfs: false
2024-08-28T09:35:31.3210917Z submodules: false
2024-08-28T09:35:31.3211213Z set-safe-directory: true
2024-08-28T09:35:31.3211582Z ##[endgroup]
2024-08-28T09:35:31.4652316Z ##[debug]GITHUB_WORKSPACE = 'D:\a\pyresample\pyresample'
2024-08-28T09:35:31.4653541Z ##[debug]qualified repository = 'pytroll/pyresample'
2024-08-28T09:35:31.4654248Z ##[debug]ref = 'refs/tags/v1.30.0'
2024-08-28T09:35:31.4654899Z ##[debug]commit = '280c2258d51625f7747e7b08aabf4bbb71edcf87'
2024-08-28T09:35:31.4655551Z ##[debug]clean = true
2024-08-28T09:35:31.4656572Z ##[debug]filter = undefined
2024-08-28T09:35:31.4657179Z ##[debug]fetch depth = 1
2024-08-28T09:35:31.4657695Z ##[debug]fetch tags = false
2024-08-28T09:35:31.4658213Z ##[debug]show progress = true
2024-08-28T09:35:31.4658724Z ##[debug]lfs = false
2024-08-28T09:35:31.4659189Z ##[debug]submodules = false
2024-08-28T09:35:31.4659736Z ##[debug]recursive submodules = false
2024-08-28T09:35:31.4660274Z ##[debug]GitHub Host URL =
2024-08-28T09:35:31.4661273Z ::add-matcher::D:\a\_actions\actions\checkout\v4\dist\problem-matcher.json
2024-08-28T09:35:31.4796972Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2024-08-28T09:35:31.4805500Z Syncing repository: pytroll/pyresample
2024-08-28T09:35:31.4806505Z ::group::Getting Git version info
2024-08-28T09:35:31.4807622Z ##[group]Getting Git version info
2024-08-28T09:35:31.4808055Z Working directory is 'D:\a\pyresample\pyresample'
2024-08-28T09:35:31.5543996Z ##[debug]Getting git version
2024-08-28T09:35:31.5572330Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-08-28T09:35:31.5803911Z git version 2.46.0.windows.1
2024-08-28T09:35:31.5847594Z ##[debug]0
2024-08-28T09:35:31.5848057Z ##[debug]git version 2.46.0.windows.1
2024-08-28T09:35:31.5848350Z ##[debug]
2024-08-28T09:35:31.5853614Z ##[debug]Set git useragent to: git/2.46.0 (github-actions-checkout)
2024-08-28T09:35:31.5855066Z ::endgroup::
2024-08-28T09:35:31.5855552Z ##[endgroup]
2024-08-28T09:35:31.5871909Z ::add-mask::***
2024-08-28T09:35:31.5875042Z Temporarily overriding HOME='D:\a\_temp\fb894c26-46a7-4e07-9cab-b62842f3833f' before making global git config changes
2024-08-28T09:35:31.5876286Z Adding repository directory to the temporary git global config as a safe directory
2024-08-28T09:35:31.5890301Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pyresample\pyresample
2024-08-28T09:35:31.6131590Z ##[debug]0
2024-08-28T09:35:31.6132053Z ##[debug]
2024-08-28T09:35:31.6139091Z Deleting the contents of 'D:\a\pyresample\pyresample'
2024-08-28T09:35:31.6145117Z ::group::Initializing the repository
2024-08-28T09:35:31.6145567Z ##[group]Initializing the repository
2024-08-28T09:35:31.6159327Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\pyresample\pyresample
2024-08-28T09:35:31.6622057Z Initialized empty Git repository in D:/a/pyresample/pyresample/.git/
2024-08-28T09:35:31.6657777Z ##[debug]0
2024-08-28T09:35:31.6658437Z ##[debug]Initialized empty Git repository in D:/a/pyresample/pyresample/.git/
2024-08-28T09:35:31.6658943Z ##[debug]
2024-08-28T09:35:31.6673853Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pytroll/pyresample
2024-08-28T09:35:31.6937560Z ##[debug]0
2024-08-28T09:35:31.6938110Z ##[debug]
2024-08-28T09:35:31.6938726Z ::endgroup::
2024-08-28T09:35:31.6938981Z ##[endgroup]
2024-08-28T09:35:31.6939488Z ::group::Disabling automatic garbage collection
2024-08-28T09:35:31.6939968Z ##[group]Disabling automatic garbage collection
2024-08-28T09:35:31.6952400Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2024-08-28T09:35:31.7198302Z ##[debug]0
2024-08-28T09:35:31.7199302Z ##[debug]
2024-08-28T09:35:31.7199904Z ::endgroup::
2024-08-28T09:35:31.7200205Z ##[endgroup]
2024-08-28T09:35:31.7200635Z ::group::Setting up auth
2024-08-28T09:35:31.7200901Z ##[group]Setting up auth
2024-08-28T09:35:31.7217640Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-08-28T09:35:31.7452324Z ##[debug]1
2024-08-28T09:35:31.7452734Z ##[debug]
2024-08-28T09:35:31.7466852Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2024-08-28T09:35:33.6481015Z ##[debug]0
2024-08-28T09:35:33.6481489Z ##[debug]
2024-08-28T09:35:33.6501146Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-08-28T09:35:33.6751261Z ##[debug]1
2024-08-28T09:35:33.6751681Z ##[debug]
2024-08-28T09:35:33.6766716Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2024-08-28T09:35:34.0698962Z ##[debug]0
2024-08-28T09:35:34.0699363Z ##[debug]
2024-08-28T09:35:34.0719799Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2024-08-28T09:35:34.0974530Z ##[debug]0
2024-08-28T09:35:34.0975143Z ##[debug]
2024-08-28T09:35:34.0987204Z ::endgroup::
2024-08-28T09:35:34.0987480Z ##[endgroup]
2024-08-28T09:35:34.0987967Z ::group::Fetching the repository
2024-08-28T09:35:34.0988340Z ##[group]Fetching the repository
2024-08-28T09:35:34.1018122Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +280c2258d51625f7747e7b08aabf4bbb71edcf87:refs/tags/v1.30.0
2024-08-28T09:35:35.9711453Z From https://github.com/pytroll/pyresample
2024-08-28T09:35:35.9713255Z * [new ref] 280c2258d51625f7747e7b08aabf4bbb71edcf87 -> v1.30.0
2024-08-28T09:35:35.9858015Z ##[debug]0
2024-08-28T09:35:35.9858454Z ##[debug]
2024-08-28T09:35:35.9858827Z ::endgroup::
2024-08-28T09:35:35.9859051Z ##[endgroup]
2024-08-28T09:35:35.9859444Z ::group::Determining the checkout info
2024-08-28T09:35:35.9859796Z ##[group]Determining the checkout info
2024-08-28T09:35:35.9861407Z ::endgroup::
2024-08-28T09:35:35.9861625Z ##[endgroup]
2024-08-28T09:35:35.9876887Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
2024-08-28T09:35:36.0139154Z ##[debug]0
2024-08-28T09:35:36.0139649Z ##[debug]
2024-08-28T09:35:36.0155288Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
2024-08-28T09:35:36.0396736Z ##[debug]0
2024-08-28T09:35:36.0397138Z ##[debug]
2024-08-28T09:35:36.0397758Z ::group::Checking out the ref
2024-08-28T09:35:36.0398220Z ##[group]Checking out the ref
2024-08-28T09:35:36.0411436Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/tags/v1.30.0
2024-08-28T09:35:36.2214479Z Note: switching to 'refs/tags/v1.30.0'.
2024-08-28T09:35:36.2215020Z
2024-08-28T09:35:36.2215332Z You are in 'detached HEAD' state. You can look around, make experimental
2024-08-28T09:35:36.2216145Z changes and commit them, and you can discard any commits you make in this
2024-08-28T09:35:36.2218185Z state without impacting any branches by switching back to a branch.
2024-08-28T09:35:36.2218802Z
2024-08-28T09:35:36.2219234Z If you want to create a new branch to retain commits you create, you may
2024-08-28T09:35:36.2220162Z do so (now or later) by using -c with the switch command. Example:
2024-08-28T09:35:36.2220710Z
2024-08-28T09:35:36.2220894Z git switch -c <new-branch-name>
2024-08-28T09:35:36.2221230Z
2024-08-28T09:35:36.2221393Z Or undo this operation with:
2024-08-28T09:35:36.2221706Z
2024-08-28T09:35:36.2221833Z git switch -
2024-08-28T09:35:36.2222032Z
2024-08-28T09:35:36.2222470Z Turn off this advice by setting config variable advice.detachedHead to false
2024-08-28T09:35:36.2223113Z
2024-08-28T09:35:36.2223354Z HEAD is now at 280c225 Update changelog for v1.30.0
2024-08-28T09:35:36.2265749Z ##[debug]0
2024-08-28T09:35:36.2266138Z ##[debug]
2024-08-28T09:35:36.2266522Z ::endgroup::
2024-08-28T09:35:36.2266728Z ##[endgroup]
2024-08-28T09:35:36.2534179Z ##[debug]0
2024-08-28T09:35:36.2534879Z ##[debug]commit 280c2258d51625f7747e7b08aabf4bbb71edcf87
2024-08-28T09:35:36.2535420Z ##[debug]Author: Martin Raspaud <[email protected]>
2024-08-28T09:35:36.2535877Z ##[debug]Date: Wed Aug 28 09:04:43 2024 +0200
2024-08-28T09:35:36.2536217Z ##[debug]
2024-08-28T09:35:36.2536461Z ##[debug] Update changelog for v1.30.0
2024-08-28T09:35:36.2536808Z ##[debug]
2024-08-28T09:35:36.2548804Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2024-08-28T09:35:36.2769154Z '280c2258d51625f7747e7b08aabf4bbb71edcf87'
2024-08-28T09:35:36.2804787Z ##[debug]0
2024-08-28T09:35:36.2805330Z ##[debug]'280c2258d51625f7747e7b08aabf4bbb71edcf87'
2024-08-28T09:35:36.2805728Z ##[debug]
2024-08-28T09:35:36.2809313Z ##[debug]Unsetting HOME override
2024-08-28T09:35:36.2818985Z ::remove-matcher owner=checkout-git::
2024-08-28T09:35:36.2839877Z ##[debug]Removed matchers: 'checkout-git'
2024-08-28T09:35:36.2911735Z ##[debug]Node Action run completed with exit code 0
2024-08-28T09:35:36.3026516Z ##[debug]Save intra-action state isPost = true
2024-08-28T09:35:36.3027042Z ##[debug]Save intra-action state setSafeDirectory = true
2024-08-28T09:35:36.3027641Z ##[debug]Save intra-action state repositoryPath = D:\a\pyresample\pyresample
2024-08-28T09:35:36.3035761Z ##[debug]Finishing: Run actions/checkout@v4
2024-08-28T09:35:36.3053603Z ##[debug]Evaluating condition for step: 'Run git fetch --prune --unshallow'
2024-08-28T09:35:36.3056604Z ##[debug]Evaluating: success()
2024-08-28T09:35:36.3057010Z ##[debug]Evaluating success:
2024-08-28T09:35:36.3057522Z ##[debug]=> true
2024-08-28T09:35:36.3058017Z ##[debug]Result: true
2024-08-28T09:35:36.3058821Z ##[debug]Starting: Run git fetch --prune --unshallow
2024-08-28T09:35:36.3154148Z ##[debug]Loading inputs
2024-08-28T09:35:36.3180550Z ##[debug]Loading env
2024-08-28T09:35:36.3215816Z ##[group]Run git fetch --prune --unshallow
2024-08-28T09:35:36.3216247Z �[36;1mgit fetch --prune --unshallow�[0m
2024-08-28T09:35:36.3254205Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2024-08-28T09:35:36.3254658Z ##[endgroup]
2024-08-28T09:35:36.3366835Z ##[debug]C:\Program Files\PowerShell\7\pwsh.EXE -command ". 'D:\a\_temp\10c7d2ea-1a4f-4ed5-a5ca-143028af8e6f.ps1'"
2024-08-28T09:35:38.4444215Z From https://github.com/pytroll/pyresample
2024-08-28T09:35:38.4445095Z * [new branch] build-wheel-fixes -> origin/build-wheel-fixes
2024-08-28T09:35:38.4445715Z * [new branch] main -> origin/main
2024-08-28T09:35:38.4446204Z * [new tag] v1.24.0 -> v1.24.0
2024-08-28T09:35:38.9052043Z * [new tag] 1.1.1 -> 1.1.1
2024-08-28T09:35:38.9052862Z * [new tag] 1.1.2 -> 1.1.2
2024-08-28T09:35:38.9053531Z * [new tag] 1.1.3 -> 1.1.3
2024-08-28T09:35:38.9053999Z * [new tag] v1.1.4 -> v1.1.4
2024-08-28T09:35:38.9054479Z * [new tag] v1.1.5 -> v1.1.5
2024-08-28T09:35:38.9054968Z * [new tag] v1.1.6 -> v1.1.6
2024-08-28T09:35:38.9055450Z * [new tag] v1.10.0 -> v1.10.0
2024-08-28T09:35:38.9055869Z * [new tag] v1.10.1 -> v1.10.1
2024-08-28T09:35:38.9056269Z * [new tag] v1.10.2 -> v1.10.2
2024-08-28T09:35:38.9056668Z * [new tag] v1.10.3 -> v1.10.3
2024-08-28T09:35:38.9057069Z * [new tag] v1.11.0 -> v1.11.0
2024-08-28T09:35:38.9057562Z * [new tag] v1.11.1 -> v1.11.1
2024-08-28T09:35:38.9057992Z * [new tag] v1.11.2 -> v1.11.2
2024-08-28T09:35:38.9058382Z * [new tag] v1.12.0 -> v1.12.0
2024-08-28T09:35:38.9058767Z * [new tag] v1.12.1 -> v1.12.1
2024-08-28T09:35:38.9059274Z * [new tag] v1.12.2 -> v1.12.2
2024-08-28T09:35:38.9059684Z * [new tag] v1.12.3 -> v1.12.3
2024-08-28T09:35:38.9060077Z * [new tag] v1.13.0 -> v1.13.0
2024-08-28T09:35:38.9060460Z * [new tag] v1.13.1 -> v1.13.1
2024-08-28T09:35:38.9060848Z * [new tag] v1.13.2 -> v1.13.2
2024-08-28T09:35:38.9061230Z * [new tag] v1.14.0 -> v1.14.0
2024-08-28T09:35:38.9061620Z * [new tag] v1.15.0 -> v1.15.0
2024-08-28T09:35:38.9061997Z * [new tag] v1.16.0 -> v1.16.0
2024-08-28T09:35:38.9062380Z * [new tag] v1.17.0 -> v1.17.0
2024-08-28T09:35:38.9062764Z * [new tag] v1.18.0 -> v1.18.0
2024-08-28T09:35:38.9063140Z * [new tag] v1.18.1 -> v1.18.1
2024-08-28T09:35:38.9063547Z * [new tag] v1.19.0 -> v1.19.0
2024-08-28T09:35:38.9064148Z * [new tag] v1.2.0 -> v1.2.0
2024-08-28T09:35:38.9064753Z * [new tag] v1.2.1 -> v1.2.1
2024-08-28T09:35:38.9065375Z * [new tag] v1.2.2 -> v1.2.2
2024-08-28T09:35:38.9066010Z * [new tag] v1.2.3 -> v1.2.3
2024-08-28T09:35:38.9066605Z * [new tag] v1.2.4 -> v1.2.4
2024-08-28T09:35:38.9067191Z * [new tag] v1.2.5 -> v1.2.5
2024-08-28T09:35:38.9067761Z * [new tag] v1.2.6 -> v1.2.6
2024-08-28T09:35:38.9070678Z * [new tag] v1.2.7 -> v1.2.7
2024-08-28T09:35:38.9071428Z * [new tag] v1.2.8 -> v1.2.8
2024-08-28T09:35:38.9072030Z * [new tag] v1.2.9 -> v1.2.9
2024-08-28T09:35:38.9072598Z * [new tag] v1.20.0 -> v1.20.0
2024-08-28T09:35:38.9073201Z * [new tag] v1.21.0 -> v1.21.0
2024-08-28T09:35:38.9073764Z * [new tag] v1.21.1 -> v1.21.1
2024-08-28T09:35:38.9074312Z * [new tag] v1.22.0 -> v1.22.0
2024-08-28T09:35:38.9074883Z * [new tag] v1.22.1 -> v1.22.1
2024-08-28T09:35:38.9075459Z * [new tag] v1.22.2 -> v1.22.2
2024-08-28T09:35:38.9076030Z * [new tag] v1.22.3 -> v1.22.3
2024-08-28T09:35:38.9076834Z * [new tag] v1.23.0 -> v1.23.0
2024-08-28T09:35:38.9077361Z * [new tag] v1.24.1 -> v1.24.1
2024-08-28T09:35:38.9077743Z * [new tag] v1.25.0 -> v1.25.0
2024-08-28T09:35:38.9078330Z * [new tag] v1.25.1 -> v1.25.1
2024-08-28T09:35:38.9078932Z * [new tag] v1.26.0 -> v1.26.0
2024-08-28T09:35:38.9079475Z * [new tag] v1.26.0.post0 -> v1.26.0.post0
2024-08-28T09:35:38.9079869Z * [new tag] v1.26.1 -> v1.26.1
2024-08-28T09:35:38.9080225Z * [new tag] v1.27.0 -> v1.27.0
2024-08-28T09:35:38.9080575Z * [new tag] v1.27.1 -> v1.27.1
2024-08-28T09:35:38.9080914Z * [new tag] v1.28.0 -> v1.28.0
2024-08-28T09:35:38.9081264Z * [new tag] v1.28.1 -> v1.28.1
2024-08-28T09:35:38.9081606Z * [new tag] v1.28.2 -> v1.28.2
2024-08-28T09:35:38.9081935Z * [new tag] v1.28.3 -> v1.28.3
2024-08-28T09:35:38.9082274Z * [new tag] v1.28.4 -> v1.28.4
2024-08-28T09:35:38.9082605Z * [new tag] v1.29.0 -> v1.29.0
2024-08-28T09:35:38.9082944Z * [new tag] v1.3.0 -> v1.3.0
2024-08-28T09:35:38.9083291Z * [new tag] v1.3.1 -> v1.3.1
2024-08-28T09:35:38.9083646Z * [new tag] v1.4.0 -> v1.4.0
2024-08-28T09:35:38.9083986Z * [new tag] v1.4.1 -> v1.4.1
2024-08-28T09:35:38.9084317Z * [new tag] v1.5.0 -> v1.5.0
2024-08-28T09:35:38.9084655Z * [new tag] v1.6.0 -> v1.6.0
2024-08-28T09:35:38.9085004Z * [new tag] v1.6.1 -> v1.6.1
2024-08-28T09:35:38.9085343Z * [new tag] v1.7.0 -> v1.7.0
2024-08-28T09:35:38.9085686Z * [new tag] v1.7.1 -> v1.7.1
2024-08-28T09:35:38.9086028Z * [new tag] v1.8.0 -> v1.8.0
2024-08-28T09:35:38.9086369Z * [new tag] v1.8.1 -> v1.8.1
2024-08-28T09:35:38.9086706Z * [new tag] v1.8.2 -> v1.8.2
2024-08-28T09:35:38.9087043Z * [new tag] v1.8.3 -> v1.8.3
2024-08-28T09:35:38.9087383Z * [new tag] v1.9.0 -> v1.9.0
2024-08-28T09:35:38.9087719Z * [new tag] v1.9.1 -> v1.9.1
2024-08-28T09:35:38.9088058Z * [new tag] v1.9.2 -> v1.9.2
2024-08-28T09:35:38.9088388Z * [new tag] v1.9.3 -> v1.9.3
2024-08-28T09:35:39.0777584Z ##[debug]Finishing: Run git fetch --prune --unshallow
2024-08-28T09:35:39.0791216Z ##[debug]Evaluating condition for step: 'Set up QEMU'
2024-08-28T09:35:39.0797077Z ##[debug]Evaluating: (success() && (runner.os == 'Linux'))
2024-08-28T09:35:39.0797636Z ##[debug]Evaluating And:
2024-08-28T09:35:39.0802106Z ##[debug]..Evaluating success:
2024-08-28T09:35:39.0802561Z ##[debug]..=> true
2024-08-28T09:35:39.0802933Z ##[debug]..Evaluating Equal:
2024-08-28T09:35:39.0804425Z ##[debug]....Evaluating Index:
2024-08-28T09:35:39.0804825Z ##[debug]......Evaluating runner:
2024-08-28T09:35:39.0805199Z ##[debug]......=> Object
2024-08-28T09:35:39.0805547Z ##[debug]......Evaluating String:
2024-08-28T09:35:39.0805902Z ##[debug]......=> 'os'
2024-08-28T09:35:39.0806308Z ##[debug]....=> 'Windows'
2024-08-28T09:35:39.0806645Z ##[debug]....Evaluating String:
2024-08-28T09:35:39.0806980Z ##[debug]....=> 'Linux'
2024-08-28T09:35:39.0810205Z ##[debug]..=> false
2024-08-28T09:35:39.0810713Z ##[debug]=> false
2024-08-28T09:35:39.0814009Z ##[debug]Expanded: (true && ('Windows' == 'Linux'))
2024-08-28T09:35:39.0814533Z ##[debug]Result: false
2024-08-28T09:35:39.0827089Z ##[debug]Evaluating: matrix.cibw_archs
2024-08-28T09:35:39.0827514Z ##[debug]Evaluating Index:
2024-08-28T09:35:39.0827808Z ##[debug]..Evaluating matrix:
2024-08-28T09:35:39.0828113Z ##[debug]..=> Object
2024-08-28T09:35:39.0828364Z ##[debug]..Evaluating String:
2024-08-28T09:35:39.0828835Z ##[debug]..=> 'cibw_archs'
2024-08-28T09:35:39.0829206Z ##[debug]=> 'AMD64 ARM64'
2024-08-28T09:35:39.0829490Z ##[debug]Result: 'AMD64 ARM64'
2024-08-28T09:35:39.0835361Z ##[debug]Evaluating condition for step: 'Build wheels'
2024-08-28T09:35:39.0836377Z ##[debug]Evaluating: success()
2024-08-28T09:35:39.0836777Z ##[debug]Evaluating success:
2024-08-28T09:35:39.0837153Z ##[debug]=> true
2024-08-28T09:35:39.0837526Z ##[debug]Result: true
2024-08-28T09:35:39.0838012Z ##[debug]Starting: Build wheels
2024-08-28T09:35:39.0954745Z ##[debug]Register post job cleanup for action: pypa/[email protected]
2024-08-28T09:35:39.0967328Z ##[debug]Loading inputs
2024-08-28T09:35:39.0970315Z ##[debug]Loading env
2024-08-28T09:35:39.0976951Z ##[group]Run pypa/[email protected]
2024-08-28T09:35:39.0977255Z with:
2024-08-28T09:35:39.0977433Z package-dir: .
2024-08-28T09:35:39.0977654Z output-dir: wheelhouse
2024-08-28T09:35:39.0977884Z env:
2024-08-28T09:35:39.0978133Z CIBW_SKIP: cp36-* cp37-* cp38-* pp* *i686 *-musllinux*
2024-08-28T09:35:39.0978513Z CIBW_ARCHS: AMD64 ARM64
2024-08-28T09:35:39.0979114Z CIBW_TEST_COMMAND: python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:35:39.0979771Z CIBW_TEST_SKIP: *_arm64 *_universal2:arm64
2024-08-28T09:35:39.0980079Z ##[endgroup]
2024-08-28T09:35:39.1145313Z ##[debug]Evaluating condition for step: 'run'
2024-08-28T09:35:39.1146781Z ##[debug]Evaluating: success()
2024-08-28T09:35:39.1147208Z ##[debug]Evaluating success:
2024-08-28T09:35:39.1148257Z ##[debug]=> true
2024-08-28T09:35:39.1148715Z ##[debug]Result: true
2024-08-28T09:35:39.1156891Z ##[debug]Starting: run
2024-08-28T09:35:39.1255062Z ##[debug]Register post job cleanup for action: actions/setup-python@v5
2024-08-28T09:35:39.1265485Z ##[debug]Loading inputs
2024-08-28T09:35:39.1271018Z ##[debug]Evaluating: (((github.server_url == 'https://github.com') && github.token) || '')
2024-08-28T09:35:39.1271628Z ##[debug]Evaluating Or:
2024-08-28T09:35:39.1275562Z ##[debug]..Evaluating And:
2024-08-28T09:35:39.1275874Z ##[debug]....Evaluating Equal:
2024-08-28T09:35:39.1276198Z ##[debug]......Evaluating Index:
2024-08-28T09:35:39.1276505Z ##[debug]........Evaluating github:
2024-08-28T09:35:39.1276855Z ##[debug]........=> Object
2024-08-28T09:35:39.1277145Z ##[debug]........Evaluating String:
2024-08-28T09:35:39.1277491Z ##[debug]........=> 'server_url'
2024-08-28T09:35:39.1277848Z ##[debug]......=> 'https://github.com'
2024-08-28T09:35:39.1278196Z ##[debug]......Evaluating String:
2024-08-28T09:35:39.1278509Z ##[debug]......=> 'https://github.com'
2024-08-28T09:35:39.1278798Z ##[debug]....=> true
2024-08-28T09:35:39.1279059Z ##[debug]....Evaluating Index:
2024-08-28T09:35:39.1279337Z ##[debug]......Evaluating github:
2024-08-28T09:35:39.1279617Z ##[debug]......=> Object
2024-08-28T09:35:39.1279871Z ##[debug]......Evaluating String:
2024-08-28T09:35:39.1280149Z ##[debug]......=> 'token'
2024-08-28T09:35:39.1280656Z ##[debug]....=> '***'
2024-08-28T09:35:39.1281023Z ##[debug]..=> '***'
2024-08-28T09:35:39.1281349Z ##[debug]=> '***'
2024-08-28T09:35:39.1283954Z ##[debug]Expanded: ((('https://github.com' == 'https://github.com') && '***') || '')
2024-08-28T09:35:39.1284598Z ##[debug]Result: '***'
2024-08-28T09:35:39.1286747Z ##[debug]Loading env
2024-08-28T09:35:39.1291553Z ##[group]Run actions/setup-python@v5
2024-08-28T09:35:39.1291854Z with:
2024-08-28T09:35:39.1292129Z python-version: 3.12
2024-08-28T09:35:39.1292469Z update-environment: false
2024-08-28T09:35:39.1292795Z check-latest: false
2024-08-28T09:35:39.1293196Z token: ***
2024-08-28T09:35:39.1295305Z allow-prereleases: false
2024-08-28T09:35:39.1295679Z env:
2024-08-28T09:35:39.1295981Z CIBW_SKIP: cp36-* cp37-* cp38-* pp* *i686 *-musllinux*
2024-08-28T09:35:39.1296424Z CIBW_ARCHS: AMD64 ARM64
2024-08-28T09:35:39.1297089Z CIBW_TEST_COMMAND: python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:35:39.1297948Z CIBW_TEST_SKIP: *_arm64 *_universal2:arm64
2024-08-28T09:35:39.1298333Z ##[endgroup]
2024-08-28T09:35:39.3371247Z ##[debug]Python is expected to be installed into C:\hostedtoolcache\windows
2024-08-28T09:35:39.3374168Z ::group::Installed versions
2024-08-28T09:35:39.3374470Z ##[group]Installed versions
2024-08-28T09:35:39.3379833Z ##[debug]Semantic version spec of 3.12 is 3.12
2024-08-28T09:35:39.3382583Z ##[debug]isExplicit:
2024-08-28T09:35:39.3383782Z ##[debug]explicit? false
2024-08-28T09:35:39.3393292Z ##[debug]isExplicit: 3.10.11
2024-08-28T09:35:39.3393946Z ##[debug]explicit? true
2024-08-28T09:35:39.3399759Z ##[debug]isExplicit: 3.11.9
2024-08-28T09:35:39.3400439Z ##[debug]explicit? true
2024-08-28T09:35:39.3404671Z ##[debug]isExplicit: 3.12.5
2024-08-28T09:35:39.3405217Z ##[debug]explicit? true
2024-08-28T09:35:39.3410426Z ##[debug]isExplicit: 3.7.9
2024-08-28T09:35:39.3411386Z ##[debug]explicit? true
2024-08-28T09:35:39.3416507Z ##[debug]isExplicit: 3.8.10
2024-08-28T09:35:39.3417081Z ##[debug]explicit? true
2024-08-28T09:35:39.3421066Z ##[debug]isExplicit: 3.9.13
2024-08-28T09:35:39.3422075Z ##[debug]explicit? true
2024-08-28T09:35:39.3427405Z ##[debug]evaluating 6 versions
2024-08-28T09:35:39.3453259Z ##[debug]matched: 3.12.5
2024-08-28T09:35:39.3454401Z ##[debug]checking cache: C:\hostedtoolcache\windows\Python\3.12.5\x64
2024-08-28T09:35:39.3457860Z ##[debug]Found tool in cache Python 3.12.5 x64
2024-08-28T09:35:39.3473374Z Successfully set up CPython (3.12.5)
2024-08-28T09:35:39.3475328Z ::endgroup::
2024-08-28T09:35:39.3475635Z ##[endgroup]
2024-08-28T09:35:39.3495151Z ##[add-matcher]D:\a\_actions\actions\setup-python\v5\.github\python.json
2024-08-28T09:35:39.3507137Z ##[debug]Added matchers: 'python'. Problem matchers scan action output for known warning or error strings and report these inline.
2024-08-28T09:35:39.3578257Z ##[debug]Node Action run completed with exit code 0
2024-08-28T09:35:39.3596170Z ##[debug]Set output python-version = 3.12.5
2024-08-28T09:35:39.3597001Z ##[debug]Set output python-path = C:\hostedtoolcache\windows\Python\3.12.5\x64\python.exe
2024-08-28T09:35:39.3598212Z ##[debug]Finished: run
2024-08-28T09:35:39.3606734Z ##[debug]Evaluating condition for step: 'run'
2024-08-28T09:35:39.3608000Z ##[debug]Evaluating: success()
2024-08-28T09:35:39.3608411Z ##[debug]Evaluating success:
2024-08-28T09:35:39.3608942Z ##[debug]=> true
2024-08-28T09:35:39.3609462Z ##[debug]Result: true
2024-08-28T09:35:39.3610025Z ##[debug]Starting: run
2024-08-28T09:35:39.3700098Z ##[debug]Loading inputs
2024-08-28T09:35:39.3702283Z ##[debug]Evaluating: format('# Install cibuildwheel
2024-08-28T09:35:39.3702676Z ##[debug]"{0}" -u << "EOF"
2024-08-28T09:35:39.3702918Z ##[debug]import os
2024-08-28T09:35:39.3703143Z ##[debug]import shutil
2024-08-28T09:35:39.3703375Z ##[debug]import sys
2024-08-28T09:35:39.3703591Z ##[debug]import venv
2024-08-28T09:35:39.3703813Z ##[debug]
2024-08-28T09:35:39.3704035Z ##[debug]from pathlib import Path
2024-08-28T09:35:39.3704350Z ##[debug]from subprocess import run
2024-08-28T09:35:39.3704628Z ##[debug]
2024-08-28T09:35:39.3704800Z ##[debug]
2024-08-28T09:35:39.3705016Z ##[debug]class EnvBuilder(venv.EnvBuilder):
2024-08-28T09:35:39.3705348Z ##[debug] def __init__(self):
2024-08-28T09:35:39.3705626Z ##[debug] super().__init__()
2024-08-28T09:35:39.3705881Z ##[debug]
2024-08-28T09:35:39.3706110Z ##[debug] def setup_scripts(self, context):
2024-08-28T09:35:39.3706430Z ##[debug] pass
2024-08-28T09:35:39.3706639Z ##[debug]
2024-08-28T09:35:39.3706853Z ##[debug] def post_setup(self, context):
2024-08-28T09:35:39.3707853Z ##[debug] super().post_setup(context)
2024-08-28T09:35:39.3708277Z ##[debug] self.bin_path = Path(context.env_exe).parent
2024-08-28T09:35:39.3708881Z ##[debug] run([sys.executable, "-m", "pip", "--python", context.env_exe, "install", r"{1}"], check=True)
2024-08-28T09:35:39.3709392Z ##[debug]
2024-08-28T09:35:39.3710092Z ##[debug]
2024-08-28T09:35:39.3710332Z ##[debug]print("::group::Install cibuildwheel")
2024-08-28T09:35:39.3710697Z ##[debug]venv_path = Path(r"{2}") / "cibw"
2024-08-28T09:35:39.3711020Z ##[debug]if venv_path.exists():
2024-08-28T09:35:39.3711306Z ##[debug] shutil.rmtree(venv_path)
2024-08-28T09:35:39.3711607Z ##[debug]builder = EnvBuilder()
2024-08-28T09:35:39.3711893Z ##[debug]builder.create(venv_path)
2024-08-28T09:35:39.3712468Z ##[debug]cibw_path = [path for path in builder.bin_path.glob("cibuildwheel*") if path.stem == "cibuildwheel"][0]
2024-08-28T09:35:39.3713138Z ##[debug]with open(os.environ["GITHUB_OUTPUT"], "at") as f:
2024-08-28T09:35:39.3713564Z ##[debug] f.write(f"cibw-path={{cibw_path}}\n")
2024-08-28T09:35:39.3713898Z ##[debug]print("::endgroup::")
2024-08-28T09:35:39.3714158Z ##[debug]EOF
2024-08-28T09:35:39.3715098Z ##[debug]', steps.python.outputs.python-path, github.action_path, runner.temp)
2024-08-28T09:35:39.3716500Z ##[debug]Evaluating format:
2024-08-28T09:35:39.3733364Z ##[debug]..Evaluating String:
2024-08-28T09:35:39.3733788Z ##[debug]..=> '# Install cibuildwheel
2024-08-28T09:35:39.3734104Z ##[debug]"{0}" -u << "EOF"
2024-08-28T09:35:39.3734348Z ##[debug]import os
2024-08-28T09:35:39.3734549Z ##[debug]import shutil
2024-08-28T09:35:39.3734768Z ##[debug]import sys
2024-08-28T09:35:39.3734974Z ##[debug]import venv
2024-08-28T09:35:39.3735178Z ##[debug]
2024-08-28T09:35:39.3735388Z ##[debug]from pathlib import Path
2024-08-28T09:35:39.3735701Z ##[debug]from subprocess import run
2024-08-28T09:35:39.3735976Z ##[debug]
2024-08-28T09:35:39.3736152Z ##[debug]
2024-08-28T09:35:39.3736383Z ##[debug]class EnvBuilder(venv.EnvBuilder):
2024-08-28T09:35:39.3736709Z ##[debug] def __init__(self):
2024-08-28T09:35:39.3736986Z ##[debug] super().__init__()
2024-08-28T09:35:39.3737251Z ##[debug]
2024-08-28T09:35:39.3737469Z ##[debug] def setup_scripts(self, context):
2024-08-28T09:35:39.3737808Z ##[debug] pass
2024-08-28T09:35:39.3738026Z ##[debug]
2024-08-28T09:35:39.3738229Z ##[debug] def post_setup(self, context):
2024-08-28T09:35:39.3738570Z ##[debug] super().post_setup(context)
2024-08-28T09:35:39.3738962Z ##[debug] self.bin_path = Path(context.env_exe).parent
2024-08-28T09:35:39.3739556Z ##[debug] run([sys.executable, "-m", "pip", "--python", context.env_exe, "install", r"{1}"], check=True)
2024-08-28T09:35:39.3740061Z ##[debug]
2024-08-28T09:35:39.3740261Z ##[debug]
2024-08-28T09:35:39.3740481Z ##[debug]print("::group::Install cibuildwheel")
2024-08-28T09:35:39.3740837Z ##[debug]venv_path = Path(r"{2}") / "cibw"
2024-08-28T09:35:39.3741157Z ##[debug]if venv_path.exists():
2024-08-28T09:35:39.3741439Z ##[debug] shutil.rmtree(venv_path)
2024-08-28T09:35:39.3741739Z ##[debug]builder = EnvBuilder()
2024-08-28T09:35:39.3742016Z ##[debug]builder.create(venv_path)
2024-08-28T09:35:39.3742581Z ##[debug]cibw_path = [path for path in builder.bin_path.glob("cibuildwheel*") if path.stem == "cibuildwheel"][0]
2024-08-28T09:35:39.3743244Z ##[debug]with open(os.environ["GITHUB_OUTPUT"], "at") as f:
2024-08-28T09:35:39.3743655Z ##[debug] f.write(f"cibw-path={{cibw_path}}\n")
2024-08-28T09:35:39.3743996Z ##[debug]print("::endgroup::")
2024-08-28T09:35:39.3744234Z ##[debug]EOF
2024-08-28T09:35:39.3744418Z ##[debug]'
2024-08-28T09:35:39.3767156Z ##[debug]..Evaluating Index:
2024-08-28T09:35:39.3767493Z ##[debug]....Evaluating Index:
2024-08-28T09:35:39.3767798Z ##[debug]......Evaluating Index:
2024-08-28T09:35:39.3768107Z ##[debug]........Evaluating steps:
2024-08-28T09:35:39.3768500Z ##[debug]........=> Object
2024-08-28T09:35:39.3768814Z ##[debug]........Evaluating String:
2024-08-28T09:35:39.3769332Z ##[debug]........=> 'python'
2024-08-28T09:35:39.3769698Z ##[debug]......=> Object
2024-08-28T09:35:39.3769985Z ##[debug]......Evaluating String:
2024-08-28T09:35:39.3770291Z ##[debug]......=> 'outputs'
2024-08-28T09:35:39.3770586Z ##[debug]....=> Object
2024-08-28T09:35:39.3770860Z ##[debug]....Evaluating String:
2024-08-28T09:35:39.3771417Z ##[debug]....=> 'python-path'
2024-08-28T09:35:39.3771852Z ##[debug]..=> 'C:\hostedtoolcache\windows\Python\3.12.5\x64\python.exe'
2024-08-28T09:35:39.3773384Z ##[debug]..Evaluating Index:
2024-08-28T09:35:39.3773763Z ##[debug]....Evaluating github:
2024-08-28T09:35:39.3774075Z ##[debug]....=> Object
2024-08-28T09:35:39.3774334Z ##[debug]....Evaluating String:
2024-08-28T09:35:39.3774632Z ##[debug]....=> 'action_path'
2024-08-28T09:35:39.3774990Z ##[debug]..=> 'D:\a\_actions\pypa\cibuildwheel\v2.19.2'
2024-08-28T09:35:39.3775449Z ##[debug]..Evaluating Index:
2024-08-28T09:35:39.3776015Z ##[debug]....Evaluating runner:
2024-08-28T09:35:39.3776461Z ##[debug]....=> Object
2024-08-28T09:35:39.3776714Z ##[debug]....Evaluating String:
2024-08-28T09:35:39.3776985Z ##[debug]....=> 'temp'
2024-08-28T09:35:39.3777292Z ##[debug]..=> 'D:\a\_temp'
2024-08-28T09:35:39.3777691Z ##[debug]=> '# Install cibuildwheel
2024-08-28T09:35:39.3778170Z ##[debug]"C:\hostedtoolcache\windows\Python\3.12.5\x64\python.exe" -u << "EOF"
2024-08-28T09:35:39.3778630Z ##[debug]import os
2024-08-28T09:35:39.3778856Z ##[debug]import shutil
2024-08-28T09:35:39.3779083Z ##[debug]import sys
2024-08-28T09:35:39.3779293Z ##[debug]import venv
2024-08-28T09:35:39.3779518Z ##[debug]
2024-08-28T09:35:39.3779727Z ##[debug]from pathlib import Path
2024-08-28T09:35:39.3780018Z ##[debug]from subprocess import run
2024-08-28T09:35:39.3780296Z ##[debug]
2024-08-28T09:35:39.3780469Z ##[debug]
2024-08-28T09:35:39.3780681Z ##[debug]class EnvBuilder(venv.EnvBuilder):
2024-08-28T09:35:39.3781009Z ##[debug] def __init__(self):
2024-08-28T09:35:39.3781299Z ##[debug] super().__init__()
2024-08-28T09:35:39.3781557Z ##[debug]
2024-08-28T09:35:39.3781787Z ##[debug] def setup_scripts(self, context):
2024-08-28T09:35:39.3782103Z ##[debug] pass
2024-08-28T09:35:39.3782308Z ##[debug]
2024-08-28T09:35:39.3782545Z ##[debug] def post_setup(self, context):
2024-08-28T09:35:39.3782886Z ##[debug] super().post_setup(context)
2024-08-28T09:35:39.3783284Z ##[debug] self.bin_path = Path(context.env_exe).parent
2024-08-28T09:35:39.3784034Z ##[debug] run([sys.executable, "-m", "pip", "--python", context.env_exe, "install", r"D:\a\_actions\pypa\cibuildwheel\v2.19.2"], check=True)
2024-08-28T09:35:39.3784674Z ##[debug]
2024-08-28T09:35:39.3784854Z ##[debug]
2024-08-28T09:35:39.3785090Z ##[debug]print("::group::Install cibuildwheel")
2024-08-28T09:35:39.3785455Z ##[debug]venv_path = Path(r"D:\a\_temp") / "cibw"
2024-08-28T09:35:39.3785802Z ##[debug]if venv_path.exists():
2024-08-28T09:35:39.3786090Z ##[debug] shutil.rmtree(venv_path)
2024-08-28T09:35:39.3786388Z ##[debug]builder = EnvBuilder()
2024-08-28T09:35:39.3786674Z ##[debug]builder.create(venv_path)
2024-08-28T09:35:39.3787256Z ##[debug]cibw_path = [path for path in builder.bin_path.glob("cibuildwheel*") if path.stem == "cibuildwheel"][0]
2024-08-28T09:35:39.3787916Z ##[debug]with open(os.environ["GITHUB_OUTPUT"], "at") as f:
2024-08-28T09:35:39.3788336Z ##[debug] f.write(f"cibw-path={cibw_path}\n")
2024-08-28T09:35:39.3788666Z ##[debug]print("::endgroup::")
2024-08-28T09:35:39.3788911Z ##[debug]EOF
2024-08-28T09:35:39.3789096Z ##[debug]'
2024-08-28T09:35:39.3789405Z ##[debug]Result: '# Install cibuildwheel
2024-08-28T09:35:39.3789870Z ##[debug]"C:\hostedtoolcache\windows\Python\3.12.5\x64\python.exe" -u << "EOF"
2024-08-28T09:35:39.3790324Z ##[debug]import os
2024-08-28T09:35:39.3790534Z ##[debug]import shutil
2024-08-28T09:35:39.3790763Z ##[debug]import sys
2024-08-28T09:35:39.3790978Z ##[debug]import venv
2024-08-28T09:35:39.3791184Z ##[debug]
2024-08-28T09:35:39.3791527Z ##[debug]from pathlib import Path
2024-08-28T09:35:39.3791834Z ##[debug]from subprocess import run
2024-08-28T09:35:39.3792105Z ##[debug]
2024-08-28T09:35:39.3792279Z ##[debug]
2024-08-28T09:35:39.3792495Z ##[debug]class EnvBuilder(venv.EnvBuilder):
2024-08-28T09:35:39.3792823Z ##[debug] def __init__(self):
2024-08-28T09:35:39.3793185Z ##[debug] super().__init__()
2024-08-28T09:35:39.3793452Z ##[debug]
2024-08-28T09:35:39.3793673Z ##[debug] def setup_scripts(self, context):
2024-08-28T09:35:39.3793991Z ##[debug] pass
2024-08-28T09:35:39.3794204Z ##[debug]
2024-08-28T09:35:39.3794412Z ##[debug] def post_setup(self, context):
2024-08-28T09:35:39.3794751Z ##[debug] super().post_setup(context)
2024-08-28T09:35:39.3795145Z ##[debug] self.bin_path = Path(context.env_exe).parent
2024-08-28T09:35:39.3795877Z ##[debug] run([sys.executable, "-m", "pip", "--python", context.env_exe, "install", r"D:\a\_actions\pypa\cibuildwheel\v2.19.2"], check=True)
2024-08-28T09:35:39.3796520Z ##[debug]
2024-08-28T09:35:39.3796698Z ##[debug]
2024-08-28T09:35:39.3796925Z ##[debug]print("::group::Install cibuildwheel")
2024-08-28T09:35:39.3797297Z ##[debug]venv_path = Path(r"D:\a\_temp") / "cibw"
2024-08-28T09:35:39.3797636Z ##[debug]if venv_path.exists():
2024-08-28T09:35:39.3797917Z ##[debug] shutil.rmtree(venv_path)
2024-08-28T09:35:39.3798218Z ##[debug]builder = EnvBuilder()
2024-08-28T09:35:39.3798498Z ##[debug]builder.create(venv_path)
2024-08-28T09:35:39.3799068Z ##[debug]cibw_path = [path for path in builder.bin_path.glob("cibuildwheel*") if path.stem == "cibuildwheel"][0]
2024-08-28T09:35:39.3799728Z ##[debug]with open(os.environ["GITHUB_OUTPUT"], "at") as f:
2024-08-28T09:35:39.3800137Z ##[debug] f.write(f"cibw-path={cibw_path}\n")
2024-08-28T09:35:39.3800469Z ##[debug]print("::endgroup::")
2024-08-28T09:35:39.3800711Z ##[debug]EOF
2024-08-28T09:35:39.3800896Z ##[debug]'
2024-08-28T09:35:39.3801318Z ##[debug]Loading env
2024-08-28T09:35:39.3805913Z ##[group]Run # Install cibuildwheel
2024-08-28T09:35:39.3806251Z �[36;1m# Install cibuildwheel�[0m
2024-08-28T09:35:39.3806721Z �[36;1m"C:\hostedtoolcache\windows\Python\3.12.5\x64\python.exe" -u << "EOF"�[0m
2024-08-28T09:35:39.3807200Z �[36;1mimport os�[0m
2024-08-28T09:35:39.3807428Z �[36;1mimport shutil�[0m
2024-08-28T09:35:39.3807662Z �[36;1mimport sys�[0m
2024-08-28T09:35:39.3807884Z �[36;1mimport venv�[0m
2024-08-28T09:35:39.3808101Z �[36;1m�[0m
2024-08-28T09:35:39.3808305Z �[36;1mfrom pathlib import Path�[0m
2024-08-28T09:35:39.3808610Z �[36;1mfrom subprocess import run�[0m
2024-08-28T09:35:39.3808891Z �[36;1m�[0m
2024-08-28T09:35:39.3809064Z �[36;1m�[0m
2024-08-28T09:35:39.3809293Z �[36;1mclass EnvBuilder(venv.EnvBuilder):�[0m
2024-08-28T09:35:39.3809621Z �[36;1m def __init__(self):�[0m
2024-08-28T09:35:39.3809895Z �[36;1m super().__init__()�[0m
2024-08-28T09:35:39.3810166Z �[36;1m�[0m
2024-08-28T09:35:39.3810404Z �[36;1m def setup_scripts(self, context):�[0m
2024-08-28T09:35:39.3810723Z �[36;1m pass�[0m
2024-08-28T09:35:39.3810941Z �[36;1m�[0m
2024-08-28T09:35:39.3811162Z �[36;1m def post_setup(self, context):�[0m
2024-08-28T09:35:39.3811499Z �[36;1m super().post_setup(context)�[0m
2024-08-28T09:35:39.3811906Z �[36;1m self.bin_path = Path(context.env_exe).parent�[0m
2024-08-28T09:35:39.3812664Z �[36;1m run([sys.executable, "-m", "pip", "--python", context.env_exe, "install", r"D:\a\_actions\pypa\cibuildwheel\v2.19.2"], check=True)�[0m
2024-08-28T09:35:39.3813303Z �[36;1m�[0m
2024-08-28T09:35:39.3813483Z �[36;1m�[0m
2024-08-28T09:35:39.3813729Z �[36;1mprint("::group::Install cibuildwheel")�[0m
2024-08-28T09:35:39.3814117Z �[36;1mvenv_path = Path(r"D:\a\_temp") / "cibw"�[0m
2024-08-28T09:35:39.3814461Z �[36;1mif venv_path.exists():�[0m
2024-08-28T09:35:39.3814751Z �[36;1m shutil.rmtree(venv_path)�[0m
2024-08-28T09:35:39.3815046Z �[36;1mbuilder = EnvBuilder()�[0m
2024-08-28T09:35:39.3815336Z �[36;1mbuilder.create(venv_path)�[0m
2024-08-28T09:35:39.3816534Z �[36;1mcibw_path = [path for path in builder.bin_path.glob("cibuildwheel*") if path.stem == "cibuildwheel"][0]�[0m
2024-08-28T09:35:39.3817252Z �[36;1mwith open(os.environ["GITHUB_OUTPUT"], "at") as f:�[0m
2024-08-28T09:35:39.3817671Z �[36;1m f.write(f"cibw-path={cibw_path}\n")�[0m
2024-08-28T09:35:39.3818105Z �[36;1mprint("::endgroup::")�[0m
2024-08-28T09:35:39.3818367Z �[36;1mEOF�[0m
2024-08-28T09:35:39.3832361Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
2024-08-28T09:35:39.3832876Z env:
2024-08-28T09:35:39.3833143Z CIBW_SKIP: cp36-* cp37-* cp38-* pp* *i686 *-musllinux*
2024-08-28T09:35:39.3833515Z CIBW_ARCHS: AMD64 ARM64
2024-08-28T09:35:39.3834121Z CIBW_TEST_COMMAND: python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:35:39.3834787Z CIBW_TEST_SKIP: *_arm64 *_universal2:arm64
2024-08-28T09:35:39.3835100Z ##[endgroup]
2024-08-28T09:35:39.3848921Z ##[debug]C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail D:\a\_temp\163783a8-e6e4-4962-bdc2-5f4bda174f3d.sh
2024-08-28T09:35:42.3355445Z ::group::Install cibuildwheel
2024-08-28T09:35:42.3355920Z ##[group]Install cibuildwheel
2024-08-28T09:35:58.7106887Z Processing d:\a\_actions\pypa\cibuildwheel\v2.19.2
2024-08-28T09:35:58.7157578Z Installing build dependencies: started
2024-08-28T09:36:00.7902149Z Installing build dependencies: finished with status 'done'
2024-08-28T09:36:00.7920733Z Getting requirements to build wheel: started
2024-08-28T09:36:00.9118385Z Getting requirements to build wheel: finished with status 'done'
2024-08-28T09:36:00.9144543Z Preparing metadata (pyproject.toml): started
2024-08-28T09:36:01.1814334Z Preparing metadata (pyproject.toml): finished with status 'done'
2024-08-28T09:36:01.2549920Z Collecting bashlex!=0.13 (from cibuildwheel==2.19.2)
2024-08-28T09:36:01.2767903Z Downloading bashlex-0.18-py2.py3-none-any.whl.metadata (1.1 kB)
2024-08-28T09:36:01.3338432Z Collecting bracex (from cibuildwheel==2.19.2)
2024-08-28T09:36:01.3372154Z Downloading bracex-2.5-py3-none-any.whl.metadata (3.5 kB)
2024-08-28T09:36:01.3926317Z Collecting certifi (from cibuildwheel==2.19.2)
2024-08-28T09:36:01.3965554Z Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
2024-08-28T09:36:01.4625331Z Collecting filelock (from cibuildwheel==2.19.2)
2024-08-28T09:36:01.4667351Z Downloading filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
2024-08-28T09:36:01.5215758Z Collecting packaging>=20.9 (from cibuildwheel==2.19.2)
2024-08-28T09:36:01.5233916Z Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
2024-08-28T09:36:01.5674078Z Collecting platformdirs (from cibuildwheel==2.19.2)
2024-08-28T09:36:01.5710341Z Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:36:01.6055823Z Downloading bashlex-0.18-py2.py3-none-any.whl (69 kB)
2024-08-28T09:36:01.6353631Z Using cached packaging-24.1-py3-none-any.whl (53 kB)
2024-08-28T09:36:01.6387920Z Downloading bracex-2.5-py3-none-any.whl (11 kB)
2024-08-28T09:36:01.6634958Z Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
2024-08-28T09:36:01.6880597Z Downloading filelock-3.15.4-py3-none-any.whl (16 kB)
2024-08-28T09:36:01.7175957Z Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:36:01.7767270Z Building wheels for collected packages: cibuildwheel
2024-08-28T09:36:01.7897157Z Building wheel for cibuildwheel (pyproject.toml): started
2024-08-28T09:36:01.8469719Z Building wheel for cibuildwheel (pyproject.toml): finished with status 'done'
2024-08-28T09:36:01.8493087Z Created wheel for cibuildwheel: filename=cibuildwheel-2.19.2-py3-none-any.whl size=87238 sha256=1b4db0968f9d5678274052bfe2d0ee2b7a34fd97d9db9c2e31065b6312fdaaf4
2024-08-28T09:36:01.8495517Z Stored in directory: C:\Users\runneradmin\AppData\Local\Temp\pip-ephem-wheel-cache-q5u9_0lr\wheels\3a\74\1c\b794f1b08f2ba636b9401bc7396aa26bbe9bc7c4a881b8083a
2024-08-28T09:36:01.8539722Z Successfully built cibuildwheel
2024-08-28T09:36:01.8673802Z Installing collected packages: platformdirs, packaging, filelock, certifi, bracex, bashlex, cibuildwheel
2024-08-28T09:36:02.1476667Z Successfully installed bashlex-0.18 bracex-2.5 certifi-2024.7.4 cibuildwheel-2.19.2 filelock-3.15.4 packaging-24.1 platformdirs-4.2.2
2024-08-28T09:36:02.4813956Z ::endgroup::
2024-08-28T09:36:02.4814349Z ##[endgroup]
2024-08-28T09:36:02.4938315Z ##[debug]Set output cibw-path = D:\a\_temp\cibw\Scripts\cibuildwheel.exe
2024-08-28T09:36:02.4939225Z ##[debug]Finished: run
2024-08-28T09:36:02.4942255Z ##[debug]Evaluating condition for step: 'run'
2024-08-28T09:36:02.4946126Z ##[debug]Evaluating: (success() && (runner.os != 'Windows'))
2024-08-28T09:36:02.4946770Z ##[debug]Evaluating And:
2024-08-28T09:36:02.4947151Z ##[debug]..Evaluating success:
2024-08-28T09:36:02.4947637Z ##[debug]..=> true
2024-08-28T09:36:02.4948061Z ##[debug]..Evaluating NotEqual:
2024-08-28T09:36:02.4949528Z ##[debug]....Evaluating Index:
2024-08-28T09:36:02.4949918Z ##[debug]......Evaluating runner:
2024-08-28T09:36:02.4950304Z ##[debug]......=> Object
2024-08-28T09:36:02.4950672Z ##[debug]......Evaluating String:
2024-08-28T09:36:02.4951039Z ##[debug]......=> 'os'
2024-08-28T09:36:02.4951395Z ##[debug]....=> 'Windows'
2024-08-28T09:36:02.4951756Z ##[debug]....Evaluating String:
2024-08-28T09:36:02.4952102Z ##[debug]....=> 'Windows'
2024-08-28T09:36:02.4952789Z ##[debug]..=> false
2024-08-28T09:36:02.4953258Z ##[debug]=> false
2024-08-28T09:36:02.4954789Z ##[debug]Expanded: (true && ('Windows' != 'Windows'))
2024-08-28T09:36:02.4955312Z ##[debug]Result: false
2024-08-28T09:36:02.4957505Z ##[debug]Evaluating condition for step: 'run'
2024-08-28T09:36:02.4958676Z ##[debug]Evaluating: (success() && (runner.os == 'Windows'))
2024-08-28T09:36:02.4959155Z ##[debug]Evaluating And:
2024-08-28T09:36:02.4959499Z ##[debug]..Evaluating success:
2024-08-28T09:36:02.4959877Z ##[debug]..=> true
2024-08-28T09:36:02.4960233Z ##[debug]..Evaluating Equal:
2024-08-28T09:36:02.4960580Z ##[debug]....Evaluating Index:
2024-08-28T09:36:02.4960936Z ##[debug]......Evaluating runner:
2024-08-28T09:36:02.4961293Z ##[debug]......=> Object
2024-08-28T09:36:02.4961629Z ##[debug]......Evaluating String:
2024-08-28T09:36:02.4961965Z ##[debug]......=> 'os'
2024-08-28T09:36:02.4962292Z ##[debug]....=> 'Windows'
2024-08-28T09:36:02.4962626Z ##[debug]....Evaluating String:
2024-08-28T09:36:02.4962964Z ##[debug]....=> 'Windows'
2024-08-28T09:36:02.4963267Z ##[debug]..=> true
2024-08-28T09:36:02.4963551Z ##[debug]=> true
2024-08-28T09:36:02.4964055Z ##[debug]Expanded: (true && ('Windows' == 'Windows'))
2024-08-28T09:36:02.4964555Z ##[debug]Result: true
2024-08-28T09:36:02.4965005Z ##[debug]Starting: run
2024-08-28T09:36:02.5055948Z ##[debug]Loading inputs
2024-08-28T09:36:02.5057974Z ##[debug]Evaluating: format('& "{0}" "{1}" {2} {3} {4}
2024-08-28T09:36:02.5059466Z ##[debug]', steps.cibw.outputs.cibw-path, inputs.package-dir, (((inputs.output-dir != '') && format('--output-dir "{0}"', inputs.output-dir)) || ''), (((inputs.config-file != '') && format('--config-file "{0}"', inputs.config-file)) || ''), (((inputs.only != '') && format('--only "{0}"', inputs.only)) || ''))
2024-08-28T09:36:02.5060655Z ##[debug]Evaluating format:
2024-08-28T09:36:02.5060936Z ##[debug]..Evaluating String:
2024-08-28T09:36:02.5061250Z ##[debug]..=> '& "{0}" "{1}" {2} {3} {4}
2024-08-28T09:36:02.5061533Z ##[debug]'
2024-08-28T09:36:02.5061833Z ##[debug]..Evaluating Index:
2024-08-28T09:36:02.5062101Z ##[debug]....Evaluating Index:
2024-08-28T09:36:02.5062381Z ##[debug]......Evaluating Index:
2024-08-28T09:36:02.5062667Z ##[debug]........Evaluating steps:
2024-08-28T09:36:02.5062958Z ##[debug]........=> Object
2024-08-28T09:36:02.5063229Z ##[debug]........Evaluating String:
2024-08-28T09:36:02.5063520Z ##[debug]........=> 'cibw'
2024-08-28T09:36:02.5063787Z ##[debug]......=> Object
2024-08-28T09:36:02.5064065Z ##[debug]......Evaluating String:
2024-08-28T09:36:02.5064562Z ##[debug]......=> 'outputs'
2024-08-28T09:36:02.5064833Z ##[debug]....=> Object
2024-08-28T09:36:02.5065080Z ##[debug]....Evaluating String:
2024-08-28T09:36:02.5065348Z ##[debug]....=> 'cibw-path'
2024-08-28T09:36:02.5065694Z ##[debug]..=> 'D:\a\_temp\cibw\Scripts\cibuildwheel.exe'
2024-08-28T09:36:02.5066232Z ##[debug]..Evaluating Index:
2024-08-28T09:36:02.5066496Z ##[debug]....Evaluating inputs:
2024-08-28T09:36:02.5066762Z ##[debug]....=> Object
2024-08-28T09:36:02.5067001Z ##[debug]....Evaluating String:
2024-08-28T09:36:02.5067278Z ##[debug]....=> 'package-dir'
2024-08-28T09:36:02.5067542Z ##[debug]..=> '.'
2024-08-28T09:36:02.5067815Z ##[debug]..Evaluating Or:
2024-08-28T09:36:02.5068082Z ##[debug]....Evaluating And:
2024-08-28T09:36:02.5068358Z ##[debug]......Evaluating NotEqual:
2024-08-28T09:36:02.5068658Z ##[debug]........Evaluating Index:
2024-08-28T09:36:02.5068945Z ##[debug]..........Evaluating inputs:
2024-08-28T09:36:02.5069236Z ##[debug]..........=> Object
2024-08-28T09:36:02.5069512Z ##[debug]..........Evaluating String:
2024-08-28T09:36:02.5069801Z ##[debug]..........=> 'output-dir'
2024-08-28T09:36:02.5070088Z ##[debug]........=> 'wheelhouse'
2024-08-28T09:36:02.5070399Z ##[debug]........Evaluating String:
2024-08-28T09:36:02.5070677Z ##[debug]........=> ''
2024-08-28T09:36:02.5070906Z ##[debug]......=> true
2024-08-28T09:36:02.5071142Z ##[debug]......Evaluating format:
2024-08-28T09:36:02.5071426Z ##[debug]........Evaluating String:
2024-08-28T09:36:02.5071733Z ##[debug]........=> '--output-dir "{0}"'
2024-08-28T09:36:02.5072059Z ##[debug]........Evaluating Index:
2024-08-28T09:36:02.5072356Z ##[debug]..........Evaluating inputs:
2024-08-28T09:36:02.5072648Z ##[debug]..........=> Object
2024-08-28T09:36:02.5072916Z ##[debug]..........Evaluating String:
2024-08-28T09:36:02.5073199Z ##[debug]..........=> 'output-dir'
2024-08-28T09:36:02.5073484Z ##[debug]........=> 'wheelhouse'
2024-08-28T09:36:02.5073847Z ##[debug]......=> '--output-dir "wheelhouse"'
2024-08-28T09:36:02.5074204Z ##[debug]....=> '--output-dir "wheelhouse"'
2024-08-28T09:36:02.5074536Z ##[debug]..=> '--output-dir "wheelhouse"'
2024-08-28T09:36:02.5074854Z ##[debug]..Evaluating Or:
2024-08-28T09:36:02.5075104Z ##[debug]....Evaluating And:
2024-08-28T09:36:02.5075377Z ##[debug]......Evaluating NotEqual:
2024-08-28T09:36:02.5075669Z ##[debug]........Evaluating Index:
2024-08-28T09:36:02.5075954Z ##[debug]..........Evaluating inputs:
2024-08-28T09:36:02.5076242Z ##[debug]..........=> Object
2024-08-28T09:36:02.5076501Z ##[debug]..........Evaluating String:
2024-08-28T09:36:02.5076792Z ##[debug]..........=> 'config-file'
2024-08-28T09:36:02.5077071Z ##[debug]........=> ''
2024-08-28T09:36:02.5077308Z ##[debug]........Evaluating String:
2024-08-28T09:36:02.5077575Z ##[debug]........=> ''
2024-08-28T09:36:02.5077799Z ##[debug]......=> false
2024-08-28T09:36:02.5078028Z ##[debug]....=> false
2024-08-28T09:36:02.5078265Z ##[debug]....Evaluating String:
2024-08-28T09:36:02.5078530Z ##[debug]....=> ''
2024-08-28T09:36:02.5078743Z ##[debug]..=> ''
2024-08-28T09:36:02.5078968Z ##[debug]..Evaluating Or:
2024-08-28T09:36:02.5079210Z ##[debug]....Evaluating And:
2024-08-28T09:36:02.5079475Z ##[debug]......Evaluating NotEqual:
2024-08-28T09:36:02.5079769Z ##[debug]........Evaluating Index:
2024-08-28T09:36:02.5080061Z ##[debug]..........Evaluating inputs:
2024-08-28T09:36:02.5080342Z ##[debug]..........=> Object
2024-08-28T09:36:02.5080603Z ##[debug]..........Evaluating String:
2024-08-28T09:36:02.5080884Z ##[debug]..........=> 'only'
2024-08-28T09:36:02.5081144Z ##[debug]........=> ''
2024-08-28T09:36:02.5081379Z ##[debug]........Evaluating String:
2024-08-28T09:36:02.5081656Z ##[debug]........=> ''
2024-08-28T09:36:02.5081880Z ##[debug]......=> false
2024-08-28T09:36:02.5082103Z ##[debug]....=> false
2024-08-28T09:36:02.5082335Z ##[debug]....Evaluating String:
2024-08-28T09:36:02.5082595Z ##[debug]....=> ''
2024-08-28T09:36:02.5082801Z ##[debug]..=> ''
2024-08-28T09:36:02.5083334Z ##[debug]=> '& "D:\a\_temp\cibw\Scripts\cibuildwheel.exe" "." --output-dir "wheelhouse"
2024-08-28T09:36:02.5083821Z ##[debug]'
2024-08-28T09:36:02.5084261Z ##[debug]Result: '& "D:\a\_temp\cibw\Scripts\cibuildwheel.exe" "." --output-dir "wheelhouse"
2024-08-28T09:36:02.5084766Z ##[debug]'
2024-08-28T09:36:02.5085168Z ##[debug]Loading env
2024-08-28T09:36:02.5089663Z ##[group]Run & "D:\a\_temp\cibw\Scripts\cibuildwheel.exe" "." --output-dir "wheelhouse"
2024-08-28T09:36:02.5090400Z �[36;1m& "D:\a\_temp\cibw\Scripts\cibuildwheel.exe" "." --output-dir "wheelhouse" �[0m
2024-08-28T09:36:02.5124804Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2024-08-28T09:36:02.5125224Z env:
2024-08-28T09:36:02.5125489Z CIBW_SKIP: cp36-* cp37-* cp38-* pp* *i686 *-musllinux*
2024-08-28T09:36:02.5125849Z CIBW_ARCHS: AMD64 ARM64
2024-08-28T09:36:02.5126459Z CIBW_TEST_COMMAND: python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:36:02.5127130Z CIBW_TEST_SKIP: *_arm64 *_universal2:arm64
2024-08-28T09:36:02.5127440Z ##[endgroup]
2024-08-28T09:36:02.5165463Z ##[debug]C:\Program Files\PowerShell\7\pwsh.EXE -command ". 'D:\a\_temp\16dd9005-136e-4881-a8c7-3e8fd8d63b22.ps1'"
2024-08-28T09:36:03.6582120Z
2024-08-28T09:36:03.6582778Z _ _ _ _ _ _ _
2024-08-28T09:36:03.6583552Z ___|_| |_ _ _|_| |_| |_ _ _| |_ ___ ___| |
2024-08-28T09:36:03.6585642Z | _| | . | | | | | . | | | | | -_| -_| |
2024-08-28T09:36:03.6586359Z |___|_|___|___|_|_|___|_____|_|_|___|___|_|
2024-08-28T09:36:03.6586832Z
2024-08-28T09:36:03.6587050Z cibuildwheel version 2.19.2
2024-08-28T09:36:03.6587982Z
2024-08-28T09:36:03.6588270Z Build options:
2024-08-28T09:36:03.6588684Z platform: windows
2024-08-28T09:36:03.6930715Z architectures: AMD64, ARM64�[0m
2024-08-28T09:36:03.6931416Z build_selector:
2024-08-28T09:36:03.6931909Z build_config: *
2024-08-28T09:36:03.6932467Z skip_config: cp36-* cp37-* cp38-* pp* *i686 *-musllinux*
2024-08-28T09:36:03.6933079Z requires_python: >=3.9
2024-08-28T09:36:03.6933496Z prerelease_pythons: False
2024-08-28T09:36:03.6933910Z free_threaded_support: False�[0m
2024-08-28T09:36:03.6934551Z output_dir: D:\a\pyresample\pyresample\wheelhouse�[0m
2024-08-28T09:36:03.6935183Z package_dir: D:\a\pyresample\pyresample�[0m
2024-08-28T09:36:03.6935636Z test_selector:
2024-08-28T09:36:03.6936092Z skip_config: *_arm64 *_universal2:arm64�[0m
2024-08-28T09:36:03.6936582Z �[38;5;244mbefore_all: �[0m
2024-08-28T09:36:03.6936956Z �[38;5;244mbefore_build: �[0m
2024-08-28T09:36:03.6937400Z �[38;5;244mbefore_test: �[0m
2024-08-28T09:36:03.6937817Z �[38;5;244mbuild_frontend: None�[0m
2024-08-28T09:36:03.6938237Z �[38;5;244mbuild_verbosity: 0�[0m
2024-08-28T09:36:03.6938688Z �[38;5;244mconfig_settings: �[0m
2024-08-28T09:36:03.6939136Z �[38;5;244mcontainer_engine: docker�[0m
2024-08-28T09:36:03.6939622Z �[38;5;244mdependency_constraints: pinned�[0m
2024-08-28T09:36:03.6940126Z �[38;5;244menvironment: �[0m
2024-08-28T09:36:03.6940554Z �[38;5;244mmanylinux_images: None�[0m
2024-08-28T09:36:03.6941042Z �[38;5;244mmusllinux_images: None�[0m
2024-08-28T09:36:03.6941459Z �[38;5;244mrepair_command: �[0m
2024-08-28T09:36:03.6942263Z test_command: python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"�[0m
2024-08-28T09:36:03.6943059Z �[38;5;244mtest_extras: �[0m
2024-08-28T09:36:03.6943440Z �[38;5;244mtest_requires: �[0m
2024-08-28T09:36:03.6943702Z
2024-08-28T09:36:03.6944001Z Cache folder: C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache
2024-08-28T09:36:03.7002447Z
2024-08-28T09:36:03.7002925Z Here we go!
2024-08-28T09:36:03.7003217Z
2024-08-28T09:36:03.7120058Z
2024-08-28T09:36:03.7120707Z �[1m�[34mBuilding cp39-win_amd64 wheel�[0m
2024-08-28T09:36:03.7121307Z CPython 3.9 Windows 64bit
2024-08-28T09:36:03.7121580Z
2024-08-28T09:36:03.7128806Z ::group::Installing Python cp39...
2024-08-28T09:36:03.7129440Z ##[group]Installing Python cp39...
2024-08-28T09:36:03.7129785Z
2024-08-28T09:36:03.7137095Z + Download https://dist.nuget.org/win-x86-commandline/latest/nuget.exe to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget.exe
2024-08-28T09:36:03.9307469Z + 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget.exe' install python -Version 3.9.13 -FallbackSource https://api.nuget.org/v3/index.json -OutputDirectory 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:36:05.1149468Z Feeds used:
2024-08-28T09:36:05.1150078Z https://api.nuget.org/v3/index.json
2024-08-28T09:36:05.1150840Z C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2024-08-28T09:36:05.1151733Z https://api.nuget.org/v3/index.json
2024-08-28T09:36:05.1152494Z
2024-08-28T09:36:05.1502604Z
2024-08-28T09:36:05.1502924Z
2024-08-28T09:36:05.1936567Z Attempting to gather dependency information for package 'python.3.9.13' with respect to project 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython', targeting 'Any,Version=v0.0'
2024-08-28T09:36:06.1073727Z Gathering dependency information took 898 ms
2024-08-28T09:36:06.1163233Z Attempting to resolve dependencies for package 'python.3.9.13' with DependencyBehavior 'Lowest'
2024-08-28T09:36:06.1555562Z Resolving dependency information took 0 ms
2024-08-28T09:36:06.1556464Z Resolving actions to install package 'python.3.9.13'
2024-08-28T09:36:06.1572338Z Resolved actions to install package 'python.3.9.13'
2024-08-28T09:36:06.1782160Z Retrieving package 'python 3.9.13' from 'nuget.org'.
2024-08-28T09:36:06.3341108Z GET https://api.nuget.org/v3-flatcontainer/python/3.9.13/python.3.9.13.nupkg
2024-08-28T09:36:06.3372500Z OK https://api.nuget.org/v3-flatcontainer/python/3.9.13/python.3.9.13.nupkg 3ms
2024-08-28T09:36:19.1755323Z Installed python 3.9.13 from https://api.nuget.org/v3/index.json to C:\Users\runneradmin\.nuget\packages\python\3.9.13 with content hash Y9rag81Yk0TmyMZjyV1dKBBaCS1VWL1ueAnogL5gbrnc77Xrsij7CafxdHebBWKmtowX4L36naQ7Ayg2qIbEwQ==.
2024-08-28T09:36:19.1886865Z Adding package 'python.3.9.13' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:36:25.3999388Z Added package 'python.3.9.13' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:36:25.4008394Z Successfully installed 'python 3.9.13' to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython
2024-08-28T09:36:25.4025728Z Executing nuget actions took 19.23 sec
2024-08-28T09:36:25.4288114Z ::endgroup::Installing Python cp39...
2024-08-28T09:36:25.4288680Z ##[endgroup]
2024-08-28T09:36:25.4291324Z �[32m✓ �[0m21.73s
2024-08-28T09:36:25.4292061Z ::group::Setting up build environment...
2024-08-28T09:36:25.4292468Z ##[group]Setting up build environment...
2024-08-28T09:36:25.4292734Z
2024-08-28T09:36:25.4297460Z + Download https://github.com/pypa/get-virtualenv/blob/20.26.3/public/virtualenv.pyz?raw=true to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\virtualenv-20.26.3.pyz
2024-08-28T09:36:25.9330344Z + 'D:\a\_temp\cibw\Scripts\python.exe' -sS 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\virtualenv-20.26.3.pyz' --activators= --no-periodic-update --pip=24.1.1 --no-setuptools --no-wheel --python 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.13\tools\python.exe' 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\build\venv'
2024-08-28T09:36:33.8832291Z created virtual environment CPython3.9.13.final.0-64 in 7635ms
2024-08-28T09:36:33.8833999Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\build\venv, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:36:33.8835817Z seeder FromAppData(download=False, pip=24.1.1, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:36:33.8836640Z added seed packages: pip==24.1.1
2024-08-28T09:36:33.9070774Z + python -m pip install --upgrade pip -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python39.txt'
2024-08-28T09:36:36.5942155Z Requirement already satisfied: pip in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp39-win_amd64\build\venv\lib\site-packages (24.1.1)
2024-08-28T09:36:36.7360108Z + where python
2024-08-28T09:36:36.7551459Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:36:38.0881958Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:36:38.6763584Z + python --version
2024-08-28T09:36:38.6930527Z Python 3.9.13
2024-08-28T09:36:38.6959787Z + python -c '"import struct; print(struct.calcsize('"'"'P'"'"') * 8)"'
2024-08-28T09:36:38.7322364Z + where python
2024-08-28T09:36:38.8310015Z + where pip
2024-08-28T09:36:38.9267214Z + pip --version
2024-08-28T09:36:39.2075051Z pip 24.1.1 from C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\build\venv\lib\site-packages\pip (python 3.9)
2024-08-28T09:36:39.2076176Z
2024-08-28T09:36:39.2379053Z ::endgroup::Setting up build environment...
2024-08-28T09:36:39.2379621Z ##[endgroup]
2024-08-28T09:36:39.2380951Z �[32m✓ �[0m13.80s
2024-08-28T09:36:39.2381912Z ::group::Installing build tools...
2024-08-28T09:36:39.2382391Z ##[group]Installing build tools...
2024-08-28T09:36:39.2382734Z
2024-08-28T09:36:39.2382907Z + python -m pip freeze --all
2024-08-28T09:36:39.5778418Z ::endgroup::Installing build tools...
2024-08-28T09:36:39.5778828Z ##[endgroup]
2024-08-28T09:36:39.5779257Z �[32m✓ �[0m0.34s
2024-08-28T09:36:39.5779842Z ::group::Building wheel...
2024-08-28T09:36:39.5780119Z ##[group]Building wheel...
2024-08-28T09:36:39.5780320Z
2024-08-28T09:36:39.5786544Z + python -m pip wheel 'D:\a\pyresample\pyresample' '--wheel-dir=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\built_wheel' --no-deps
2024-08-28T09:36:40.0633291Z Processing d:\a\pyresample\pyresample
2024-08-28T09:36:40.0782146Z Installing build dependencies: started
2024-08-28T09:37:01.5962317Z Installing build dependencies: finished with status 'done'
2024-08-28T09:37:01.5978480Z Getting requirements to build wheel: started
2024-08-28T09:37:03.2034716Z Getting requirements to build wheel: finished with status 'done'
2024-08-28T09:37:03.2064530Z Preparing metadata (pyproject.toml): started
2024-08-28T09:37:03.8831190Z Preparing metadata (pyproject.toml): finished with status 'done'
2024-08-28T09:37:03.8954658Z Building wheels for collected packages: pyresample
2024-08-28T09:37:03.8978669Z Building wheel for pyresample (pyproject.toml): started
2024-08-28T09:37:30.5630959Z Building wheel for pyresample (pyproject.toml): finished with status 'done'
2024-08-28T09:37:30.5686054Z Created wheel for pyresample: filename=pyresample-1.30.0-cp39-cp39-win_amd64.whl size=2325136 sha256=a3d7792b35ef535dc441f2094070a49a6b253120f8639e7db4ed396b85acc64a
2024-08-28T09:37:30.5688429Z Stored in directory: C:\Users\runneradmin\AppData\Local\Temp\pip-ephem-wheel-cache-rnslpsfq\wheels\f6\7d\a8\26dacbf74aeae960f1f18ae1d52b684feee8c7088d9488adc1
2024-08-28T09:37:30.5732213Z Successfully built pyresample
2024-08-28T09:37:31.2161475Z ::endgroup::Building wheel...
2024-08-28T09:37:31.2162845Z ##[endgroup]
2024-08-28T09:37:31.2163510Z �[32m✓ �[0m51.63s
2024-08-28T09:37:31.2164485Z ::group::Testing wheel...
2024-08-28T09:37:31.2164989Z ##[group]Testing wheel...
2024-08-28T09:37:31.2165284Z
2024-08-28T09:37:31.2166068Z + pip install virtualenv -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python39.txt'
2024-08-28T09:37:31.8732209Z Collecting virtualenv
2024-08-28T09:37:31.8975879Z Downloading virtualenv-20.26.3-py3-none-any.whl.metadata (4.5 kB)
2024-08-28T09:37:31.9517481Z Collecting distlib<1,>=0.3.7 (from virtualenv)
2024-08-28T09:37:31.9555367Z Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
2024-08-28T09:37:32.0274249Z Collecting filelock<4,>=3.12.2 (from virtualenv)
2024-08-28T09:37:32.0302827Z Using cached filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
2024-08-28T09:37:32.0665239Z Collecting platformdirs<5,>=3.9.1 (from virtualenv)
2024-08-28T09:37:32.0690922Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:37:32.0775410Z Downloading virtualenv-20.26.3-py3-none-any.whl (5.7 MB)
2024-08-28T09:37:32.1644192Z ---------------------------------------- 5.7/5.7 MB 72.8 MB/s eta 0:00:00
2024-08-28T09:37:32.1686709Z Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
2024-08-28T09:37:32.2055554Z ---------------------------------------- 468.9/468.9 kB 9.8 MB/s eta 0:00:00
2024-08-28T09:37:32.2079977Z Using cached filelock-3.15.4-py3-none-any.whl (16 kB)
2024-08-28T09:37:32.2107230Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:37:32.3097962Z Installing collected packages: distlib, platformdirs, filelock, virtualenv
2024-08-28T09:37:32.8273128Z Successfully installed distlib-0.3.8 filelock-3.15.4 platformdirs-4.2.2 virtualenv-20.26.3
2024-08-28T09:37:32.8810453Z + python -m virtualenv --no-periodic-update --pip=24.1.1 --setuptools=embed --wheel=embed 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\venv-test'
2024-08-28T09:37:33.6107299Z created virtual environment CPython3.9.13.final.0-64 in 559ms
2024-08-28T09:37:33.6109105Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\venv-test, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:37:33.6111012Z seeder FromAppData(download=False, pip=24.1.1, setuptools=embed, wheel=embed, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:37:33.6112023Z added seed packages: pip==24.1.1, setuptools==70.1.0, wheel==0.43.0
2024-08-28T09:37:33.6112949Z activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
2024-08-28T09:37:33.6341633Z + where python
2024-08-28T09:37:33.6511355Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\venv-test\Scripts\python.exe
2024-08-28T09:37:33.6521516Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:37:33.6629366Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:37:33.7348440Z + pip install 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_amd64\repaired_wheel\pyresample-1.30.0-cp39-cp39-win_amd64.whl'
2024-08-28T09:37:35.0529812Z Processing c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp39-win_amd64\repaired_wheel\pyresample-1.30.0-cp39-cp39-win_amd64.whl
2024-08-28T09:37:35.1486722Z Requirement already satisfied: setuptools>=3.2 in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp39-win_amd64\venv-test\lib\site-packages (from pyresample==1.30.0) (70.1.0)
2024-08-28T09:37:35.2859707Z Collecting pyproj>=3.0 (from pyresample==1.30.0)
2024-08-28T09:37:35.3088049Z Downloading pyproj-3.6.1-cp39-cp39-win_amd64.whl.metadata (31 kB)
2024-08-28T09:37:35.6122419Z Collecting configobj (from pyresample==1.30.0)
2024-08-28T09:37:35.6164183Z Downloading configobj-5.0.8-py2.py3-none-any.whl.metadata (3.4 kB)
2024-08-28T09:37:35.6908479Z Collecting pykdtree>=1.3.1 (from pyresample==1.30.0)
2024-08-28T09:37:35.6964924Z Downloading pykdtree-1.3.12-cp39-cp39-win_amd64.whl.metadata (8.8 kB)
2024-08-28T09:37:35.7791495Z Collecting pyyaml (from pyresample==1.30.0)
2024-08-28T09:37:35.7833473Z Downloading PyYAML-6.0.2-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
2024-08-28T09:37:36.0094878Z Collecting numpy>=1.21.0 (from pyresample==1.30.0)
2024-08-28T09:37:36.0121265Z Using cached numpy-2.0.2-cp39-cp39-win_amd64.whl.metadata (59 kB)
2024-08-28T09:37:36.1220327Z Collecting shapely (from pyresample==1.30.0)
2024-08-28T09:37:36.1276865Z Downloading shapely-2.0.6-cp39-cp39-win_amd64.whl.metadata (7.2 kB)
2024-08-28T09:37:36.1918360Z Collecting donfig (from pyresample==1.30.0)
2024-08-28T09:37:36.1969515Z Downloading donfig-0.8.1.post1-py3-none-any.whl.metadata (5.0 kB)
2024-08-28T09:37:36.2543284Z Collecting platformdirs (from pyresample==1.30.0)
2024-08-28T09:37:36.2567535Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:37:36.3357681Z Collecting importlib-metadata (from pyresample==1.30.0)
2024-08-28T09:37:36.3399912Z Downloading importlib_metadata-8.4.0-py3-none-any.whl.metadata (4.7 kB)
2024-08-28T09:37:36.3933469Z Collecting certifi (from pyproj>=3.0->pyresample==1.30.0)
2024-08-28T09:37:36.3957004Z Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
2024-08-28T09:37:36.4339985Z Collecting six (from configobj->pyresample==1.30.0)
2024-08-28T09:37:36.4378821Z Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-08-28T09:37:36.5111404Z Collecting zipp>=0.5 (from importlib-metadata->pyresample==1.30.0)
2024-08-28T09:37:36.5153952Z Downloading zipp-3.20.1-py3-none-any.whl.metadata (3.7 kB)
2024-08-28T09:37:36.5561891Z Using cached numpy-2.0.2-cp39-cp39-win_amd64.whl (15.9 MB)
2024-08-28T09:37:36.5922884Z Downloading pykdtree-1.3.12-cp39-cp39-win_amd64.whl (59 kB)
2024-08-28T09:37:36.6239428Z ---------------------------------------- 59.5/59.5 kB 1.6 MB/s eta 0:00:00
2024-08-28T09:37:36.6290267Z Downloading pyproj-3.6.1-cp39-cp39-win_amd64.whl (6.1 MB)
2024-08-28T09:37:36.7295635Z ---------------------------------------- 6.1/6.1 MB 55.3 MB/s eta 0:00:00
2024-08-28T09:37:36.7335458Z Downloading configobj-5.0.8-py2.py3-none-any.whl (36 kB)
2024-08-28T09:37:36.7624088Z Downloading donfig-0.8.1.post1-py3-none-any.whl (21 kB)
2024-08-28T09:37:36.7900959Z Downloading importlib_metadata-8.4.0-py3-none-any.whl (26 kB)
2024-08-28T09:37:36.8166754Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:37:36.8222571Z Downloading PyYAML-6.0.2-cp39-cp39-win_amd64.whl (162 kB)
2024-08-28T09:37:36.8537615Z ---------------------------------------- 162.3/162.3 kB 4.9 MB/s eta 0:00:00
2024-08-28T09:37:36.8588242Z Downloading shapely-2.0.6-cp39-cp39-win_amd64.whl (1.4 MB)
2024-08-28T09:37:36.9014552Z ---------------------------------------- 1.4/1.4 MB 30.5 MB/s eta 0:00:00
2024-08-28T09:37:36.9055603Z Downloading zipp-3.20.1-py3-none-any.whl (9.0 kB)
2024-08-28T09:37:36.9258700Z Using cached certifi-2024.7.4-py3-none-any.whl (162 kB)
2024-08-28T09:37:36.9302333Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
2024-08-28T09:37:37.0508749Z Installing collected packages: zipp, six, pyyaml, platformdirs, numpy, certifi, shapely, pyproj, pykdtree, importlib-metadata, donfig, configobj, pyresample
2024-08-28T09:37:44.6679074Z Successfully installed certifi-2024.7.4 configobj-5.0.8 donfig-0.8.1.post1 importlib-metadata-8.4.0 numpy-2.0.2 platformdirs-4.2.2 pykdtree-1.3.12 pyproj-3.6.1 pyresample-1.30.0 pyyaml-6.0.2 shapely-2.0.6 six-1.16.0 zipp-3.20.1
2024-08-28T09:37:44.7827039Z + python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:37:46.6165605Z ::endgroup::Testing wheel...
2024-08-28T09:37:46.6166003Z ##[endgroup]
2024-08-28T09:37:46.6166467Z �[32m✓ �[0m15.41s
2024-08-28T09:37:46.6166864Z
2024-08-28T09:37:46.6167065Z �[32m✓ �[0mcp39-win_amd64 finished in 102.91s
2024-08-28T09:37:46.6172882Z
2024-08-28T09:37:46.6173197Z �[1m�[34mBuilding cp310-win_amd64 wheel�[0m
2024-08-28T09:37:46.6173692Z CPython 3.10 Windows 64bit
2024-08-28T09:37:46.6173932Z
2024-08-28T09:37:46.6179531Z ::group::Installing Python cp310...
2024-08-28T09:37:46.6180023Z ##[group]Installing Python cp310...
2024-08-28T09:37:46.6180271Z
2024-08-28T09:37:46.6186328Z + 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget.exe' install python -Version 3.10.11 -FallbackSource https://api.nuget.org/v3/index.json -OutputDirectory 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:37:47.1970659Z Feeds used:
2024-08-28T09:37:47.1971408Z C:\Users\runneradmin\.nuget\packages\
2024-08-28T09:37:47.1971839Z https://api.nuget.org/v3/index.json
2024-08-28T09:37:47.1972425Z C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2024-08-28T09:37:47.1973363Z https://api.nuget.org/v3/index.json
2024-08-28T09:37:47.1973764Z
2024-08-28T09:37:47.2963699Z
2024-08-28T09:37:47.2963918Z
2024-08-28T09:37:47.2985054Z Attempting to gather dependency information for package 'python.3.10.11' with respect to project 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython', targeting 'Any,Version=v0.0'
2024-08-28T09:37:47.5906490Z Gathering dependency information took 280 ms
2024-08-28T09:37:47.5992620Z Attempting to resolve dependencies for package 'python.3.10.11' with DependencyBehavior 'Lowest'
2024-08-28T09:37:47.6384052Z Resolving dependency information took 0 ms
2024-08-28T09:37:47.6385021Z Resolving actions to install package 'python.3.10.11'
2024-08-28T09:37:47.6401143Z Resolved actions to install package 'python.3.10.11'
2024-08-28T09:37:47.6620178Z Retrieving package 'python 3.10.11' from 'nuget.org'.
2024-08-28T09:37:47.7846314Z GET https://api.nuget.org/v3-flatcontainer/python/3.10.11/python.3.10.11.nupkg
2024-08-28T09:37:47.7876387Z OK https://api.nuget.org/v3-flatcontainer/python/3.10.11/python.3.10.11.nupkg 2ms
2024-08-28T09:37:56.1989427Z Installed python 3.10.11 from https://api.nuget.org/v3/index.json to C:\Users\runneradmin\.nuget\packages\python\3.10.11 with content hash UxC16pkpOgvZKLGz+QYunfLnmMlPXnRiZoLen58mie9UktnWal66p7Xl8L57q2W/fvxLGz8jZmZRIIATLElDdg==.
2024-08-28T09:37:56.2120607Z Adding package 'python.3.10.11' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:37:57.4867464Z Added package 'python.3.10.11' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:37:57.4879495Z Successfully installed 'python 3.10.11' to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython
2024-08-28T09:37:57.4902973Z Executing nuget actions took 9.83 sec
2024-08-28T09:37:57.5187548Z ::endgroup::Installing Python cp310...
2024-08-28T09:37:57.5188160Z ##[endgroup]
2024-08-28T09:37:57.5188793Z �[32m✓ �[0m10.90s
2024-08-28T09:37:57.5189796Z ::group::Setting up build environment...
2024-08-28T09:37:57.5190397Z ##[group]Setting up build environment...
2024-08-28T09:37:57.5190812Z
2024-08-28T09:37:57.5212215Z + 'D:\a\_temp\cibw\Scripts\python.exe' -sS 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\virtualenv-20.26.3.pyz' --activators= --no-periodic-update --pip=24.1.1 --no-setuptools --no-wheel --python 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.10.11\tools\python.exe' 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\build\venv'
2024-08-28T09:38:02.1505317Z created virtual environment CPython3.10.11.final.0-64 in 4341ms
2024-08-28T09:38:02.1506559Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\build\venv, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:38:02.1508029Z seeder FromAppData(download=False, pip=24.1.1, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:38:02.1508815Z added seed packages: pip==24.1.1
2024-08-28T09:38:02.1745872Z + python -m pip install --upgrade pip -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python310.txt'
2024-08-28T09:38:03.8819074Z Requirement already satisfied: pip in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp310-win_amd64\build\venv\lib\site-packages (24.1.1)
2024-08-28T09:38:04.0574399Z + where python
2024-08-28T09:38:04.0754180Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:38:04.0866274Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:38:04.1597205Z + python --version
2024-08-28T09:38:04.1770963Z Python 3.10.11
2024-08-28T09:38:04.1803339Z + python -c '"import struct; print(struct.calcsize('"'"'P'"'"') * 8)"'
2024-08-28T09:38:04.2171610Z + where python
2024-08-28T09:38:04.3168356Z + where pip
2024-08-28T09:38:04.4118237Z + pip --version
2024-08-28T09:38:04.6705629Z pip 24.1.1 from C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\build\venv\lib\site-packages\pip (python 3.10)
2024-08-28T09:38:04.6706855Z
2024-08-28T09:38:04.6976554Z ::endgroup::Setting up build environment...
2024-08-28T09:38:04.6977118Z ##[endgroup]
2024-08-28T09:38:04.6977706Z �[32m✓ �[0m7.18s
2024-08-28T09:38:04.6978514Z ::group::Installing build tools...
2024-08-28T09:38:04.6978842Z ##[group]Installing build tools...
2024-08-28T09:38:04.6979078Z
2024-08-28T09:38:04.6979194Z + python -m pip freeze --all
2024-08-28T09:38:05.0426966Z ::endgroup::Installing build tools...
2024-08-28T09:38:05.0427367Z ##[endgroup]
2024-08-28T09:38:05.0428013Z �[32m✓ �[0m0.34s
2024-08-28T09:38:05.0428886Z ::group::Building wheel...
2024-08-28T09:38:05.0429305Z ##[group]Building wheel...
2024-08-28T09:38:05.0429583Z
2024-08-28T09:38:05.0434841Z + python -m pip wheel 'D:\a\pyresample\pyresample' '--wheel-dir=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\built_wheel' --no-deps
2024-08-28T09:38:05.5347108Z Processing d:\a\pyresample\pyresample
2024-08-28T09:38:05.5380237Z Installing build dependencies: started
2024-08-28T09:38:18.9969948Z Installing build dependencies: finished with status 'done'
2024-08-28T09:38:18.9993706Z Getting requirements to build wheel: started
2024-08-28T09:38:19.9986787Z Getting requirements to build wheel: finished with status 'done'
2024-08-28T09:38:20.0016496Z Preparing metadata (pyproject.toml): started
2024-08-28T09:38:20.6731579Z Preparing metadata (pyproject.toml): finished with status 'done'
2024-08-28T09:38:20.6857715Z Building wheels for collected packages: pyresample
2024-08-28T09:38:20.6882513Z Building wheel for pyresample (pyproject.toml): started
2024-08-28T09:38:36.4617029Z Building wheel for pyresample (pyproject.toml): finished with status 'done'
2024-08-28T09:38:36.4675911Z Created wheel for pyresample: filename=pyresample-1.30.0-cp310-cp310-win_amd64.whl size=2324097 sha256=f7f1617113407e6c1870d72032ed27ddc9759b974d4032969ead45c127c2b008
2024-08-28T09:38:36.4678302Z Stored in directory: C:\Users\runneradmin\AppData\Local\Temp\pip-ephem-wheel-cache-zfdjk9qg\wheels\fd\1d\e5\e2d70f35b0b73a3d8760df197815964b7fc2b69a5f5e9dfb4a
2024-08-28T09:38:36.4734014Z Successfully built pyresample
2024-08-28T09:38:37.1352198Z ::endgroup::Building wheel...
2024-08-28T09:38:37.1352646Z ##[endgroup]
2024-08-28T09:38:37.1353068Z �[32m✓ �[0m32.08s
2024-08-28T09:38:37.1354441Z ::group::Testing wheel...
2024-08-28T09:38:37.1354927Z ##[group]Testing wheel...
2024-08-28T09:38:37.1355147Z
2024-08-28T09:38:37.1355851Z + pip install virtualenv -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python310.txt'
2024-08-28T09:38:37.7567530Z Collecting virtualenv
2024-08-28T09:38:37.7590532Z Using cached virtualenv-20.26.3-py3-none-any.whl.metadata (4.5 kB)
2024-08-28T09:38:37.7814644Z Collecting distlib<1,>=0.3.7 (from virtualenv)
2024-08-28T09:38:37.7835658Z Using cached distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
2024-08-28T09:38:37.8140393Z Collecting filelock<4,>=3.12.2 (from virtualenv)
2024-08-28T09:38:37.8160515Z Using cached filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
2024-08-28T09:38:37.8473791Z Collecting platformdirs<5,>=3.9.1 (from virtualenv)
2024-08-28T09:38:37.8493467Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:38:37.8553654Z Using cached virtualenv-20.26.3-py3-none-any.whl (5.7 MB)
2024-08-28T09:38:37.8694158Z Using cached distlib-0.3.8-py2.py3-none-any.whl (468 kB)
2024-08-28T09:38:37.8724263Z Using cached filelock-3.15.4-py3-none-any.whl (16 kB)
2024-08-28T09:38:37.8745066Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:38:37.9147281Z Installing collected packages: distlib, platformdirs, filelock, virtualenv
2024-08-28T09:38:38.4488207Z Successfully installed distlib-0.3.8 filelock-3.15.4 platformdirs-4.2.2 virtualenv-20.26.3
2024-08-28T09:38:38.5205644Z + python -m virtualenv --no-periodic-update --pip=24.1.1 --setuptools=embed --wheel=embed 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\venv-test'
2024-08-28T09:38:39.3005442Z created virtual environment CPython3.10.11.final.0-64 in 566ms
2024-08-28T09:38:39.3007594Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\venv-test, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:38:39.3010186Z seeder FromAppData(download=False, pip=24.1.1, setuptools=embed, wheel=embed, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:38:39.3011388Z added seed packages: pip==24.1.1, setuptools==70.1.0, wheel==0.43.0
2024-08-28T09:38:39.3012461Z activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
2024-08-28T09:38:39.3245790Z + where python
2024-08-28T09:38:39.3422402Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\venv-test\Scripts\python.exe
2024-08-28T09:38:39.3430903Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:38:39.3537468Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:38:39.4253512Z + pip install 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp310-win_amd64\repaired_wheel\pyresample-1.30.0-cp310-cp310-win_amd64.whl'
2024-08-28T09:38:40.7660323Z Processing c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp310-win_amd64\repaired_wheel\pyresample-1.30.0-cp310-cp310-win_amd64.whl
2024-08-28T09:38:40.8092424Z Requirement already satisfied: setuptools>=3.2 in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp310-win_amd64\venv-test\lib\site-packages (from pyresample==1.30.0) (70.1.0)
2024-08-28T09:38:40.9359408Z Collecting pyproj>=3.0 (from pyresample==1.30.0)
2024-08-28T09:38:40.9591788Z Downloading pyproj-3.6.1-cp310-cp310-win_amd64.whl.metadata (31 kB)
2024-08-28T09:38:40.9974376Z Collecting configobj (from pyresample==1.30.0)
2024-08-28T09:38:40.9993560Z Using cached configobj-5.0.8-py2.py3-none-any.whl.metadata (3.4 kB)
2024-08-28T09:38:41.0382470Z Collecting pykdtree>=1.3.1 (from pyresample==1.30.0)
2024-08-28T09:38:41.0425815Z Downloading pykdtree-1.3.12-cp310-cp310-win_amd64.whl.metadata (8.8 kB)
2024-08-28T09:38:41.1175763Z Collecting pyyaml (from pyresample==1.30.0)
2024-08-28T09:38:41.1218753Z Downloading PyYAML-6.0.2-cp310-cp310-win_amd64.whl.metadata (2.1 kB)
2024-08-28T09:38:41.3493722Z Collecting numpy>=1.21.0 (from pyresample==1.30.0)
2024-08-28T09:38:41.3516118Z Using cached numpy-2.1.0-cp310-cp310-win_amd64.whl.metadata (59 kB)
2024-08-28T09:38:41.4462256Z Collecting shapely (from pyresample==1.30.0)
2024-08-28T09:38:41.4515341Z Downloading shapely-2.0.6-cp310-cp310-win_amd64.whl.metadata (7.2 kB)
2024-08-28T09:38:41.4973329Z Collecting donfig (from pyresample==1.30.0)
2024-08-28T09:38:41.4995967Z Using cached donfig-0.8.1.post1-py3-none-any.whl.metadata (5.0 kB)
2024-08-28T09:38:41.5319852Z Collecting platformdirs (from pyresample==1.30.0)
2024-08-28T09:38:41.5343398Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:38:41.5714638Z Collecting certifi (from pyproj>=3.0->pyresample==1.30.0)
2024-08-28T09:38:41.5737687Z Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
2024-08-28T09:38:41.6076649Z Collecting six (from configobj->pyresample==1.30.0)
2024-08-28T09:38:41.6099988Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-08-28T09:38:41.6304176Z Using cached numpy-2.1.0-cp310-cp310-win_amd64.whl (12.9 MB)
2024-08-28T09:38:41.6607262Z Downloading pykdtree-1.3.12-cp310-cp310-win_amd64.whl (58 kB)
2024-08-28T09:38:41.6986638Z ---------------------------------------- 59.0/59.0 kB 1.6 MB/s eta 0:00:00
2024-08-28T09:38:41.7036510Z Downloading pyproj-3.6.1-cp310-cp310-win_amd64.whl (6.1 MB)
2024-08-28T09:38:42.2704412Z ---------------------------------------- 6.1/6.1 MB 10.8 MB/s eta 0:00:00
2024-08-28T09:38:42.2723543Z Using cached configobj-5.0.8-py2.py3-none-any.whl (36 kB)
2024-08-28T09:38:42.2744237Z Using cached donfig-0.8.1.post1-py3-none-any.whl (21 kB)
2024-08-28T09:38:42.2765459Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:38:42.2819931Z Downloading PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB)
2024-08-28T09:38:42.3137636Z ---------------------------------------- 161.8/161.8 kB 4.9 MB/s eta 0:00:00
2024-08-28T09:38:42.3184136Z Downloading shapely-2.0.6-cp310-cp310-win_amd64.whl (1.4 MB)
2024-08-28T09:38:42.3649752Z ---------------------------------------- 1.4/1.4 MB 30.4 MB/s eta 0:00:00
2024-08-28T09:38:42.3668897Z Using cached certifi-2024.7.4-py3-none-any.whl (162 kB)
2024-08-28T09:38:42.3692409Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
2024-08-28T09:38:42.4373924Z Installing collected packages: six, pyyaml, platformdirs, numpy, certifi, shapely, pyproj, pykdtree, donfig, configobj, pyresample
2024-08-28T09:38:49.8616001Z Successfully installed certifi-2024.7.4 configobj-5.0.8 donfig-0.8.1.post1 numpy-2.1.0 platformdirs-4.2.2 pykdtree-1.3.12 pyproj-3.6.1 pyresample-1.30.0 pyyaml-6.0.2 shapely-2.0.6 six-1.16.0
2024-08-28T09:38:49.9650796Z + python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:38:51.6174725Z ::endgroup::Testing wheel...
2024-08-28T09:38:51.6175130Z ##[endgroup]
2024-08-28T09:38:51.6175575Z �[32m✓ �[0m14.49s
2024-08-28T09:38:51.6175947Z
2024-08-28T09:38:51.6176144Z �[32m✓ �[0mcp310-win_amd64 finished in 65.01s
2024-08-28T09:38:51.6181514Z
2024-08-28T09:38:51.6181985Z �[1m�[34mBuilding cp311-win_amd64 wheel�[0m
2024-08-28T09:38:51.6182586Z CPython 3.11 Windows 64bit
2024-08-28T09:38:51.6182918Z
2024-08-28T09:38:51.6188469Z ::group::Installing Python cp311...
2024-08-28T09:38:51.6188959Z ##[group]Installing Python cp311...
2024-08-28T09:38:51.6189315Z
2024-08-28T09:38:51.6196687Z + 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget.exe' install python -Version 3.11.9 -FallbackSource https://api.nuget.org/v3/index.json -OutputDirectory 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:38:52.1662424Z Feeds used:
2024-08-28T09:38:52.1662965Z C:\Users\runneradmin\.nuget\packages\
2024-08-28T09:38:52.1663614Z https://api.nuget.org/v3/index.json
2024-08-28T09:38:52.1664189Z C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2024-08-28T09:38:52.1664753Z https://api.nuget.org/v3/index.json
2024-08-28T09:38:52.1665058Z
2024-08-28T09:38:52.2699847Z
2024-08-28T09:38:52.2699864Z
2024-08-28T09:38:52.2718061Z Attempting to gather dependency information for package 'python.3.11.9' with respect to project 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython', targeting 'Any,Version=v0.0'
2024-08-28T09:38:52.4582607Z Gathering dependency information took 174 ms
2024-08-28T09:38:52.4668966Z Attempting to resolve dependencies for package 'python.3.11.9' with DependencyBehavior 'Lowest'
2024-08-28T09:38:52.5152927Z Resolving dependency information took 0 ms
2024-08-28T09:38:52.5155073Z Resolving actions to install package 'python.3.11.9'
2024-08-28T09:38:52.5170689Z Resolved actions to install package 'python.3.11.9'
2024-08-28T09:38:52.5379916Z Retrieving package 'python 3.11.9' from 'nuget.org'.
2024-08-28T09:38:52.6905147Z GET https://api.nuget.org/v3-flatcontainer/python/3.11.9/python.3.11.9.nupkg
2024-08-28T09:38:52.7505570Z OK https://api.nuget.org/v3-flatcontainer/python/3.11.9/python.3.11.9.nupkg 55ms
2024-08-28T09:38:59.4589762Z Installed python 3.11.9 from https://api.nuget.org/v3/index.json to C:\Users\runneradmin\.nuget\packages\python\3.11.9 with content hash YqZhObeB5U+vK8jJNwq31ykqYJbJhlopS933/9nsBcJf+qK2l5eGno14oj3RN3x9CbA1dJ8zWwJThajstm0qVg==.
2024-08-28T09:38:59.4724919Z Adding package 'python.3.11.9' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:39:00.7096731Z Added package 'python.3.11.9' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:39:00.7105545Z Successfully installed 'python 3.11.9' to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython
2024-08-28T09:39:00.7122643Z Executing nuget actions took 8.18 sec
2024-08-28T09:39:00.7468485Z ::endgroup::Installing Python cp311...
2024-08-28T09:39:00.7469001Z ##[endgroup]
2024-08-28T09:39:00.7469439Z �[32m✓ �[0m9.13s
2024-08-28T09:39:00.7470138Z ::group::Setting up build environment...
2024-08-28T09:39:00.7470535Z ##[group]Setting up build environment...
2024-08-28T09:39:00.7470806Z
2024-08-28T09:39:00.7488885Z + 'D:\a\_temp\cibw\Scripts\python.exe' -sS 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\virtualenv-20.26.3.pyz' --activators= --no-periodic-update --pip=24.1.1 --no-setuptools --no-wheel --python 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.11.9\tools\python.exe' 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\build\venv'
2024-08-28T09:39:03.9846247Z created virtual environment CPython3.11.9.final.0-64 in 2928ms
2024-08-28T09:39:03.9847711Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\build\venv, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:39:03.9849261Z seeder FromAppData(download=False, pip=24.1.1, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:39:03.9850135Z added seed packages: pip==24.1.1
2024-08-28T09:39:04.0074774Z + python -m pip install --upgrade pip -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python311.txt'
2024-08-28T09:39:07.7935213Z Requirement already satisfied: pip in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp311-win_amd64\build\venv\lib\site-packages (24.1.1)
2024-08-28T09:39:07.9179252Z + where python
2024-08-28T09:39:07.9344408Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:39:07.9450199Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:39:08.0168454Z + python --version
2024-08-28T09:39:08.0328732Z Python 3.11.9
2024-08-28T09:39:08.0354764Z + python -c '"import struct; print(struct.calcsize('"'"'P'"'"') * 8)"'
2024-08-28T09:39:08.0664922Z + where python
2024-08-28T09:39:08.1665595Z + where pip
2024-08-28T09:39:08.2677213Z + pip --version
2024-08-28T09:39:08.5744648Z pip 24.1.1 from C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\build\venv\Lib\site-packages\pip (python 3.11)
2024-08-28T09:39:08.5745590Z
2024-08-28T09:39:08.6100620Z ::endgroup::Setting up build environment...
2024-08-28T09:39:08.6101215Z ##[endgroup]
2024-08-28T09:39:08.6101657Z �[32m✓ �[0m7.86s
2024-08-28T09:39:08.6102283Z ::group::Installing build tools...
2024-08-28T09:39:08.6102632Z ##[group]Installing build tools...
2024-08-28T09:39:08.6102855Z
2024-08-28T09:39:08.6103346Z + python -m pip freeze --all
2024-08-28T09:39:08.9749032Z ::endgroup::Installing build tools...
2024-08-28T09:39:08.9749457Z ##[endgroup]
2024-08-28T09:39:08.9749903Z �[32m✓ �[0m0.36s
2024-08-28T09:39:08.9750539Z ::group::Building wheel...
2024-08-28T09:39:08.9750848Z ##[group]Building wheel...
2024-08-28T09:39:08.9751295Z
2024-08-28T09:39:08.9756902Z + python -m pip wheel 'D:\a\pyresample\pyresample' '--wheel-dir=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\built_wheel' --no-deps
2024-08-28T09:39:09.6421575Z Processing d:\a\pyresample\pyresample
2024-08-28T09:39:09.6526752Z Installing build dependencies: started
2024-08-28T09:39:28.4483558Z Installing build dependencies: finished with status 'done'
2024-08-28T09:39:28.4498588Z Getting requirements to build wheel: started
2024-08-28T09:39:29.4994930Z Getting requirements to build wheel: finished with status 'done'
2024-08-28T09:39:29.5026127Z Preparing metadata (pyproject.toml): started
2024-08-28T09:39:30.1788976Z Preparing metadata (pyproject.toml): finished with status 'done'
2024-08-28T09:39:30.1889102Z Building wheels for collected packages: pyresample
2024-08-28T09:39:30.1911188Z Building wheel for pyresample (pyproject.toml): started
2024-08-28T09:39:46.7698362Z Building wheel for pyresample (pyproject.toml): finished with status 'done'
2024-08-28T09:39:46.7757465Z Created wheel for pyresample: filename=pyresample-1.30.0-cp311-cp311-win_amd64.whl size=2324710 sha256=4059435f05375eafac2e8af81e3e3db2cd4cff75676b502c8ee4cb0133710baf
2024-08-28T09:39:46.7759830Z Stored in directory: C:\Users\runneradmin\AppData\Local\Temp\pip-ephem-wheel-cache-lf8uvat8\wheels\2d\df\20\e45f72b232d3e5a64a0926f3d6610261b5968fcfa2df24be05
2024-08-28T09:39:46.7823057Z Successfully built pyresample
2024-08-28T09:39:47.4408015Z ::endgroup::Building wheel...
2024-08-28T09:39:47.4408467Z ##[endgroup]
2024-08-28T09:39:47.4408996Z �[32m✓ �[0m38.47s
2024-08-28T09:39:47.4410654Z ::group::Testing wheel...
2024-08-28T09:39:47.4411046Z ##[group]Testing wheel...
2024-08-28T09:39:47.4411326Z
2024-08-28T09:39:47.4412048Z + pip install virtualenv -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python311.txt'
2024-08-28T09:39:48.2615359Z Collecting virtualenv
2024-08-28T09:39:48.2642604Z Using cached virtualenv-20.26.3-py3-none-any.whl.metadata (4.5 kB)
2024-08-28T09:39:48.3001457Z Collecting distlib<1,>=0.3.7 (from virtualenv)
2024-08-28T09:39:48.3023367Z Using cached distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
2024-08-28T09:39:48.3331985Z Collecting filelock<4,>=3.12.2 (from virtualenv)
2024-08-28T09:39:48.3356749Z Using cached filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
2024-08-28T09:39:48.3695616Z Collecting platformdirs<5,>=3.9.1 (from virtualenv)
2024-08-28T09:39:48.3719299Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:39:48.3814997Z Using cached virtualenv-20.26.3-py3-none-any.whl (5.7 MB)
2024-08-28T09:39:48.3943192Z Using cached distlib-0.3.8-py2.py3-none-any.whl (468 kB)
2024-08-28T09:39:48.3972562Z Using cached filelock-3.15.4-py3-none-any.whl (16 kB)
2024-08-28T09:39:48.3995029Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:39:48.4402256Z Installing collected packages: distlib, platformdirs, filelock, virtualenv
2024-08-28T09:39:48.9540816Z Successfully installed distlib-0.3.8 filelock-3.15.4 platformdirs-4.2.2 virtualenv-20.26.3
2024-08-28T09:39:49.0233926Z + python -m virtualenv --no-periodic-update --pip=24.1.1 --setuptools=embed --wheel=embed 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\venv-test'
2024-08-28T09:39:49.8551834Z created virtual environment CPython3.11.9.final.0-64 in 657ms
2024-08-28T09:39:49.8553679Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\venv-test, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:39:49.8555452Z seeder FromAppData(download=False, pip=24.1.1, setuptools=embed, wheel=embed, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:39:49.8556664Z added seed packages: pip==24.1.1, setuptools==70.1.0, wheel==0.43.0
2024-08-28T09:39:49.8558057Z activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
2024-08-28T09:39:49.8807711Z + where python
2024-08-28T09:39:49.8969251Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\venv-test\Scripts\python.exe
2024-08-28T09:39:49.8978446Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:39:49.9084778Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:39:49.9804733Z + pip install 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp311-win_amd64\repaired_wheel\pyresample-1.30.0-cp311-cp311-win_amd64.whl'
2024-08-28T09:39:51.4886379Z Processing c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp311-win_amd64\repaired_wheel\pyresample-1.30.0-cp311-cp311-win_amd64.whl
2024-08-28T09:39:51.5210856Z Requirement already satisfied: setuptools>=3.2 in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp311-win_amd64\venv-test\lib\site-packages (from pyresample==1.30.0) (70.1.0)
2024-08-28T09:39:51.6376466Z Collecting pyproj>=3.0 (from pyresample==1.30.0)
2024-08-28T09:39:51.6577822Z Downloading pyproj-3.6.1-cp311-cp311-win_amd64.whl.metadata (31 kB)
2024-08-28T09:39:51.6951981Z Collecting configobj (from pyresample==1.30.0)
2024-08-28T09:39:51.6972389Z Using cached configobj-5.0.8-py2.py3-none-any.whl.metadata (3.4 kB)
2024-08-28T09:39:51.7289840Z Collecting pykdtree>=1.3.1 (from pyresample==1.30.0)
2024-08-28T09:39:51.7335039Z Downloading pykdtree-1.3.12-cp311-cp311-win_amd64.whl.metadata (8.8 kB)
2024-08-28T09:39:51.7949074Z Collecting pyyaml (from pyresample==1.30.0)
2024-08-28T09:39:51.7988471Z Downloading PyYAML-6.0.2-cp311-cp311-win_amd64.whl.metadata (2.1 kB)
2024-08-28T09:39:51.9920805Z Collecting numpy>=1.21.0 (from pyresample==1.30.0)
2024-08-28T09:39:51.9944079Z Using cached numpy-2.1.0-cp311-cp311-win_amd64.whl.metadata (59 kB)
2024-08-28T09:39:52.0969596Z Collecting shapely (from pyresample==1.30.0)
2024-08-28T09:39:52.1023415Z Downloading shapely-2.0.6-cp311-cp311-win_amd64.whl.metadata (7.2 kB)
2024-08-28T09:39:52.1544012Z Collecting donfig (from pyresample==1.30.0)
2024-08-28T09:39:52.1564313Z Using cached donfig-0.8.1.post1-py3-none-any.whl.metadata (5.0 kB)
2024-08-28T09:39:52.1856174Z Collecting platformdirs (from pyresample==1.30.0)
2024-08-28T09:39:52.1877077Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:39:52.2155581Z Collecting certifi (from pyproj>=3.0->pyresample==1.30.0)
2024-08-28T09:39:52.2177651Z Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
2024-08-28T09:39:52.2467005Z Collecting six (from configobj->pyresample==1.30.0)
2024-08-28T09:39:52.2485993Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-08-28T09:39:52.2676565Z Using cached numpy-2.1.0-cp311-cp311-win_amd64.whl (12.9 MB)
2024-08-28T09:39:52.2960599Z Downloading pykdtree-1.3.12-cp311-cp311-win_amd64.whl (58 kB)
2024-08-28T09:39:52.3295719Z ---------------------------------------- 58.9/58.9 kB 1.6 MB/s eta 0:00:00
2024-08-28T09:39:52.3342396Z Downloading pyproj-3.6.1-cp311-cp311-win_amd64.whl (6.1 MB)
2024-08-28T09:39:52.4168323Z ---------------------------------------- 6.1/6.1 MB 65.4 MB/s eta 0:00:00
2024-08-28T09:39:52.4187491Z Using cached configobj-5.0.8-py2.py3-none-any.whl (36 kB)
2024-08-28T09:39:52.4209488Z Using cached donfig-0.8.1.post1-py3-none-any.whl (21 kB)
2024-08-28T09:39:52.4229899Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:39:52.4281824Z Downloading PyYAML-6.0.2-cp311-cp311-win_amd64.whl (161 kB)
2024-08-28T09:39:52.4643667Z ---------------------------------------- 162.0/162.0 kB 4.9 MB/s eta 0:00:00
2024-08-28T09:39:52.4685180Z Downloading shapely-2.0.6-cp311-cp311-win_amd64.whl (1.4 MB)
2024-08-28T09:39:52.5048392Z ---------------------------------------- 1.4/1.4 MB 46.2 MB/s eta 0:00:00
2024-08-28T09:39:52.5067003Z Using cached certifi-2024.7.4-py3-none-any.whl (162 kB)
2024-08-28T09:39:52.5092231Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
2024-08-28T09:39:52.5822606Z Installing collected packages: six, pyyaml, platformdirs, numpy, certifi, shapely, pyproj, pykdtree, donfig, configobj, pyresample
2024-08-28T09:39:57.9610839Z Successfully installed certifi-2024.7.4 configobj-5.0.8 donfig-0.8.1.post1 numpy-2.1.0 platformdirs-4.2.2 pykdtree-1.3.12 pyproj-3.6.1 pyresample-1.30.0 pyyaml-6.0.2 shapely-2.0.6 six-1.16.0
2024-08-28T09:39:58.0799783Z + python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:39:59.7896942Z ::endgroup::Testing wheel...
2024-08-28T09:39:59.7897379Z ##[endgroup]
2024-08-28T09:39:59.7897831Z �[32m✓ �[0m12.35s
2024-08-28T09:39:59.7898201Z
2024-08-28T09:39:59.7898383Z �[32m✓ �[0mcp311-win_amd64 finished in 68.17s
2024-08-28T09:39:59.7903576Z
2024-08-28T09:39:59.7904026Z �[1m�[34mBuilding cp312-win_amd64 wheel�[0m
2024-08-28T09:39:59.7904755Z CPython 3.12 Windows 64bit
2024-08-28T09:39:59.7905112Z
2024-08-28T09:39:59.7909183Z ::group::Installing Python cp312...
2024-08-28T09:39:59.7909625Z ##[group]Installing Python cp312...
2024-08-28T09:39:59.7909899Z
2024-08-28T09:39:59.7916049Z + 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget.exe' install python -Version 3.12.4 -FallbackSource https://api.nuget.org/v3/index.json -OutputDirectory 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:40:00.3392178Z Feeds used:
2024-08-28T09:40:00.3392707Z C:\Users\runneradmin\.nuget\packages\
2024-08-28T09:40:00.3393244Z https://api.nuget.org/v3/index.json
2024-08-28T09:40:00.3393975Z C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2024-08-28T09:40:00.3394562Z https://api.nuget.org/v3/index.json
2024-08-28T09:40:00.3394881Z
2024-08-28T09:40:00.4478195Z
2024-08-28T09:40:00.4478211Z
2024-08-28T09:40:00.4498155Z Attempting to gather dependency information for package 'python.3.12.4' with respect to project 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython', targeting 'Any,Version=v0.0'
2024-08-28T09:40:00.6370427Z Gathering dependency information took 175 ms
2024-08-28T09:40:00.6458981Z Attempting to resolve dependencies for package 'python.3.12.4' with DependencyBehavior 'Lowest'
2024-08-28T09:40:00.6866634Z Resolving dependency information took 0 ms
2024-08-28T09:40:00.6867485Z Resolving actions to install package 'python.3.12.4'
2024-08-28T09:40:00.6883593Z Resolved actions to install package 'python.3.12.4'
2024-08-28T09:40:00.7210352Z Retrieving package 'python 3.12.4' from 'nuget.org'.
2024-08-28T09:40:00.8728238Z GET https://api.nuget.org/v3-flatcontainer/python/3.12.4/python.3.12.4.nupkg
2024-08-28T09:40:00.9123308Z OK https://api.nuget.org/v3-flatcontainer/python/3.12.4/python.3.12.4.nupkg 34ms
2024-08-28T09:40:06.3870330Z Installed python 3.12.4 from https://api.nuget.org/v3/index.json to C:\Users\runneradmin\.nuget\packages\python\3.12.4 with content hash FEoeu0EGuHVUwDa8qqtF6E1yNxnF04ZN72WiLTLvLzkLt62PMd4oHCR6NR9zFe6H+GTiUssgFBG9HZLC+NzmLw==.
2024-08-28T09:40:06.4016034Z Adding package 'python.3.12.4' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:40:07.4226491Z Added package 'python.3.12.4' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:40:07.4235437Z Successfully installed 'python 3.12.4' to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython
2024-08-28T09:40:07.4252266Z Executing nuget actions took 6.71 sec
2024-08-28T09:40:07.4509198Z ::endgroup::Installing Python cp312...
2024-08-28T09:40:07.4509898Z ##[endgroup]
2024-08-28T09:40:07.4510590Z �[32m✓ �[0m7.66s
2024-08-28T09:40:07.4511709Z ::group::Setting up build environment...
2024-08-28T09:40:07.4512400Z ##[group]Setting up build environment...
2024-08-28T09:40:07.4513180Z
2024-08-28T09:40:07.4530051Z + 'D:\a\_temp\cibw\Scripts\python.exe' -sS 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\virtualenv-20.26.3.pyz' --activators= --no-periodic-update --pip=24.1.1 --no-setuptools --no-wheel --python 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.12.4\tools\python.exe' 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\build\venv'
2024-08-28T09:40:10.6687765Z created virtual environment CPython3.12.4.final.0-64 in 2921ms
2024-08-28T09:40:10.6689073Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\build\venv, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:40:10.6690337Z seeder FromAppData(download=False, pip=24.1.1, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:40:10.6691063Z added seed packages: pip==24.1.1
2024-08-28T09:40:10.6945519Z + python -m pip install --upgrade pip -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python312.txt'
2024-08-28T09:40:13.4324867Z Requirement already satisfied: pip in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp312-win_amd64\build\venv\lib\site-packages (24.1.1)
2024-08-28T09:40:13.5800421Z + where python
2024-08-28T09:40:13.5974842Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:40:13.6083707Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:40:13.6803299Z + python --version
2024-08-28T09:40:13.6968522Z Python 3.12.4
2024-08-28T09:40:13.6994969Z + python -c '"import struct; print(struct.calcsize('"'"'P'"'"') * 8)"'
2024-08-28T09:40:13.7320500Z + where python
2024-08-28T09:40:13.8312213Z + where pip
2024-08-28T09:40:13.9267743Z + pip --version
2024-08-28T09:40:14.2210811Z pip 24.1.1 from C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\build\venv\Lib\site-packages\pip (python 3.12)
2024-08-28T09:40:14.2211964Z
2024-08-28T09:40:14.2493747Z ::endgroup::Setting up build environment...
2024-08-28T09:40:14.2494395Z ##[endgroup]
2024-08-28T09:40:14.2494994Z �[32m✓ �[0m6.80s
2024-08-28T09:40:14.2496031Z ::group::Installing build tools...
2024-08-28T09:40:14.2496594Z ##[group]Installing build tools...
2024-08-28T09:40:14.2496966Z
2024-08-28T09:40:14.2497208Z + python -m pip freeze --all
2024-08-28T09:40:14.6522850Z ::endgroup::Installing build tools...
2024-08-28T09:40:14.6523277Z ##[endgroup]
2024-08-28T09:40:14.6523732Z �[32m✓ �[0m0.40s
2024-08-28T09:40:14.6524369Z ::group::Building wheel...
2024-08-28T09:40:14.6524661Z ##[group]Building wheel...
2024-08-28T09:40:14.6524878Z
2024-08-28T09:40:14.6530613Z + python -m pip wheel 'D:\a\pyresample\pyresample' '--wheel-dir=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\built_wheel' --no-deps
2024-08-28T09:40:15.3562685Z Processing d:\a\pyresample\pyresample
2024-08-28T09:40:15.3595689Z Installing build dependencies: started
2024-08-28T09:40:37.5001029Z Installing build dependencies: finished with status 'done'
2024-08-28T09:40:37.5022003Z Getting requirements to build wheel: started
2024-08-28T09:40:38.6070172Z Getting requirements to build wheel: finished with status 'done'
2024-08-28T09:40:38.6098292Z Preparing metadata (pyproject.toml): started
2024-08-28T09:40:39.3173153Z Preparing metadata (pyproject.toml): finished with status 'done'
2024-08-28T09:40:39.3266572Z Building wheels for collected packages: pyresample
2024-08-28T09:40:39.3289397Z Building wheel for pyresample (pyproject.toml): started
2024-08-28T09:40:56.5845863Z Building wheel for pyresample (pyproject.toml): finished with status 'done'
2024-08-28T09:40:56.5898343Z Created wheel for pyresample: filename=pyresample-1.30.0-cp312-cp312-win_amd64.whl size=2328510 sha256=4267189e8fdcfb3cd0d5314206a91a382a00b6f5939961737f6499eda1984d4b
2024-08-28T09:40:56.5901145Z Stored in directory: C:\Users\runneradmin\AppData\Local\Temp\pip-ephem-wheel-cache-8xc7qqgb\wheels\4a\38\14\cd7b8e9d2dde34f54368ec2f526f64bc01265c1f48dbe477d7
2024-08-28T09:40:56.5950738Z Successfully built pyresample
2024-08-28T09:40:57.2656579Z ::endgroup::Building wheel...
2024-08-28T09:40:57.2657172Z ##[endgroup]
2024-08-28T09:40:57.2657796Z �[32m✓ �[0m42.61s
2024-08-28T09:40:57.2658716Z ::group::Testing wheel...
2024-08-28T09:40:57.2659019Z ##[group]Testing wheel...
2024-08-28T09:40:57.2659250Z
2024-08-28T09:40:57.2659777Z + pip install virtualenv -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python312.txt'
2024-08-28T09:40:58.1247704Z Collecting virtualenv
2024-08-28T09:40:58.1270157Z Using cached virtualenv-20.26.3-py3-none-any.whl.metadata (4.5 kB)
2024-08-28T09:40:58.1498244Z Collecting distlib<1,>=0.3.7 (from virtualenv)
2024-08-28T09:40:58.1516545Z Using cached distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
2024-08-28T09:40:58.1817954Z Collecting filelock<4,>=3.12.2 (from virtualenv)
2024-08-28T09:40:58.1838517Z Using cached filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
2024-08-28T09:40:58.2168772Z Collecting platformdirs<5,>=3.9.1 (from virtualenv)
2024-08-28T09:40:58.2189471Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:40:58.2291087Z Using cached virtualenv-20.26.3-py3-none-any.whl (5.7 MB)
2024-08-28T09:40:58.2418218Z Using cached distlib-0.3.8-py2.py3-none-any.whl (468 kB)
2024-08-28T09:40:58.2444698Z Using cached filelock-3.15.4-py3-none-any.whl (16 kB)
2024-08-28T09:40:58.2466238Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:40:58.2895158Z Installing collected packages: distlib, platformdirs, filelock, virtualenv
2024-08-28T09:40:58.8226106Z Successfully installed distlib-0.3.8 filelock-3.15.4 platformdirs-4.2.2 virtualenv-20.26.3
2024-08-28T09:40:58.8776493Z + python -m virtualenv --no-periodic-update --pip=24.1.1 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\venv-test'
2024-08-28T09:40:59.4574134Z created virtual environment CPython3.12.4.final.0-64 in 395ms
2024-08-28T09:40:59.4575419Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\venv-test, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:40:59.4576948Z seeder FromAppData(download=False, pip=24.1.1, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:40:59.4577859Z added seed packages: pip==24.1.1
2024-08-28T09:40:59.4578852Z activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
2024-08-28T09:40:59.4825205Z + where python
2024-08-28T09:40:59.5002512Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\venv-test\Scripts\python.exe
2024-08-28T09:40:59.5011097Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\build\venv\Scripts\python.exe
2024-08-28T09:40:59.5121357Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:40:59.5840290Z + pip install 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp312-win_amd64\repaired_wheel\pyresample-1.30.0-cp312-cp312-win_amd64.whl'
2024-08-28T09:41:01.2121715Z Processing c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp312-win_amd64\repaired_wheel\pyresample-1.30.0-cp312-cp312-win_amd64.whl
2024-08-28T09:41:01.4925585Z Collecting setuptools>=3.2 (from pyresample==1.30.0)
2024-08-28T09:41:01.4945988Z Using cached setuptools-74.0.0-py3-none-any.whl.metadata (6.7 kB)
2024-08-28T09:41:01.5696758Z Collecting pyproj>=3.0 (from pyresample==1.30.0)
2024-08-28T09:41:01.5922954Z Downloading pyproj-3.6.1-cp312-cp312-win_amd64.whl.metadata (31 kB)
2024-08-28T09:41:01.6282423Z Collecting configobj (from pyresample==1.30.0)
2024-08-28T09:41:01.6300896Z Using cached configobj-5.0.8-py2.py3-none-any.whl.metadata (3.4 kB)
2024-08-28T09:41:01.6801441Z Collecting pykdtree>=1.3.1 (from pyresample==1.30.0)
2024-08-28T09:41:01.6853482Z Downloading pykdtree-1.3.12-cp312-cp312-win_amd64.whl.metadata (8.8 kB)
2024-08-28T09:41:01.7504305Z Collecting pyyaml (from pyresample==1.30.0)
2024-08-28T09:41:01.7552437Z Downloading PyYAML-6.0.2-cp312-cp312-win_amd64.whl.metadata (2.1 kB)
2024-08-28T09:41:01.9592666Z Collecting numpy>=1.21.0 (from pyresample==1.30.0)
2024-08-28T09:41:01.9612323Z Using cached numpy-2.1.0-cp312-cp312-win_amd64.whl.metadata (59 kB)
2024-08-28T09:41:02.0616562Z Collecting shapely (from pyresample==1.30.0)
2024-08-28T09:41:02.0673038Z Downloading shapely-2.0.6-cp312-cp312-win_amd64.whl.metadata (7.2 kB)
2024-08-28T09:41:02.1032881Z Collecting donfig (from pyresample==1.30.0)
2024-08-28T09:41:02.1052736Z Using cached donfig-0.8.1.post1-py3-none-any.whl.metadata (5.0 kB)
2024-08-28T09:41:02.1357974Z Collecting platformdirs (from pyresample==1.30.0)
2024-08-28T09:41:02.1377861Z Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
2024-08-28T09:41:02.1673740Z Collecting certifi (from pyproj>=3.0->pyresample==1.30.0)
2024-08-28T09:41:02.1692332Z Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
2024-08-28T09:41:02.1978055Z Collecting six (from configobj->pyresample==1.30.0)
2024-08-28T09:41:02.1994709Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-08-28T09:41:02.2167250Z Using cached numpy-2.1.0-cp312-cp312-win_amd64.whl (12.6 MB)
2024-08-28T09:41:02.2452235Z Downloading pykdtree-1.3.12-cp312-cp312-win_amd64.whl (57 kB)
2024-08-28T09:41:02.2690658Z ---------------------------------------- 57.4/57.4 kB 2.9 MB/s eta 0:00:00
2024-08-28T09:41:02.2739658Z Downloading pyproj-3.6.1-cp312-cp312-win_amd64.whl (6.1 MB)
2024-08-28T09:41:02.3696041Z ---------------------------------------- 6.1/6.1 MB 65.3 MB/s eta 0:00:00
2024-08-28T09:41:02.3712989Z Using cached setuptools-74.0.0-py3-none-any.whl (1.3 MB)
2024-08-28T09:41:02.3754329Z Using cached configobj-5.0.8-py2.py3-none-any.whl (36 kB)
2024-08-28T09:41:02.3772496Z Using cached donfig-0.8.1.post1-py3-none-any.whl (21 kB)
2024-08-28T09:41:02.3789959Z Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
2024-08-28T09:41:02.3841634Z Downloading PyYAML-6.0.2-cp312-cp312-win_amd64.whl (156 kB)
2024-08-28T09:41:02.4120445Z ---------------------------------------- 156.3/156.3 kB 9.1 MB/s eta 0:00:00
2024-08-28T09:41:02.4171837Z Downloading shapely-2.0.6-cp312-cp312-win_amd64.whl (1.4 MB)
2024-08-28T09:41:02.4534249Z ---------------------------------------- 1.4/1.4 MB 44.8 MB/s eta 0:00:00
2024-08-28T09:41:02.4549236Z Using cached certifi-2024.7.4-py3-none-any.whl (162 kB)
2024-08-28T09:41:02.4570578Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
2024-08-28T09:41:02.5484423Z Installing collected packages: six, setuptools, pyyaml, platformdirs, numpy, certifi, shapely, pyproj, pykdtree, donfig, configobj, pyresample
2024-08-28T09:41:16.7101692Z Successfully installed certifi-2024.7.4 configobj-5.0.8 donfig-0.8.1.post1 numpy-2.1.0 platformdirs-4.2.2 pykdtree-1.3.12 pyproj-3.6.1 pyresample-1.30.0 pyyaml-6.0.2 setuptools-74.0.0 shapely-2.0.6 six-1.16.0
2024-08-28T09:41:16.8302657Z + python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
2024-08-28T09:41:18.6569981Z ::endgroup::Testing wheel...
2024-08-28T09:41:18.6570341Z ##[endgroup]
2024-08-28T09:41:18.6570753Z �[32m✓ �[0m21.40s
2024-08-28T09:41:18.6571083Z
2024-08-28T09:41:18.6571497Z �[32m✓ �[0mcp312-win_amd64 finished in 78.87s
2024-08-28T09:41:18.6577203Z
2024-08-28T09:41:18.6577508Z �[1m�[34mBuilding cp39-win_arm64 wheel�[0m
2024-08-28T09:41:18.6578080Z CPython 3.9 Windows on ARM 64bit
2024-08-28T09:41:18.6578423Z
2024-08-28T09:41:18.6582544Z ::group::Installing Python cp39...
2024-08-28T09:41:18.6583034Z ##[group]Installing Python cp39...
2024-08-28T09:41:18.6583499Z
2024-08-28T09:41:18.6589586Z + 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget.exe' install pythonarm64 -Version 3.9.10 -FallbackSource https://api.nuget.org/v3/index.json -OutputDirectory 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:41:19.1995965Z Feeds used:
2024-08-28T09:41:19.1996486Z C:\Users\runneradmin\.nuget\packages\
2024-08-28T09:41:19.1997069Z https://api.nuget.org/v3/index.json
2024-08-28T09:41:19.1997817Z C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2024-08-28T09:41:19.1998430Z https://api.nuget.org/v3/index.json
2024-08-28T09:41:19.1998743Z
2024-08-28T09:41:19.3162378Z
2024-08-28T09:41:19.3162402Z
2024-08-28T09:41:19.3181101Z Attempting to gather dependency information for package 'pythonarm64.3.9.10' with respect to project 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython', targeting 'Any,Version=v0.0'
2024-08-28T09:41:19.6409763Z Gathering dependency information took 310 ms
2024-08-28T09:41:19.6496220Z Attempting to resolve dependencies for package 'pythonarm64.3.9.10' with DependencyBehavior 'Lowest'
2024-08-28T09:41:19.6900113Z Resolving dependency information took 0 ms
2024-08-28T09:41:19.6900902Z Resolving actions to install package 'pythonarm64.3.9.10'
2024-08-28T09:41:19.6917298Z Resolved actions to install package 'pythonarm64.3.9.10'
2024-08-28T09:41:19.7144056Z Retrieving package 'pythonarm64 3.9.10' from 'nuget.org'.
2024-08-28T09:41:19.8372381Z GET https://api.nuget.org/v3-flatcontainer/pythonarm64/3.9.10/pythonarm64.3.9.10.nupkg
2024-08-28T09:41:19.8420611Z OK https://api.nuget.org/v3-flatcontainer/pythonarm64/3.9.10/pythonarm64.3.9.10.nupkg 4ms
2024-08-28T09:41:25.6350878Z Installed pythonarm64 3.9.10 from https://api.nuget.org/v3/index.json to C:\Users\runneradmin\.nuget\packages\pythonarm64\3.9.10 with content hash wsOpP7CJAz1OSe6RVzZnOCZEuR32qbAVSbye1/Tpms4vcZNEJ4VRXo9gDHXzZ06wq6fBHpx7Hg6am6H+wBAMXQ==.
2024-08-28T09:41:25.6480475Z Adding package 'pythonarm64.3.9.10' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:41:26.6562037Z Added package 'pythonarm64.3.9.10' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:41:26.6570477Z Successfully installed 'pythonarm64 3.9.10' to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython
2024-08-28T09:41:26.6587790Z Executing nuget actions took 6.95 sec
2024-08-28T09:41:26.6741071Z ::endgroup::Installing Python cp39...
2024-08-28T09:41:26.6741449Z ##[endgroup]
2024-08-28T09:41:26.6741859Z �[32m✓ �[0m8.02s
2024-08-28T09:41:26.6742574Z ::group::Installing native Python AMD64 for cross-compilation...
2024-08-28T09:41:26.6743147Z ##[group]Installing native Python AMD64 for cross-compilation...
2024-08-28T09:41:26.6743503Z
2024-08-28T09:41:26.6747571Z + 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget.exe' install python -Version 3.9.10 -FallbackSource https://api.nuget.org/v3/index.json -OutputDirectory 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:41:27.2202324Z Feeds used:
2024-08-28T09:41:27.2202845Z C:\Users\runneradmin\.nuget\packages\
2024-08-28T09:41:27.2203492Z https://api.nuget.org/v3/index.json
2024-08-28T09:41:27.2204186Z C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2024-08-28T09:41:27.2204891Z https://api.nuget.org/v3/index.json
2024-08-28T09:41:27.2205337Z
2024-08-28T09:41:27.3481402Z
2024-08-28T09:41:27.3481425Z
2024-08-28T09:41:27.3499415Z Attempting to gather dependency information for package 'python.3.9.10' with respect to project 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython', targeting 'Any,Version=v0.0'
2024-08-28T09:41:27.5388481Z Gathering dependency information took 177 ms
2024-08-28T09:41:27.5475342Z Attempting to resolve dependencies for package 'python.3.9.10' with DependencyBehavior 'Lowest'
2024-08-28T09:41:27.5870055Z Resolving dependency information took 0 ms
2024-08-28T09:41:27.5870738Z Resolving actions to install package 'python.3.9.10'
2024-08-28T09:41:27.5886512Z Resolved actions to install package 'python.3.9.10'
2024-08-28T09:41:27.6105269Z Retrieving package 'python 3.9.10' from 'nuget.org'.
2024-08-28T09:41:27.7628456Z GET https://api.nuget.org/v3-flatcontainer/python/3.9.10/python.3.9.10.nupkg
2024-08-28T09:41:27.8004094Z OK https://api.nuget.org/v3-flatcontainer/python/3.9.10/python.3.9.10.nupkg 32ms
2024-08-28T09:41:33.7798950Z Installed python 3.9.10 from https://api.nuget.org/v3/index.json to C:\Users\runneradmin\.nuget\packages\python\3.9.10 with content hash rRDrLnLXUKKLoDL609y67eOxrkvAk1+2oUV1LlWdyjDzFB0+kOCEyRSN+QYOKfN570FPpEPYsoyvqx9dmHFEUg==.
2024-08-28T09:41:33.7934263Z Adding package 'python.3.9.10' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:41:39.7321910Z Added package 'python.3.9.10' to folder 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython'
2024-08-28T09:41:39.7330598Z Successfully installed 'python 3.9.10' to C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython
2024-08-28T09:41:39.7347270Z Executing nuget actions took 12.13 sec
2024-08-28T09:41:39.7599179Z ::endgroup::Installing native Python AMD64 for cross-compilation...
2024-08-28T09:41:39.7599934Z ##[endgroup]
2024-08-28T09:41:39.7600503Z �[32m✓ �[0m13.08s
2024-08-28T09:41:39.7601480Z ::group::Setting up build environment...
2024-08-28T09:41:39.7602095Z ##[group]Setting up build environment...
2024-08-28T09:41:39.7602522Z
2024-08-28T09:41:39.7621814Z + 'D:\a\_temp\cibw\Scripts\python.exe' -sS 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\virtualenv-20.26.3.pyz' --activators= --no-periodic-update --pip=24.1.1 --no-setuptools --no-wheel --python 'C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools\python.exe' 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv'
2024-08-28T09:41:43.8901250Z created virtual environment CPython3.9.10.final.0-64 in 3839ms
2024-08-28T09:41:43.8902701Z creator CPython3Windows(dest=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv, clear=False, no_vcs_ignore=False, global=False)
2024-08-28T09:41:43.8904236Z seeder FromAppData(download=False, pip=24.1.1, via=copy, app_data_dir=C:\Users\runneradmin\AppData\Local\pypa\virtualenv)
2024-08-28T09:41:43.8905084Z added seed packages: pip==24.1.1
2024-08-28T09:41:43.9138651Z + python -m pip install --upgrade pip -c 'D:\a\_temp\cibw\Lib\site-packages\cibuildwheel\resources\constraints-python39.txt'
2024-08-28T09:41:48.2908007Z Requirement already satisfied: pip in c:\users\runneradmin\appdata\local\temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\lib\site-packages (24.1.1)
2024-08-28T09:41:48.4532942Z + where python
2024-08-28T09:41:48.4704965Z C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\Scripts\python.exe
2024-08-28T09:41:48.4815637Z C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
2024-08-28T09:41:48.5540254Z + python --version
2024-08-28T09:41:48.5718621Z Python 3.9.10
2024-08-28T09:41:48.5748772Z + python -c '"import struct; print(struct.calcsize('"'"'P'"'"') * 8)"'
2024-08-28T09:41:48.6092084Z + where python
2024-08-28T09:41:48.7079423Z + where pip
2024-08-28T09:41:48.8047785Z + pip --version
2024-08-28T09:41:49.0739101Z pip 24.1.1 from C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\lib\site-packages\pip (python 3.9)
2024-08-28T09:41:49.0740009Z
2024-08-28T09:41:49.0995321Z ::endgroup::Setting up build environment...
2024-08-28T09:41:49.0995905Z ##[endgroup]
2024-08-28T09:41:49.1029043Z ##[notice]Setting DIST_EXTRA_CONFIG=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\extra-setup.cfg for cross-compilation
2024-08-28T09:41:49.1030931Z
2024-08-28T09:41:49.1031185Z �[32m✓ �[0m9.34s
2024-08-28T09:41:49.1031785Z ::group::Installing build tools...
2024-08-28T09:41:49.1032093Z ##[group]Installing build tools...
2024-08-28T09:41:49.1032311Z
2024-08-28T09:41:49.1033258Z ##[notice]Setting SETUPTOOLS_EXT_SUFFIX=.cp39-win_arm64.pyd for cross-compilation
2024-08-28T09:41:49.1033656Z
2024-08-28T09:41:49.1034516Z ##[notice]Setting SETUPTOOLS_USE_DISTUTILS=local as it is required for cross-compilation
2024-08-28T09:41:49.1034988Z
2024-08-28T09:41:49.1035826Z ##[notice]Setting CARGO_BUILD_TARGET=aarch64-pc-windows-msvc for cross-compilation
2024-08-28T09:41:49.1036222Z
2024-08-28T09:41:49.1036332Z + python -m pip freeze --all
2024-08-28T09:41:49.5008064Z ::endgroup::Installing build tools...
2024-08-28T09:41:49.5008535Z ##[endgroup]
2024-08-28T09:41:49.5008929Z �[32m✓ �[0m0.41s
2024-08-28T09:41:49.5009517Z ::group::Building wheel...
2024-08-28T09:41:49.5009785Z ##[group]Building wheel...
2024-08-28T09:41:49.5009957Z
2024-08-28T09:41:49.5016215Z + python -m pip wheel 'D:\a\pyresample\pyresample' '--wheel-dir=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\built_wheel' --no-deps
2024-08-28T09:41:49.9927219Z Processing d:\a\pyresample\pyresample
2024-08-28T09:41:50.0149973Z Installing build dependencies: started
2024-08-28T09:42:04.0568926Z Installing build dependencies: finished with status 'done'
2024-08-28T09:42:04.0586397Z Getting requirements to build wheel: started
2024-08-28T09:42:05.2006023Z Getting requirements to build wheel: finished with status 'done'
2024-08-28T09:42:05.2032131Z Preparing metadata (pyproject.toml): started
2024-08-28T09:42:05.9234762Z Preparing metadata (pyproject.toml): finished with status 'done'
2024-08-28T09:42:05.9361613Z Building wheels for collected packages: pyresample
2024-08-28T09:42:05.9387175Z Building wheel for pyresample (pyproject.toml): started
2024-08-28T09:42:12.9146206Z Building wheel for pyresample (pyproject.toml): finished with status 'error'
2024-08-28T09:42:12.9356263Z error: subprocess-exited-with-error
2024-08-28T09:42:12.9356923Z
2024-08-28T09:42:12.9357599Z Building wheel for pyresample (pyproject.toml) did not run successfully.
2024-08-28T09:42:12.9358488Z exit code: 1
2024-08-28T09:42:12.9358846Z
2024-08-28T09:42:12.9359181Z [503 lines of output]
2024-08-28T09:42:12.9360058Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9361116Z Try to load it from setup.cfg
2024-08-28T09:42:12.9361693Z running bdist_wheel
2024-08-28T09:42:12.9362117Z running build
2024-08-28T09:42:12.9362504Z running build_py
2024-08-28T09:42:12.9363323Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9364300Z Try to load it from setup.cfg
2024-08-28T09:42:12.9365246Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9366232Z Try to load it from setup.cfg
2024-08-28T09:42:12.9366797Z creating build\lib.win-arm64-cpython-39
2024-08-28T09:42:12.9367416Z creating build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9368289Z copying pyresample\area_config.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9369332Z copying pyresample\data_reduce.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9370358Z copying pyresample\geometry.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9371784Z copying pyresample\geo_filter.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9372809Z copying pyresample\grid.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9373784Z copying pyresample\image.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9374773Z copying pyresample\kd_tree.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9375953Z copying pyresample\plot.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9376954Z copying pyresample\resampler.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9377950Z copying pyresample\slicer.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9378953Z copying pyresample\spherical.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9380088Z copying pyresample\spherical_geometry.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9381216Z copying pyresample\spherical_utils.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9382276Z copying pyresample\version.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9383267Z copying pyresample\_caching.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9384314Z copying pyresample\_compat.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9385291Z copying pyresample\_config.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9386344Z copying pyresample\_formatting_html.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9387411Z copying pyresample\_multi_proc.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9388426Z copying pyresample\_spatial_mp.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9389418Z copying pyresample\__init__.py -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9390287Z creating build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9391279Z copying pyresample\bilinear\xarr.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9392450Z copying pyresample\bilinear\_base.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9393737Z copying pyresample\bilinear\_numpy_resampler.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9395037Z copying pyresample\bilinear\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\bilinear
2024-08-28T09:42:12.9396035Z creating build\lib.win-arm64-cpython-39\pyresample\boundary
2024-08-28T09:42:12.9397583Z copying pyresample\boundary\legacy_boundary.py -> build\lib.win-arm64-cpython-39\pyresample\boundary
2024-08-28T09:42:12.9398909Z copying pyresample\boundary\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\boundary
2024-08-28T09:42:12.9399901Z creating build\lib.win-arm64-cpython-39\pyresample\bucket
2024-08-28T09:42:12.9400891Z copying pyresample\bucket\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\bucket
2024-08-28T09:42:12.9401877Z creating build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9402780Z copying pyresample\ewa\dask_ewa.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9403855Z copying pyresample\ewa\ewa.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9404991Z copying pyresample\ewa\_legacy_dask_ewa.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9406122Z copying pyresample\ewa\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9407063Z creating build\lib.win-arm64-cpython-39\pyresample\future
2024-08-28T09:42:12.9408054Z copying pyresample\future\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future
2024-08-28T09:42:12.9409078Z creating build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9410114Z copying pyresample\gradient\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9411373Z creating build\lib.win-arm64-cpython-39\pyresample\static
2024-08-28T09:42:12.9412404Z copying pyresample\static\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\static
2024-08-28T09:42:12.9413380Z creating build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9414367Z copying pyresample\test\conftest.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9415807Z copying pyresample\test\test_area_config.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9417081Z copying pyresample\test\test_bilinear.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9418343Z copying pyresample\test\test_bucket.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9419527Z copying pyresample\test\test_dask_ewa.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9420792Z copying pyresample\test\test_data_reduce.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9422072Z copying pyresample\test\test_ewa_fornav.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9423305Z copying pyresample\test\test_ewa_ll2cr.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9424415Z copying pyresample\test\test_formatting.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9425711Z copying pyresample\test\test_geometry_legacy.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9426991Z copying pyresample\test\test_gradient.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9428190Z copying pyresample\test\test_grid.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9429406Z copying pyresample\test\test_image.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9430611Z copying pyresample\test\test_kd_tree.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9431761Z copying pyresample\test\test_plot.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9433106Z copying pyresample\test\test_resample_blocks.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9434403Z copying pyresample\test\test_slicer.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9435698Z copying pyresample\test\test_spatial_mp.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9437016Z copying pyresample\test\test_spherical.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9438316Z copying pyresample\test\test_spherical_geometry.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9439683Z copying pyresample\test\test_spherical_utils.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9440919Z copying pyresample\test\test_swath.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9442139Z copying pyresample\test\test_utils.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9443325Z copying pyresample\test\utils.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9444461Z copying pyresample\test\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test
2024-08-28T09:42:12.9445368Z creating build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9446365Z copying pyresample\utils\cartopy.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9447509Z copying pyresample\utils\cf.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9448689Z copying pyresample\utils\errors.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9449871Z copying pyresample\utils\proj4.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9451208Z copying pyresample\utils\rasterio.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9452665Z copying pyresample\utils\row_appendable_array.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9453971Z copying pyresample\utils\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\utils
2024-08-28T09:42:12.9455045Z creating build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9456057Z copying pyresample\future\geometry\area.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9457336Z copying pyresample\future\geometry\base.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9458250Z copying pyresample\future\geometry\swath.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9459164Z copying pyresample\future\geometry\_subset.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9460072Z copying pyresample\future\geometry\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future\geometry
2024-08-28T09:42:12.9460844Z creating build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9461635Z copying pyresample\future\resamplers\nearest.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9462597Z copying pyresample\future\resamplers\registry.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9463561Z copying pyresample\future\resamplers\resampler.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9464560Z copying pyresample\future\resamplers\_transform_utils.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9465535Z copying pyresample\future\resamplers\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future\resamplers
2024-08-28T09:42:12.9466282Z creating build\lib.win-arm64-cpython-39\pyresample\future\spherical
2024-08-28T09:42:12.9467054Z copying pyresample\future\spherical\point.py -> build\lib.win-arm64-cpython-39\pyresample\future\spherical
2024-08-28T09:42:12.9468160Z copying pyresample\future\spherical\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\future\spherical
2024-08-28T09:42:12.9468897Z creating build\lib.win-arm64-cpython-39\pyresample\static\css
2024-08-28T09:42:12.9469578Z copying pyresample\static\css\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\static\css
2024-08-28T09:42:12.9470269Z creating build\lib.win-arm64-cpython-39\pyresample\static\html
2024-08-28T09:42:12.9470969Z copying pyresample\static\html\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\static\html
2024-08-28T09:42:12.9471678Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_config
2024-08-28T09:42:12.9472495Z copying pyresample\test\test_config\test_feature_flags.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_config
2024-08-28T09:42:12.9473465Z copying pyresample\test\test_config\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_config
2024-08-28T09:42:12.9474224Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9475000Z copying pyresample\test\test_geometry\conftest.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9476018Z copying pyresample\test\test_geometry\test_area.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9477210Z copying pyresample\test\test_geometry\test_area_boundary.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9478226Z copying pyresample\test\test_geometry\test_swath.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9479237Z copying pyresample\test\test_geometry\test_swath_boundary.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9480321Z copying pyresample\test\test_geometry\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_geometry
2024-08-28T09:42:12.9481358Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9482202Z copying pyresample\test\test_resamplers\test_nearest.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9483257Z copying pyresample\test\test_resamplers\test_resampler.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9484573Z copying pyresample\test\test_resamplers\test_resampler_registry.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9485629Z copying pyresample\test\test_resamplers\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_resamplers
2024-08-28T09:42:12.9486403Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_sgeom
2024-08-28T09:42:12.9487183Z copying pyresample\test\test_sgeom\test_point.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_sgeom
2024-08-28T09:42:12.9488097Z copying pyresample\test\test_sgeom\__init__.py -> build\lib.win-arm64-cpython-39\pyresample\test\test_sgeom
2024-08-28T09:42:12.9488689Z running egg_info
2024-08-28T09:42:12.9488958Z writing pyresample.egg-info\PKG-INFO
2024-08-28T09:42:12.9489429Z writing dependency_links to pyresample.egg-info\dependency_links.txt
2024-08-28T09:42:12.9489984Z writing entry points to pyresample.egg-info\entry_points.txt
2024-08-28T09:42:12.9490480Z writing requirements to pyresample.egg-info\requires.txt
2024-08-28T09:42:12.9490976Z writing top-level names to pyresample.egg-info\top_level.txt
2024-08-28T09:42:12.9491471Z reading manifest file 'pyresample.egg-info\SOURCES.txt'
2024-08-28T09:42:12.9491885Z reading manifest template 'MANIFEST.in'
2024-08-28T09:42:12.9492226Z adding license file 'LICENSE.txt'
2024-08-28T09:42:12.9492616Z writing manifest file 'pyresample.egg-info\SOURCES.txt'
2024-08-28T09:42:12.9493782Z C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\setuptools\command\build_py.py:218: _Warning: Package 'pyresample.ewa' is absent from the `packages` configuration.
2024-08-28T09:42:12.9494816Z !!
2024-08-28T09:42:12.9495001Z
2024-08-28T09:42:12.9495251Z ********************************************************************************
2024-08-28T09:42:12.9495628Z ############################
2024-08-28T09:42:12.9495952Z # Package would be ignored #
2024-08-28T09:42:12.9496251Z ############################
2024-08-28T09:42:12.9496674Z Python recognizes 'pyresample.ewa' as an importable package[^1],
2024-08-28T09:42:12.9497234Z but it is absent from setuptools' `packages` configuration.
2024-08-28T09:42:12.9497629Z
2024-08-28T09:42:12.9498023Z This leads to an ambiguous overall configuration. If you want to distribute this
2024-08-28T09:42:12.9498673Z package, please make sure that 'pyresample.ewa' is explicitly added
2024-08-28T09:42:12.9499168Z to the `packages` configuration field.
2024-08-28T09:42:12.9499484Z
2024-08-28T09:42:12.9499821Z Alternatively, you can also rely on setuptools' discovery methods
2024-08-28T09:42:12.9500407Z (for example by using `find_namespace_packages(...)`/`find_namespace:`
2024-08-28T09:42:12.9501059Z instead of `find_packages(...)`/`find:`).
2024-08-28T09:42:12.9501388Z
2024-08-28T09:42:12.9501784Z You can read more about "package discovery" on setuptools documentation page:
2024-08-28T09:42:12.9502254Z
2024-08-28T09:42:12.9502622Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
2024-08-28T09:42:12.9503070Z
2024-08-28T09:42:12.9503368Z If you don't want 'pyresample.ewa' to be distributed and are
2024-08-28T09:42:12.9503867Z already explicitly excluding 'pyresample.ewa' via
2024-08-28T09:42:12.9504410Z `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
2024-08-28T09:42:12.9505167Z you can try to use `exclude_package_data`, or `include-package-data=False` in
2024-08-28T09:42:12.9505807Z combination with a more fine grained `package-data` configuration.
2024-08-28T09:42:12.9506235Z
2024-08-28T09:42:12.9506621Z You can read more about "package data files" on setuptools documentation page:
2024-08-28T09:42:12.9507101Z
2024-08-28T09:42:12.9507516Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
2024-08-28T09:42:12.9507933Z
2024-08-28T09:42:12.9508101Z
2024-08-28T09:42:12.9508435Z [^1]: For Python, any directory (with suitable naming) can be imported,
2024-08-28T09:42:12.9508948Z even if it does not contain any `.py` files.
2024-08-28T09:42:12.9509446Z On the other hand, currently there is no concept of package data
2024-08-28T09:42:12.9509980Z directory, all directories are treated like packages.
2024-08-28T09:42:12.9510436Z ********************************************************************************
2024-08-28T09:42:12.9510779Z
2024-08-28T09:42:12.9510961Z !!
2024-08-28T09:42:12.9511171Z check.warn(importable)
2024-08-28T09:42:12.9512223Z C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\setuptools\command\build_py.py:218: _Warning: Package 'pyresample.gradient' is absent from the `packages` configuration.
2024-08-28T09:42:12.9513273Z !!
2024-08-28T09:42:12.9513451Z
2024-08-28T09:42:12.9513703Z ********************************************************************************
2024-08-28T09:42:12.9514062Z ############################
2024-08-28T09:42:12.9514382Z # Package would be ignored #
2024-08-28T09:42:12.9514699Z ############################
2024-08-28T09:42:12.9515145Z Python recognizes 'pyresample.gradient' as an importable package[^1],
2024-08-28T09:42:12.9515721Z but it is absent from setuptools' `packages` configuration.
2024-08-28T09:42:12.9516119Z
2024-08-28T09:42:12.9516507Z This leads to an ambiguous overall configuration. If you want to distribute this
2024-08-28T09:42:12.9517169Z package, please make sure that 'pyresample.gradient' is explicitly added
2024-08-28T09:42:12.9517693Z to the `packages` configuration field.
2024-08-28T09:42:12.9518012Z
2024-08-28T09:42:12.9518341Z Alternatively, you can also rely on setuptools' discovery methods
2024-08-28T09:42:12.9518927Z (for example by using `find_namespace_packages(...)`/`find_namespace:`
2024-08-28T09:42:12.9519408Z instead of `find_packages(...)`/`find:`).
2024-08-28T09:42:12.9519739Z
2024-08-28T09:42:12.9520134Z You can read more about "package discovery" on setuptools documentation page:
2024-08-28T09:42:12.9520602Z
2024-08-28T09:42:12.9521107Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
2024-08-28T09:42:12.9521567Z
2024-08-28T09:42:12.9521891Z If you don't want 'pyresample.gradient' to be distributed and are
2024-08-28T09:42:12.9522430Z already explicitly excluding 'pyresample.gradient' via
2024-08-28T09:42:12.9522983Z `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
2024-08-28T09:42:12.9523620Z you can try to use `exclude_package_data`, or `include-package-data=False` in
2024-08-28T09:42:12.9524409Z combination with a more fine grained `package-data` configuration.
2024-08-28T09:42:12.9524847Z
2024-08-28T09:42:12.9525228Z You can read more about "package data files" on setuptools documentation page:
2024-08-28T09:42:12.9525699Z
2024-08-28T09:42:12.9526035Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
2024-08-28T09:42:12.9526455Z
2024-08-28T09:42:12.9526618Z
2024-08-28T09:42:12.9526960Z [^1]: For Python, any directory (with suitable naming) can be imported,
2024-08-28T09:42:12.9527576Z even if it does not contain any `.py` files.
2024-08-28T09:42:12.9528078Z On the other hand, currently there is no concept of package data
2024-08-28T09:42:12.9528622Z directory, all directories are treated like packages.
2024-08-28T09:42:12.9529218Z ********************************************************************************
2024-08-28T09:42:12.9529648Z
2024-08-28T09:42:12.9529831Z !!
2024-08-28T09:42:12.9530037Z check.warn(importable)
2024-08-28T09:42:12.9531132Z C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\setuptools\command\build_py.py:218: _Warning: Package 'pyresample.test.test_files' is absent from the `packages` configuration.
2024-08-28T09:42:12.9532196Z !!
2024-08-28T09:42:12.9532373Z
2024-08-28T09:42:12.9532625Z ********************************************************************************
2024-08-28T09:42:12.9533120Z ############################
2024-08-28T09:42:12.9533441Z # Package would be ignored #
2024-08-28T09:42:12.9533745Z ############################
2024-08-28T09:42:12.9534206Z Python recognizes 'pyresample.test.test_files' as an importable package[^1],
2024-08-28T09:42:12.9534809Z but it is absent from setuptools' `packages` configuration.
2024-08-28T09:42:12.9535207Z
2024-08-28T09:42:12.9535593Z This leads to an ambiguous overall configuration. If you want to distribute this
2024-08-28T09:42:12.9536283Z package, please make sure that 'pyresample.test.test_files' is explicitly added
2024-08-28T09:42:12.9536838Z to the `packages` configuration field.
2024-08-28T09:42:12.9537153Z
2024-08-28T09:42:12.9537482Z Alternatively, you can also rely on setuptools' discovery methods
2024-08-28T09:42:12.9538067Z (for example by using `find_namespace_packages(...)`/`find_namespace:`
2024-08-28T09:42:12.9538560Z instead of `find_packages(...)`/`find:`).
2024-08-28T09:42:12.9538878Z
2024-08-28T09:42:12.9539274Z You can read more about "package discovery" on setuptools documentation page:
2024-08-28T09:42:12.9539884Z
2024-08-28T09:42:12.9540243Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
2024-08-28T09:42:12.9540689Z
2024-08-28T09:42:12.9541047Z If you don't want 'pyresample.test.test_files' to be distributed and are
2024-08-28T09:42:12.9541636Z already explicitly excluding 'pyresample.test.test_files' via
2024-08-28T09:42:12.9542218Z `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
2024-08-28T09:42:12.9542848Z you can try to use `exclude_package_data`, or `include-package-data=False` in
2024-08-28T09:42:12.9543465Z combination with a more fine grained `package-data` configuration.
2024-08-28T09:42:12.9543896Z
2024-08-28T09:42:12.9544272Z You can read more about "package data files" on setuptools documentation page:
2024-08-28T09:42:12.9544741Z
2024-08-28T09:42:12.9545067Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
2024-08-28T09:42:12.9545481Z
2024-08-28T09:42:12.9545646Z
2024-08-28T09:42:12.9545979Z [^1]: For Python, any directory (with suitable naming) can be imported,
2024-08-28T09:42:12.9546716Z even if it does not contain any `.py` files.
2024-08-28T09:42:12.9547368Z On the other hand, currently there is no concept of package data
2024-08-28T09:42:12.9547893Z directory, all directories are treated like packages.
2024-08-28T09:42:12.9548344Z ********************************************************************************
2024-08-28T09:42:12.9548685Z
2024-08-28T09:42:12.9548852Z !!
2024-08-28T09:42:12.9549056Z check.warn(importable)
2024-08-28T09:42:12.9549530Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9550052Z Try to load it from setup.cfg
2024-08-28T09:42:12.9551253Z copying pyresample\py.typed -> build\lib.win-arm64-cpython-39\pyresample
2024-08-28T09:42:12.9552008Z copying pyresample\ewa\_fornav.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9552833Z copying pyresample\ewa\_fornav_templates.cpp -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9553942Z copying pyresample\ewa\_ll2cr.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9554901Z copying pyresample\gradient\_gradient_search.pyx -> build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9555703Z copying pyresample\ewa\_fornav.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9556453Z copying pyresample\ewa\_fornav_templates.cpp -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9557249Z copying pyresample\ewa\_fornav_templates.h -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9558005Z copying pyresample\ewa\_ll2cr.pyx -> build\lib.win-arm64-cpython-39\pyresample\ewa
2024-08-28T09:42:12.9558793Z copying pyresample\gradient\_gradient_search.pyx -> build\lib.win-arm64-cpython-39\pyresample\gradient
2024-08-28T09:42:12.9559524Z creating build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9560286Z copying pyresample\test\test_files\areas.cfg -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9561215Z copying pyresample\test\test_files\areas.yaml -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9562149Z copying pyresample\test\test_files\mask_grid.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9563115Z copying pyresample\test\test_files\mask_test_data.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9564123Z copying pyresample\test\test_files\mask_test_fill_value.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9565144Z copying pyresample\test\test_files\mask_test_full_fill.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9566192Z copying pyresample\test\test_files\mask_test_full_fill_multi.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9567222Z copying pyresample\test\test_files\mask_test_mask.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9568237Z copying pyresample\test\test_files\mask_test_nearest_data.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9569412Z copying pyresample\test\test_files\mask_test_nearest_mask.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9570430Z copying pyresample\test\test_files\quick_mask_test.dat -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9571408Z copying pyresample\test\test_files\ssmis_swath.npz -> build\lib.win-arm64-cpython-39\pyresample\test\test_files
2024-08-28T09:42:12.9572388Z copying pyresample\static\css\style.css -> build\lib.win-arm64-cpython-39\pyresample\static\css
2024-08-28T09:42:12.9573292Z copying pyresample\static\html\icons_svg_inline.html -> build\lib.win-arm64-cpython-39\pyresample\static\html
2024-08-28T09:42:12.9574043Z UPDATING build\lib.win-arm64-cpython-39\pyresample/version.py
2024-08-28T09:42:12.9574624Z set build\lib.win-arm64-cpython-39\pyresample/version.py to '1.30.0'
2024-08-28T09:42:12.9575077Z running build_ext
2024-08-28T09:42:12.9575533Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9576063Z Try to load it from setup.cfg
2024-08-28T09:42:12.9576546Z Failed to load config from D:\a\pyresample\pyresample\pyproject.toml: 'versioneer'
2024-08-28T09:42:12.9577070Z Try to load it from setup.cfg
2024-08-28T09:42:12.9578110Z Compiling pyresample/ewa/_ll2cr.pyx because it depends on C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\Cython\Includes\libc\string.pxd.
2024-08-28T09:42:12.9579099Z [1/1] Cythonizing pyresample/ewa/_ll2cr.pyx
2024-08-28T09:42:12.9579476Z building 'pyresample.ewa._ll2cr' extension
2024-08-28T09:42:12.9579852Z creating build\temp.win-arm64-cpython-39
2024-08-28T09:42:12.9580250Z creating build\temp.win-arm64-cpython-39\Release
2024-08-28T09:42:12.9580798Z creating build\temp.win-arm64-cpython-39\Release\pyresample
2024-08-28T09:42:12.9581333Z creating build\temp.win-arm64-cpython-39\Release\pyresample\ewa
2024-08-28T09:42:12.9587610Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -IC:\Users\runneradmin\AppData\Local\Temp\pip-build-env-d7tc5dst\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\include -IC:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools\include -IC:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" /Tcpyresample/ewa/_ll2cr.c /Fobuild\temp.win-arm64-cpython-39\Release\pyresample/ewa/_ll2cr.obj
2024-08-28T09:42:12.9594611Z _ll2cr.c
2024-08-28T09:42:12.9595212Z pyresample/ewa/_ll2cr.c(22126): warning C4244: '=': conversion from 'npy_intp' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9596324Z pyresample/ewa/_ll2cr.c(22135): warning C4244: '=': conversion from 'npy_intp' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9597259Z pyresample/ewa/_ll2cr.c(24341): warning C4244: '=': conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9598205Z pyresample/ewa/_ll2cr.c(24350): warning C4244: '=': conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
2024-08-28T09:42:12.9604932Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\pythonarm64.3.9.10\tools\libs /LIBPATH:C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\libs /LIBPATH:C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools\libs /LIBPATH:C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.9.10\tools /LIBPATH:C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zaltqvu_\cp39-win_arm64\build\venv\PCbuild\arm64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\ATLMFC\lib\x64" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\um\x64" /EXPORT:PyInit__ll2cr build\temp.win-arm64-cpython-39\Release\pyresample/ewa/_ll2cr.obj /OUT:build\lib.win-arm64-cpython-39\pyresample\ewa\_ll2cr.cp39-win_amd64.pyd /IMPLIB:build\temp.win-arm64-cpython-39\Release\pyresample/ewa\_ll2cr.cp39-win_amd64.lib
2024-08-28T09:42:12.9614215Z Creating library build\temp.win-arm64-cpython-39\Release\pyresample/ewa\_ll2cr.cp39-win_amd64.lib and object build\temp.win-arm64-cpython-39\Release\pyresample/ewa\_ll2cr.cp39-win_amd64.exp
2024-08-28T09:42:12.9615528Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_List
2024-08-28T09:42:12.9616172Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type
2024-08-28T09:42:12.9616897Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError
2024-08-28T09:42:12.9617537Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr
2024-08-28T09:42:12.9618198Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_InternFromString
2024-08-28T09:42:12.9618862Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type
2024-08-28T09:42:12.9619454Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyOS_snprintf
2024-08-28T09:42:12.9620230Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get
2024-08-28T09:42:12.9620861Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_Exception
2024-08-28T09:42:12.9621604Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetObject
2024-08-28T09:42:12.9622215Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCode_NewEmpty
2024-08-28T09:42:12.9622917Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches
2024-08-28T09:42:12.9623694Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong
2024-08-28T09:42:12.9624327Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc
2024-08-28T09:42:12.9625198Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_WarnEx
2024-08-28T09:42:12.9625831Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeWarning
2024-08-28T09:42:12.9626437Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFrame_New
2024-08-28T09:42:12.9627050Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsSsize_t
2024-08-28T09:42:12.9627726Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_DeprecationWarning
2024-08-28T09:42:12.9628818Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError
2024-08-28T09:42:12.9629561Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_LeaveRecursiveCall
2024-08-28T09:42:12.9630532Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySlice_Type
2024-08-28T09:42:12.9631162Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule
2024-08-28T09:42:12.9631950Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyLong_AsByteArray
2024-08-28T09:42:12.9632654Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModuleLevelObject
2024-08-28T09:42:12.9633375Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException
2024-08-28T09:42:12.9634023Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred
2024-08-28T09:42:12.9634642Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t
2024-08-28T09:42:12.9635518Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Remainder
2024-08-28T09:42:12.9636191Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GenericGetAttr
2024-08-28T09:42:12.9637094Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Absolute
2024-08-28T09:42:12.9637990Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTraceBack_Here
2024-08-28T09:42:12.9639049Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread
2024-08-28T09:42:12.9639807Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet
2024-08-28T09:42:12.9640482Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError
2024-08-28T09:42:12.9641384Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMethod_New
2024-08-28T09:42:12.9642070Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString
2024-08-28T09:42:12.9642715Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong
2024-08-28T09:42:12.9643424Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_UnTrack
2024-08-28T09:42:12.9644054Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Hash
2024-08-28T09:42:12.9644983Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Concat
2024-08-28T09:42:12.9645639Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_UnboundLocalError
2024-08-28T09:42:12.9646312Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError
2024-08-28T09:42:12.9646974Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyInterpreterState_GetID
2024-08-28T09:42:12.9647688Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong
2024-08-28T09:42:12.9648551Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion
2024-08-28T09:42:12.9649282Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyThread_allocate_lock
2024-08-28T09:42:12.9649933Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttr
2024-08-28T09:42:12.9650542Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName
2024-08-28T09:42:12.9651156Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains
2024-08-28T09:42:12.9651780Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromOrdinal
2024-08-28T09:42:12.9652414Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble
2024-08-28T09:42:12.9653213Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong
2024-08-28T09:42:12.9653885Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromString
2024-08-28T09:42:12.9654601Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release
2024-08-28T09:42:12.9655380Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct
2024-08-28T09:42:12.9656003Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong
2024-08-28T09:42:12.9656604Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New
2024-08-28T09:42:12.9657216Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_Contains
2024-08-28T09:42:12.9657860Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_SetItemString
2024-08-28T09:42:12.9658519Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size
2024-08-28T09:42:12.9659227Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong
2024-08-28T09:42:12.9659877Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble
2024-08-28T09:42:12.9660522Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMemoryView_FromObject
2024-08-28T09:42:12.9661185Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError
2024-08-28T09:42:12.9661814Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetSlice
2024-08-28T09:42:12.9662421Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_New
2024-08-28T09:42:12.9663023Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Multiply
2024-08-28T09:42:12.9663650Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString
2024-08-28T09:42:12.9664296Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ZeroDivisionError
2024-08-28T09:42:12.9664912Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next
2024-08-28T09:42:12.9665616Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter
2024-08-28T09:42:12.9666222Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Add
2024-08-28T09:42:12.9666819Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_WarnFormat
2024-08-28T09:42:12.9667429Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError
2024-08-28T09:42:12.9668322Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong
2024-08-28T09:42:12.9668954Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next
2024-08-28T09:42:12.9669531Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format
2024-08-28T09:42:12.9670104Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type
2024-08-28T09:42:12.9670721Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompare
2024-08-28T09:42:12.9671334Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Type
2024-08-28T09:42:12.9671941Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct
2024-08-28T09:42:12.9672570Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_GetModule
2024-08-28T09:42:12.9673193Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_Values
2024-08-28T09:42:12.9673814Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_InPlaceAdd
2024-08-28T09:42:12.9674432Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type
2024-08-28T09:42:12.9675069Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromByteArray
2024-08-28T09:42:12.9675714Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModule_NewObject
2024-08-28T09:42:12.9676343Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type
2024-08-28T09:42:12.9676941Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_Type
2024-08-28T09:42:12.9677567Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
2024-08-28T09:42:12.9678188Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Subtract
2024-08-28T09:42:12.9678810Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore
2024-08-28T09:42:12.9679417Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Join
2024-08-28T09:42:12.9680044Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError
2024-08-28T09:42:12.9680788Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCode_NewWithPosOnlyArgs
2024-08-28T09:42:12.9681562Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc
2024-08-28T09:42:12.9682155Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem
2024-08-28T09:42:12.9682802Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_GetModuleDict
2024-08-28T09:42:12.9683471Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetDict
2024-08-28T09:42:12.9684121Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Format
2024-08-28T09:42:12.9684747Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetSlice
2024-08-28T09:42:12.9685374Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Free
2024-08-28T09:42:12.9686024Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_ExceptionMatches
2024-08-28T09:42:12.9686683Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer
2024-08-28T09:42:12.9687317Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Del
2024-08-28T09:42:12.9687918Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
2024-08-28T09:42:12.9688496Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong
2024-08-28T09:42:12.9689138Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs
2024-08-28T09:42:12.9689899Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Not
2024-08-28T09:42:12.9690684Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8
2024-08-28T09:42:12.9691305Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat
2024-08-28T09:42:12.9692060Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetBuffer
2024-08-28T09:42:12.9692727Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_InPlaceMultiply
2024-08-28T09:42:12.9693349Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_New
2024-08-28T09:42:12.9693927Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySlice_New
2024-08-28T09:42:12.9694557Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_IsFinalized
2024-08-28T09:42:12.9695208Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule
2024-08-28T09:42:12.9695819Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready
2024-08-28T09:42:12.9696450Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString
2024-08-28T09:42:12.9697076Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear
2024-08-28T09:42:12.9697658Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_Append
2024-08-28T09:42:12.9698256Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Type
2024-08-28T09:42:12.9698889Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool
2024-08-28T09:42:12.9699529Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Decode
2024-08-28T09:42:12.9700123Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size
2024-08-28T09:42:12.9700718Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsDouble
2024-08-28T09:42:12.9701505Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback
2024-08-28T09:42:12.9702138Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New
2024-08-28T09:42:12.9702817Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyObject_GenericGetAttrWithDict
2024-08-28T09:42:12.9703535Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_VectorcallDict
2024-08-28T09:42:12.9704176Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_SetItem
2024-08-28T09:42:12.9704762Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_New
2024-08-28T09:42:12.9705345Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Type
2024-08-28T09:42:12.9705972Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyThread_free_lock
2024-08-28T09:42:12.9706666Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFinalizerFromDealloc
2024-08-28T09:42:12.9707408Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyDict_GetItem_KnownHash
2024-08-28T09:42:12.9708050Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Index
2024-08-28T09:42:12.9708625Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free
2024-08-28T09:42:12.9709530Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration
2024-08-28T09:42:12.9710175Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New
2024-08-28T09:42:12.9710752Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_Type
2024-08-28T09:42:12.9711345Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyErr_NoMemory
2024-08-28T09:42:12.9711965Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemString
2024-08-28T09:42:12.9712603Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem
2024-08-28T09:42:12.9713325Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject
2024-08-28T09:42:12.9714103Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyModuleDef_Init
2024-08-28T09:42:12.9714715Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check
2024-08-28T09:42:12.9715319Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Track
2024-08-28T09:42:12.9716053Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize
2024-08-28T09:42:12.9716714Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyImport_Import
2024-08-28T09:42:12.9717359Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_NotImplementedError
2024-08-28T09:42:12.9718015Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure
2024-08-28T09:42:12.9718629Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItem
2024-08-28T09:42:12.9719241Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Compare
2024-08-28T09:42:12.9719869Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsSubclass
2024-08-28T09:42:12.9720544Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError
2024-08-28T09:42:12.9721258Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMem_Realloc
2024-08-28T09:42:12.9721858Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type
2024-08-28T09:42:12.9722460Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue
2024-08-28T09:42:12.9723061Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str
2024-08-28T09:42:12.9723652Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_NameError
2024-08-28T09:42:12.9724460Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Pack
2024-08-28T09:42:12.9725111Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyByteArray_empty_string
2024-08-28T09:42:12.9725772Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_OptimizeFlag
2024-08-28T09:42:12.9726382Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_Ready
2024-08-28T09:42:12.9727050Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMem_Malloc
2024-08-28T09:42:12.9727651Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyList_AsTuple
2024-08-28T09:42:12.9728264Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError
2024-08-28T09:42:12.9729040Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_Py_EnterRecursiveCall
2024-08-28T09:42:12.9729694Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError
2024-08-28T09:42:12.9730310Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct
2024-08-28T09:42:12.9730918Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
2024-08-28T09:42:12.9731863Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_FastCopyCharacters
2024-08-28T09:42:12.9732771Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem
2024-08-28T09:42:12.9733495Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyObject_GC_New
2024-08-28T09:42:12.9734116Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause
2024-08-28T09:42:12.9734756Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_Modified
2024-08-28T09:42:12.9735379Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyTraceBack_Type
2024-08-28T09:42:12.9736153Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyMethodDescr_Type
2024-08-28T09:42:12.9736777Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyList_Extend
2024-08-28T09:42:12.9737400Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__Py_FatalErrorFunc
2024-08-28T09:42:12.9738043Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString
2024-08-28T09:42:12.9738757Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyLong_Copy
2024-08-28T09:42:12.9739362Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup
2024-08-28T09:42:12.9739973Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Format
2024-08-28T09:42:12.9740659Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release
2024-08-28T09:42:12.9741263Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyObject_Call
2024-08-28T09:42:12.9741865Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type
2024-08-28T09:42:12.9742462Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyType_Type
2024-08-28T09:42:12.9743052Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple
2024-08-28T09:42:12.9743824Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread
2024-08-28T09:42:12.9744502Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
2024-08-28T09:42:12.9745205Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp_PyExc_ModuleNotFoundError
2024-08-28T09:42:12.9745872Z _ll2cr.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr
2024-08-28T09:42:12.9746737Z build\lib.win-arm64-cpython-39\pyresample\ewa\_ll2cr.cp39-win_amd64.pyd : fatal error LNK1120: 195 unresolved externals
2024-08-28T09:42:12.9748157Z error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\link.exe' failed with exit code 1120
2024-08-28T09:42:12.9749009Z [end of output]
2024-08-28T09:42:12.9749218Z
2024-08-28T09:42:12.9749614Z note: This error originates from a subprocess, and is likely not a problem with pip.
2024-08-28T09:42:12.9750168Z ERROR: Failed building wheel for pyresample
2024-08-28T09:42:12.9750598Z ERROR: Failed to build one or more wheels
2024-08-28T09:42:12.9751070Z Failed to build pyresample
2024-08-28T09:42:13.7495186Z ##[error]Command ['python', '-m', 'pip', 'wheel', 'D:\\a\\pyresample\\pyresample', '--wheel-dir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-zaltqvu_\\cp39-win_arm64\\built_wheel', '--no-deps'] failed with code 1.
2024-08-28T09:42:13.7496408Z
2024-08-28T09:42:13.7496781Z ::endgroup::Building wheel...
2024-08-28T09:42:13.7497087Z ##[endgroup]
2024-08-28T09:42:13.7497470Z �[31m✕ �[0m24.24s
2024-08-28T09:42:13.8824200Z ##[error]Process completed with exit code 1.
2024-08-28T09:42:13.8832495Z ##[debug]Finished: run
2024-08-28T09:42:13.8862125Z ##[debug]Finishing: Build wheels
2024-08-28T09:42:13.8877553Z ##[debug]Evaluating condition for step: 'Upload wheel(s) as build artifacts'
2024-08-28T09:42:13.8879866Z ##[debug]Evaluating: success()
2024-08-28T09:42:13.8880325Z ##[debug]Evaluating success:
2024-08-28T09:42:13.8880801Z ##[debug]=> false
2024-08-28T09:42:13.8881210Z ##[debug]Result: false
2024-08-28T09:42:13.8892394Z ##[debug]Evaluating: matrix.cibw_archs
2024-08-28T09:42:13.8892881Z ##[debug]Evaluating Index:
2024-08-28T09:42:13.8893183Z ##[debug]..Evaluating matrix:
2024-08-28T09:42:13.8893483Z ##[debug]..=> Object
2024-08-28T09:42:13.8893748Z ##[debug]..Evaluating String:
2024-08-28T09:42:13.8894036Z ##[debug]..=> 'cibw_archs'
2024-08-28T09:42:13.8894332Z ##[debug]=> 'AMD64 ARM64'
2024-08-28T09:42:13.8894614Z ##[debug]Result: 'AMD64 ARM64'
2024-08-28T09:42:13.8895191Z ##[debug]Evaluating condition for step: 'Post Build wheels'
2024-08-28T09:42:13.8896964Z ##[debug]Evaluating: always()
2024-08-28T09:42:13.8897341Z ##[debug]Evaluating always:
2024-08-28T09:42:13.8898103Z ##[debug]=> true
2024-08-28T09:42:13.8898546Z ##[debug]Result: true
2024-08-28T09:42:13.8899088Z ##[debug]Starting: Post Build wheels
2024-08-28T09:42:13.9027044Z ##[debug]Loading inputs
2024-08-28T09:42:13.9029963Z ##[debug]Loading env
2024-08-28T09:42:13.9034314Z Post job cleanup.
2024-08-28T09:42:13.9036317Z ##[debug]Evaluating condition for step: 'run'
2024-08-28T09:42:13.9037143Z ##[debug]Evaluating: success()
2024-08-28T09:42:13.9037512Z ##[debug]Evaluating success:
2024-08-28T09:42:13.9037878Z ##[debug]=> false
2024-08-28T09:42:13.9038251Z ##[debug]Result: false
2024-08-28T09:42:13.9041254Z ##[debug]Finishing: Post Build wheels
2024-08-28T09:42:13.9053552Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@v4'
2024-08-28T09:42:13.9054714Z ##[debug]Evaluating: always()
2024-08-28T09:42:13.9055087Z ##[debug]Evaluating always:
2024-08-28T09:42:13.9055409Z ##[debug]=> true
2024-08-28T09:42:13.9055761Z ##[debug]Result: true
2024-08-28T09:42:13.9056263Z ##[debug]Starting: Post Run actions/checkout@v4
2024-08-28T09:42:13.9160334Z ##[debug]Loading inputs
2024-08-28T09:42:13.9161244Z ##[debug]Evaluating: github.repository
2024-08-28T09:42:13.9161588Z ##[debug]Evaluating Index:
2024-08-28T09:42:13.9161861Z ##[debug]..Evaluating github:
2024-08-28T09:42:13.9162136Z ##[debug]..=> Object
2024-08-28T09:42:13.9162380Z ##[debug]..Evaluating String:
2024-08-28T09:42:13.9162646Z ##[debug]..=> 'repository'
2024-08-28T09:42:13.9162929Z ##[debug]=> 'pytroll/pyresample'
2024-08-28T09:42:13.9163253Z ##[debug]Result: 'pytroll/pyresample'
2024-08-28T09:42:13.9164715Z ##[debug]Evaluating: github.token
2024-08-28T09:42:13.9165055Z ##[debug]Evaluating Index:
2024-08-28T09:42:13.9165316Z ##[debug]..Evaluating github:
2024-08-28T09:42:13.9165583Z ##[debug]..=> Object
2024-08-28T09:42:13.9165821Z ##[debug]..Evaluating String:
2024-08-28T09:42:13.9166077Z ##[debug]..=> 'token'
2024-08-28T09:42:13.9167035Z ##[debug]=> '***'
2024-08-28T09:42:13.9167419Z ##[debug]Result: '***'
2024-08-28T09:42:13.9176196Z ##[debug]Loading env
2024-08-28T09:42:13.9180465Z Post job cleanup.
2024-08-28T09:42:14.1308486Z ##[debug]Getting git version
2024-08-28T09:42:14.1339461Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-08-28T09:42:14.1568689Z git version 2.46.0.windows.1
2024-08-28T09:42:14.1613309Z ##[debug]0
2024-08-28T09:42:14.1613757Z ##[debug]git version 2.46.0.windows.1
2024-08-28T09:42:14.1614042Z ##[debug]
2024-08-28T09:42:14.1615439Z ##[debug]Set git useragent to: git/2.46.0 (github-actions-checkout)
2024-08-28T09:42:14.1618927Z ::add-mask::***
2024-08-28T09:42:14.1640483Z Temporarily overriding HOME='D:\a\_temp\1137c90a-18c4-4a6f-88ba-f91ff5e94603' before making global git config changes
2024-08-28T09:42:14.1641716Z Adding repository directory to the temporary git global config as a safe directory
2024-08-28T09:42:14.1657260Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pyresample\pyresample
2024-08-28T09:42:14.1914540Z ##[debug]0
2024-08-28T09:42:14.1915011Z ##[debug]
2024-08-28T09:42:14.1933482Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-08-28T09:42:14.2175182Z ##[debug]1
2024-08-28T09:42:14.2175582Z ##[debug]
2024-08-28T09:42:14.2192338Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2024-08-28T09:42:14.6649985Z ##[debug]0
2024-08-28T09:42:14.6650436Z ##[debug]
2024-08-28T09:42:14.6666664Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-08-28T09:42:14.6888904Z http.https://github.com/.extraheader
2024-08-28T09:42:14.6926796Z ##[debug]0
2024-08-28T09:42:14.6927335Z ##[debug]http.https://github.com/.extraheader
2024-08-28T09:42:14.6927692Z ##[debug]
2024-08-28T09:42:14.6945306Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2024-08-28T09:42:14.7214334Z ##[debug]0
2024-08-28T09:42:14.7214755Z ##[debug]
2024-08-28T09:42:14.7230430Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2024-08-28T09:42:15.1233063Z ##[debug]0
2024-08-28T09:42:15.1233499Z ##[debug]
2024-08-28T09:42:15.1234169Z ##[debug]Unsetting HOME override
2024-08-28T09:42:15.1340067Z ##[debug]Node Action run completed with exit code 0
2024-08-28T09:42:15.1345974Z ##[debug]Finishing: Post Run actions/checkout@v4
2024-08-28T09:42:15.1499234Z ##[debug]Starting: Complete job
2024-08-28T09:42:15.1500980Z Uploading runner diagnostic logs
2024-08-28T09:42:15.1544647Z ##[debug]Starting diagnostic file upload.
2024-08-28T09:42:15.1545062Z ##[debug]Setting up diagnostic log folders.
2024-08-28T09:42:15.1547597Z ##[debug]Creating diagnostic log files folder.
2024-08-28T09:42:15.1566408Z ##[debug]Copying 1 worker diagnostic logs.
2024-08-28T09:42:15.1584446Z ##[debug]Copying 1 runner diagnostic logs.
2024-08-28T09:42:15.1587364Z ##[debug]Zipping diagnostic files.
2024-08-28T09:42:15.1634807Z ##[debug]Uploading diagnostic metadata file.
2024-08-28T09:42:15.1660012Z ##[debug]Diagnostic file upload complete.
2024-08-28T09:42:15.1660658Z Completed runner diagnostic log upload
2024-08-28T09:42:15.1661005Z Cleaning up orphan processes
2024-08-28T09:42:15.1685893Z ##[debug]Finishing: Complete job
2024-08-28T09:42:15.1808145Z ##[debug]Finishing: Build wheels on windows-2019 AMD64 ARM64 |
Thanks, could this be pypa/cibuildwheel#1942 ? |
@djhoese, based on @saschanaz comments can you try This looks relevant: https://github.com/pypa/cibuildwheel/blob/v2.20.0/cibuildwheel/windows.py#L158-L178 |
So:
Here setup-python is installing x64 instead of arm64 python. And then cibuildwheel thinks it should install amd64 again somehow, and that's how you are getting "Installing native Python AMD64 for cross-compilation" now. Maybe setup-python needs explicit selector with arch 3.12-arm64 to get the arm64 one? |
Updating to cibuildwheel 2.20.0 seems to be getting things further: https://github.com/pytroll/pyresample/actions/runs/10601675748/job/29381982710 I'll comment again if it fails further in the build process. |
Thank you very much @saschanaz for supporting this! ❤️ |
Wheels are building as expected. Thanks. Closing as I think the solution to my specific problem was updating to cibuildwheel 2.20.0. Thanks everyone! |
setuptools version
74.0.0
Python version
Python 3.9
OS
Windows ARM64
Additional environment information
CI job using cibuildwheel where failures are found: https://github.com/pytroll/pyresample/actions/runs/10591857546/job/29357034233
Description
Wheel builds for my package are failing since 74.0.0 was released. It seems to be the only thing that has changed. I'll post the log output below, but the whole CI job can be found here.
There are odd failures like versioneer not being able to load its configuration, but more importantly getting warnings about missing modules (mostly Cython extensions, but not all), and then symbol errors later on.
Sorry for the poor quality of this issue report. I honestly don't know how to help provide more information given the low-level of the failure and Windows ARM64 being the only problem platform.
Expected behavior
Able to build wheels on Windows ARM64 using cibuildwheel.
How to Reproduce
I don't have a Windows ARM64 machine except for through Github actions and cibuildwheel.
Output
CI job output:
Full logs
Compare to a successful build:
The text was updated successfully, but these errors were encountered: