Skip to content

Add diff checks for new required attributes #228

Add diff checks for new required attributes

Add diff checks for new required attributes #228

Triggered via push September 22, 2023 15:32
Status Failure
Total duration 21m 16s
Artifacts

testsuite.yml

on: push
Matrix: Testing
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 57 warnings
Testing (windows-latest, 3.9)
The process 'C:\Miniconda3\condabin\conda.bat' failed with exit code 1
Testing (windows-latest, 3.8)
The process 'C:\Miniconda3\condabin\conda.bat' failed with exit code 1
Testing (windows-latest, 3.10)
The process 'C:\Miniconda3\condabin\conda.bat' failed with exit code 1
Testing (windows-latest, 3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Testing (windows-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (windows-latest, 3.9)
Traceback (most recent call last): File "C:\Miniconda3\Lib\site-packages\conda\exception_handler.py", line 17, in __call__
Testing (windows-latest, 3.9)
return func(*args, **kwargs)
Testing (windows-latest, 3.9)
^^^^^^^^^^^^^^^^^^^^^ File "C:\Miniconda3\Lib\site-packages\conda\cli\main.py", line 76, in main_sourced
Testing (windows-latest, 3.9)
from ..base.context import context
Testing (windows-latest, 3.9)
File "C:\Miniconda3\Lib\site-packages\conda\base\context.py", line 33, in <module>
Testing (windows-latest, 3.9)
from ..common._os.linux import linux_get_libc_version
Testing (windows-latest, 3.9)
File "C:\Miniconda3\Lib\site-packages\conda\common\_os\__init__.py", line 8, in <module>
Testing (windows-latest, 3.9)
from .windows import get_free_space_on_windows as get_free_space
Testing (windows-latest, 3.9)
File "C:\Miniconda3\Lib\site-packages\conda\common\_os\windows.py", line 11, in <module>
Testing (windows-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Testing (windows-latest, 3.8)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (windows-latest, 3.8)
Traceback (most recent call last): File "C:\Miniconda3\Lib\site-packages\conda\exception_handler.py", line 17, in __call__
Testing (windows-latest, 3.8)
return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Miniconda3\Lib\site-packages\conda\cli\main.py", line 76, in main_sourced
Testing (windows-latest, 3.8)
from ..base.context import context
Testing (windows-latest, 3.8)
File "C:\Miniconda3\Lib\site-packages\conda\base\context.py", line 33, in <module>
Testing (windows-latest, 3.8)
from ..common._os.linux import linux_get_libc_version
Testing (windows-latest, 3.8)
File "C:\Miniconda3\Lib\site-packages\conda\common\_os\__init__.py", line 8, in <module>
Testing (windows-latest, 3.8)
from .windows import get_free_space_on_windows as get_free_space
Testing (windows-latest, 3.8)
File "C:\Miniconda3\Lib\site-packages\conda\common\_os\windows.py", line 11, in <module> from ctypes import ( File "C:\Miniconda3\Lib\ctypes\__init__.py", line 8, in <module> from _ctypes import Union, Structure, Array ImportError: DLL load failed while importing _ctypes: The specified module could not be found. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Miniconda3\Scripts\conda-script.py", line 12, in <module>
Testing (windows-latest, 3.8)
sys.exit(main()) ^^^^^^ File "C:\Miniconda3\Lib\site-packages\conda\cli\main.py", line 109, in main
Testing (windows-latest, 3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Testing (windows-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (windows-latest, 3.10)
Traceback (most recent call last): File "C:\Miniconda3\Lib\site-packages\conda\exception_handler.py", line 17, in __call__
Testing (windows-latest, 3.10)
return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Miniconda3\Lib\site-packages\conda\cli\main.py", line 76, in main_sourced
Testing (windows-latest, 3.10)
from ..base.context import context
Testing (windows-latest, 3.10)
File "C:\Miniconda3\Lib\site-packages\conda\base\context.py", line 33, in <module>
Testing (windows-latest, 3.10)
from ..common._os.linux import linux_get_libc_version
Testing (windows-latest, 3.10)
File "C:\Miniconda3\Lib\site-packages\conda\common\_os\__init__.py", line 8, in <module>
Testing (windows-latest, 3.10)
from .windows import get_free_space_on_windows as get_free_space
Testing (windows-latest, 3.10)
File "C:\Miniconda3\Lib\site-packages\conda\common\_os\windows.py", line 11, in <module> from ctypes import ( File "C:\Miniconda3\Lib\ctypes\__init__.py", line 8, in <module> from _ctypes import Union, Structure, Array ImportError: DLL load failed while importing _ctypes: The specified module could not be found. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Miniconda3\Scripts\conda-script.py", line 12, in <module>
Testing (windows-latest, 3.10)
sys.exit(main()) ^^^^^^ File "C:\Miniconda3\Lib\site-packages\conda\cli\main.py", line 109, in main return conda_exception_handler(main, *args, **kwargs)
Testing (ubuntu-latest, 3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected], 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/
Testing (ubuntu-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.9)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected], 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/
Testing (ubuntu-latest, 3.8)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.8)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.8)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected], 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/
Testing (ubuntu-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (ubuntu-latest, 3.10)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Testing (macos-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected], 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/
Testing (macos-latest, 3.8)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (macos-latest, 3.8)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (macos-latest, 3.8)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Testing (macos-latest, 3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected], 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/
Testing (macos-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (macos-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (macos-latest, 3.10)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Testing (macos-latest, 3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected], 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/
Testing (macos-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (macos-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Testing (macos-latest, 3.9)
Warning: 'conda-forge' already in 'channels' list, moving to the top