Support for collection of backtrace memory addresses #966
Cirrus CI / macos_M1_native_apple_silicon_py310
failed
Nov 28, 2023 in 1m 12s
Task Summary
Instruction main failed in 01:06
Details
✅ 00:03 clone
❌ 01:06 main
According to the spec (see the link below), however, setuptools CANNOT
consider this value unless `dependencies` is listed as `dynamic`.
https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
To prevent this problem, you can list `dependencies` under `dynamic` or alternatively
remove the `[project]` table from your file and rely entirely on other means of
configuration.
********************************************************************************
!!
_handle_missing_dynamic(dist, project_table)
Adding ../../modules/autoperf/apmpi/util/apmpi-backend.py to backends.
Adding ../../modules/autoperf/apxc/util/apxc-backend.py to backends.
Adding ../../modules/autoperf/apss/util/apss-backend.py to backends.
Traceback (most recent call last):
File "/Users/admin/py_310/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/Users/admin/py_310/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/Users/admin/py_310/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 149, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 366, in prepare_metadata_for_build_wheel
self.run_setup()
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 480, in run_setup
super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script)
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "<string>", line 56, in <module>
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/__init__.py", line 103, in setup
return distutils.core.setup(**attrs)
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 159, in setup
dist.parse_config_files()
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 627, in parse_config_files
pyprojecttoml.apply_configuration(self, filename, ignore_option_errors)
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py", line 67, in apply_configuration
return _apply(dist, config, filepath)
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py", line 56, in apply
_apply_project_table(dist, config, root_dir)
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py", line 82, in _apply_project_table
corresp(dist, value, root_dir)
File "/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/pip-build-env-g7hti2cy/overlay/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py", line 163, in _long_description
file = val.get("file") or []
AttributeError: 'NoneType' object has no attribute 'get'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Loading