Merge pull request #231 from pyiron/coveralls #599
Annotations
6 errors and 13 warnings
build (ubuntu-latest, 3.10, linux-64-py-3-10, /usr/share/miniconda3/envs/my-env)
The process '/usr/share/miniconda3/condabin/mamba' failed with exit code 1
|
build (macos-latest, 3.12, osx-64-py-3-12, /Users/runner/miniconda3/envs/my-env)
The operation was canceled.
|
build (ubuntu-latest, 3.9, linux-64-py-3-9, /usr/share/miniconda3/envs/my-env)
The operation was canceled.
|
build (ubuntu-latest, 3.11, linux-64-py-3-11, /usr/share/miniconda3/envs/my-env)
The operation was canceled.
|
build (ubuntu-latest, 3.12, linux-64-py-3-12, /usr/share/miniconda3/envs/my-env)
The operation was canceled.
|
build (windows-latest, 3.12, win-64-py-3-12, C:\Miniconda3\envs\my-env)
The operation was canceled.
|
build (ubuntu-latest, 3.10, linux-64-py-3-10, /usr/share/miniconda3/envs/my-env)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest, 3.10, linux-64-py-3-10, /usr/share/miniconda3/envs/my-env)
Mamba support is still experimental and can result in differently solved environments!
|
build (ubuntu-latest, 3.10, linux-64-py-3-10, /usr/share/miniconda3/envs/my-env)
error libmamba Failed to download package from https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 (status 409)
|
build (ubuntu-latest, 3.10, linux-64-py-3-10, /usr/share/miniconda3/envs/my-env)
Multi-download failed. Reason: Transfer finalized, status: 409 [https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2] 16 bytes
|
build (ubuntu-latest, 3.10, linux-64-py-3-10, /usr/share/miniconda3/envs/my-env)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/exceptions.py", line 1132, in __call__
return func(*args, **kwargs)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 941, in exception_converter
raise e
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 934, in exception_converter
exit_code = _wrapped_main(*args, **kwargs)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 892, in _wrapped_main
result = do_call(parsed_args, p)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 758, in do_call
exit_code = create(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 632, in create
return install(args, parser, "create")
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 588, in install
transaction.fetch_extract_packages()
RuntimeError: Multi-download failed. Reason: Transfer finalized, status: 409 [https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2] 16 bytes
`$ /usr/share/miniconda3/condabin/mamba create --name my-env python=3.10`
environment variables:
CIO_TEST=<not set>
CONDA=/usr/share/miniconda3
CONDA_PKGS_DIR=/home/runner/conda_pkgs_dir
CONDA_ROOT=/usr/share/miniconda3
CURL_CA_BUNDLE=<not set>
DEPLOYMENT_BASEPATH=/opt/runner
GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json
GITHUB_PATH=/home/runner/work/_temp/_runner_file_commands/add_path_73c6b466-8f2e-
43c2-995c-80dfb831efc3
LD_PRELOAD=<not set>
PATH=/usr/share/miniconda3/condabin:/home/runner/.local/bin:/opt/pipx_bin:/
home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/l
ocal/.ghcup/bin:/home/runner/.dotnet/tools:/snap/bin:/usr/local/sbin:/
usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/game
s:/snap/bin
REQUESTS_CA_BUNDLE=<not set>
SELENIUM_JAR_PATH=/usr/share/java/selenium-server.jar
SSL_CERT_FILE=<not set>
SWIFT_PATH=/usr/share/swift/usr/bin
active environment : None
user config file : /home/runner/.condarc
populated config files : /usr/share/miniconda3/.condarc
/home/runner/.condarc
conda version : 23.3.1
conda-build version : not installed
python version : 3.10.12.final.0
virtual packages : __archspec=1=x86_64
__glibc=2.35=0
__linux=6.2.0=0
__unix=0=0
base environment : /usr/share/miniconda3 (writable)
conda av data dir : /usr/share/miniconda3/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /home/runner/conda_pkgs_dir
envs directories : /usr/share/miniconda3/envs
/home/runner/.conda/envs
platform : linux-64
user-agent : conda/23.3.1 requests/2.31.0 CPython/3.10.12 Linux/6.2.0-1012-azure ubuntu/22.04.3 glibc/2.35
UID:GID : 1001:127
netrc file : None
offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
|
build (macos-latest, 3.12, osx-64-py-3-12, /Users/runner/miniconda3/envs/my-env)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (macos-latest, 3.12, osx-64-py-3-12, /Users/runner/miniconda3/envs/my-env)
Mamba support is still experimental and can result in differently solved environments!
|
build (ubuntu-latest, 3.9, linux-64-py-3-9, /usr/share/miniconda3/envs/my-env)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest, 3.9, linux-64-py-3-9, /usr/share/miniconda3/envs/my-env)
Mamba support is still experimental and can result in differently solved environments!
|
build (ubuntu-latest, 3.11, linux-64-py-3-11, /usr/share/miniconda3/envs/my-env)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest, 3.12, linux-64-py-3-12, /usr/share/miniconda3/envs/my-env)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest, 3.12, linux-64-py-3-12, /usr/share/miniconda3/envs/my-env)
Mamba support is still experimental and can result in differently solved environments!
|
build (windows-latest, 3.12, win-64-py-3-12, C:\Miniconda3\envs\my-env)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|