reran tests, fixed seg_ variables added others to routing.f90 #324
Annotations
2 errors and 24 warnings
autotests (ubuntu-latest, 3.10, std, ./autotest)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
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 following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4, nelonoel/branch-name@v1.0.1, actions/cache@v2.1.0, conda-incubator/setup-miniconda@v2.0.0. 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/checkout@v2.3.4, nelonoel/branch-name@v1.0.1, actions/cache@v2.1.0, conda-incubator/setup-miniconda@v2.0.0. 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)
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 52, 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 51, 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>
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>
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>
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
sys.exit(main())
^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/cli/main.py", line 128, 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)
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda/lib/python3.12/site-packages/conda/exception_handler.py", line 21, in __call__
|
autotests (ubuntu-latest, 3.10, 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.10, 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
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
File "/usr/share/miniconda/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module>
|
autotests (ubuntu-latest, 3.10, std, ./autotest)
from .connectionpool import (
File "/usr/share/miniconda/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
|
autotests (ubuntu-latest, 3.10, 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'
|
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/
|
autotests (ubuntu-latest, 3.8, std, ./autotest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4, nelonoel/branch-name@v1.0.1, actions/cache@v2.1.0, conda-incubator/setup-miniconda@v2.0.0. 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/checkout@v2.3.4, nelonoel/branch-name@v1.0.1, actions/cache@v2.1.0, conda-incubator/setup-miniconda@v2.0.0. 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)
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 52, 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 51, 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>
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>
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 128, 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
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>
|
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>
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.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/
|