fixed bugs in summary modules identified by Colin Penn #331
Annotations
2 errors and 28 warnings
autotests (ubuntu-latest, 3.8, std, ./autotest)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], nelonoel/[email protected], actions/[email protected], conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], nelonoel/[email protected], actions/[email protected], conda-incubator/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
/usr/share/miniconda/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
Traceback (most recent call last):
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 18, in __call__
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main.py", line 29, in main_subshell
from .conda_argparse import do_call, generate_parser, generate_pre_parser
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/conda_argparse.py", line 52, in <module>
from .main_create import configure_parser as configure_parser_create
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main_create.py", line 16, in <module>
from ..notices import notices
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/__init__.py", line 3, in <module>
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
from .core import notices # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/core.py", line 15, in <module>
from . import cache, fetch, views
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/fetch.py", line 11, in <module>
import requests
File "/usr/share/miniconda/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
import urllib3
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
from .exceptions import (
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/miniconda/condabin/conda", line 13, in <module>
sys.exit(main())
^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main.py", line 105, in main
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
return conda_exception_handler(main, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 388, in conda_exception_handler
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
return_value = exception_handler(func, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 21, in __call__
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
return self.handle_exception(exc_val, exc_tb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 52, in handle_exception
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
from .exceptions import (
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exceptions.py", line 17, in <module>
from requests.exceptions import JSONDecodeError
File "/usr/share/miniconda/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
The `save-state` 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/
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
The `save-state` 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/
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
The `save-state` 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/
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], nelonoel/[email protected], actions/[email protected], conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], nelonoel/[email protected], actions/[email protected], conda-incubator/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
The `save-state` 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/
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
/usr/share/miniconda/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
Traceback (most recent call last):
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 18, in __call__
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main.py", line 29, in main_subshell
from .conda_argparse import do_call, generate_parser, generate_pre_parser
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/conda_argparse.py", line 52, in <module>
from .main_create import configure_parser as configure_parser_create
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main_create.py", line 16, in <module>
from ..notices import notices
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/__init__.py", line 3, in <module>
from .core import notices # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/core.py", line 15, in <module>
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
from . import cache, fetch, views
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/notices/fetch.py", line 11, in <module>
import requests
File "/usr/share/miniconda/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/miniconda/condabin/conda", line 13, in <module>
sys.exit(main())
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main.py", line 105, in main
return conda_exception_handler(main, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 388, in conda_exception_handler
return_value = exception_handler(func, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 21, in __call__
return self.handle_exception(exc_val, exc_tb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 52, in handle_exception
from .exceptions import (
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exceptions.py", line 17, in <module>
from requests.exceptions import JSONDecodeError
File "/usr/share/miniconda/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
The `save-state` 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/
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
The `save-state` 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/
|