Create docker image #242
Triggered via pull request
September 29, 2023 19:40
Status
Failure
Total duration
14m 21s
Artifacts
–
test.yml
on: pull_request
Matrix: Run tests (with conda)
Matrix: Run tests (with pip)
Annotations
1 error and 14 warnings
Run tests (with conda) (windows-latest, 3.8)
The process 'C:\Miniconda\condabin\conda.bat' failed with exit code 1
|
Run tests (with pip) (ubuntu-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (with pip) (ubuntu-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run tests (with pip) (ubuntu-latest, 3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (with pip) (ubuntu-latest, 3.11)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run tests (with conda) (windows-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (with conda) (windows-latest, 3.8)
error: subprocess-exited-with-error
� python setup.py egg_info did not run successfully.
\u2502 exit code: 1
\u2570\u2500> [50 lines of output]
C:\Miniconda\envs\terracotta\lib\site-packages\setuptools\__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
WARNING setuptools_scm.run_cmd command git timed out Command '['git', 'version']' timed out after 5 seconds
ERROR setuptools_scm._get_version_impl command git not found while parsing the scm, using fallbacks
Traceback (most recent call last):
File "d:\a\terracotta\terracotta\.eggs\setuptools_scm-8.0.3-py3.8.egg\setuptools_scm\_get_version_impl.py", line 37, in parse_scm_version
return _entrypoints.version_from_entrypoint(config, entrypoint, root)
File "d:\a\terracotta\terracotta\.eggs\setuptools_scm-8.0.3-py3.8.egg\setuptools_scm\_entrypoints.py", line 55, in version_from_entrypoint
maybe_version: version.ScmVersion | None = fn(root, config=config)
File "d:\a\terracotta\terracotta\.eggs\setuptools_scm-8.0.3-py3.8.egg\setuptools_scm\git.py", line 207, in parse
_require_command("git")
File "d:\a\terracotta\terracotta\.eggs\setuptools_scm-8.0.3-py3.8.egg\setuptools_scm\_run_cmd.py", line 201, in require_command
raise CommandNotFoundError(name)
setuptools_scm._run_cmd.CommandNotFoundError: git
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "D:\a\terracotta\terracotta\setup.py", line 23, in <module>
setup(
File "C:\Miniconda\envs\terracotta\lib\site-packages\setuptools\__init__.py", line 103, in setup
return distutils.core.setup(**attrs)
File "C:\Miniconda\envs\terracotta\lib\site-packages\setuptools\_distutils\core.py", line 147, in setup
_setup_distribution = dist = klass(attrs)
File "C:\Miniconda\envs\terracotta\lib\site-packages\setuptools\dist.py", line 303, in __init__
_Distribution.__init__(self, dist_attrs)
File "C:\Miniconda\envs\terracotta\lib\site-packages\setuptools\_distutils\dist.py", line 283, in __init__
self.finalize_options()
File "C:\Miniconda\envs\terracotta\lib\site-packages\setuptools\dist.py", line 680, in finalize_options
ep(self)
File "C:\Miniconda\envs\terracotta\lib\site-packages\setuptools\dist.py", line 700, in _finalize_setup_keywords
ep.load()(self, ep.name, value)
File "d:\a\terracotta\terracotta\.eggs\setuptools_scm-8.0.3-py3.8.egg\setuptools_scm\_integration\setuptools.py", line 102, in version_keyword
_assign_version(dist, config)
File "d:\a\terracotta\terracotta\.eggs\setuptools_scm-8.0.3-py3.8.egg\setuptools_scm\_integration\setuptools.py", line 57, in _assign_version
_version_missing(config)
File "d:\a\terracotta\terracotta\.eggs\setuptools_scm-8.0.3-py3.8.egg\setuptools_scm\_get_version_impl.py", line 108, in _version_missing
raise LookupError(
LookupError: setuptools-scm was unable to detect version for D:\a\terracotta\terracotta.
Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work.
For example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+
|
Run tests (with conda) (windows-latest, 3.8)
CondaEnvException: Pip failed
|
Run tests (with conda) (windows-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run tests (with conda) (macos-latest, 3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (with conda) (macos-latest, 3.11)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run tests (with conda) (macos-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (with conda) (macos-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run tests (with conda) (windows-latest, 3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (with conda) (windows-latest, 3.11)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|