Skip to content

test: reproduce Pober+2014 results #368

test: reproduce Pober+2014 results

test: reproduce Pober+2014 results #368

Triggered via pull request July 26, 2023 00:26
Status Failure
Total duration 6m 43s
Artifacts

testsuite.yaml

on: pull_request
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 46 warnings
Test Suite (ubuntu-latest, 3.10)
Process completed with exit code 2.
Test Suite (ubuntu-latest, 3.9)
Process completed with exit code 2.
Test Suite (windows-latest, 3.9)
The process 'C:\Miniconda\condabin\conda.bat' failed with exit code 1
Test Suite (windows-latest, 3.10)
The process 'C:\Miniconda\condabin\conda.bat' failed with exit code 1
Test Suite (macos-latest, 3.9)
Process completed with exit code 2.
Test Suite (macos-latest, 3.10)
Process completed with exit code 2.
Test Suite (ubuntu-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/
Test Suite (ubuntu-latest, 3.10)
"channels" set on the "environment-file" do not match "channels" set on the action!
Test Suite (ubuntu-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (ubuntu-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (ubuntu-latest, 3.10)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Test Suite (ubuntu-latest, 3.10)
Mamba support is still experimental and can result in differently solved environments!
Test Suite (ubuntu-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/
Test Suite (ubuntu-latest, 3.9)
"channels" set on the "environment-file" do not match "channels" set on the action!
Test Suite (ubuntu-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (ubuntu-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (ubuntu-latest, 3.9)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Test Suite (ubuntu-latest, 3.9)
Mamba support is still experimental and can result in differently solved environments!
Test Suite (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/
Test Suite (windows-latest, 3.9)
"channels" set on the "environment-file" do not match "channels" set on the action!
Test Suite (windows-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (windows-latest, 3.9)
Traceback (most recent call last): File "C:\Miniconda\Lib\site-packages\conda\exception_handler.py", line 16, in __call__
Test Suite (windows-latest, 3.9)
return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\cli\main.py", line 96, in main_sourced from ..base.context import context File "C:\Miniconda\Lib\site-packages\conda\base\context.py", line 28, in <module>
Test Suite (windows-latest, 3.9)
from ..common._os.linux import linux_get_libc_version
Test Suite (windows-latest, 3.9)
File "C:\Miniconda\Lib\site-packages\conda\common\_os\__init__.py", line 8, in <module> from .windows import get_free_space_on_windows as get_free_space File "C:\Miniconda\Lib\site-packages\conda\common\_os\windows.py", line 11, in <module>
Test Suite (windows-latest, 3.9)
from ctypes import ( File "C:\Miniconda\Lib\ctypes\__init__.py", line 8, in <module>
Test Suite (windows-latest, 3.9)
from _ctypes import Union, Structure, Array
Test Suite (windows-latest, 3.9)
ImportError: DLL load failed while importing _ctypes: The specified module could not be found. During handling of the above exception, another exception occurred:
Test Suite (windows-latest, 3.9)
Traceback (most recent call last): File "C:\Miniconda\Scripts\conda-script.py", line 12, in <module>
Test Suite (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/
Test Suite (windows-latest, 3.10)
"channels" set on the "environment-file" do not match "channels" set on the action!
Test Suite (windows-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (windows-latest, 3.10)
Traceback (most recent call last): File "C:\Miniconda\Lib\site-packages\conda\exception_handler.py", line 16, in __call__
Test Suite (windows-latest, 3.10)
return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\cli\main.py", line 96, in main_sourced from ..base.context import context File "C:\Miniconda\Lib\site-packages\conda\base\context.py", line 28, in <module>
Test Suite (windows-latest, 3.10)
from ..common._os.linux import linux_get_libc_version File "C:\Miniconda\Lib\site-packages\conda\common\_os\__init__.py", line 8, in <module>
Test Suite (windows-latest, 3.10)
from .windows import get_free_space_on_windows as get_free_space File "C:\Miniconda\Lib\site-packages\conda\common\_os\windows.py", line 11, in <module>
Test Suite (windows-latest, 3.10)
from ctypes import ( File "C:\Miniconda\Lib\ctypes\__init__.py", line 8, in <module>
Test Suite (windows-latest, 3.10)
from _ctypes import Union, Structure, Array
Test Suite (windows-latest, 3.10)
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:\Miniconda\Scripts\conda-script.py", line 12, in <module>
Test Suite (windows-latest, 3.10)
sys.exit(main()) ^^^^^^ File "C:\Miniconda\Lib\site-packages\conda\cli\main.py", line 129, in main
Test Suite (macos-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/
Test Suite (macos-latest, 3.9)
"channels" set on the "environment-file" do not match "channels" set on the action!
Test Suite (macos-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (macos-latest, 3.9)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (macos-latest, 3.9)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Test Suite (macos-latest, 3.9)
Mamba support is still experimental and can result in differently solved environments!
Test Suite (macos-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/
Test Suite (macos-latest, 3.10)
"channels" set on the "environment-file" do not match "channels" set on the action!
Test Suite (macos-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (macos-latest, 3.10)
Warning: 'defaults' already in 'channels' list, moving to the top
Test Suite (macos-latest, 3.10)
Warning: 'conda-forge' already in 'channels' list, moving to the top
Test Suite (macos-latest, 3.10)
Mamba support is still experimental and can result in differently solved environments!