Skip to content

Delete .cache directory #7

Delete .cache directory

Delete .cache directory #7

Triggered via push December 3, 2023 11:32
Status Failure
Total duration 1d 19h 7m 50s
Artifacts

ci-simonly.yml

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

Annotations

6 errors and 32 warnings
build (ubuntu-20.04, 2.7, python2)
Process completed with exit code 1.
build (ubuntu-20.04, 3.7, python3)
Process completed with exit code 1.
build (macos-latest, 2.7, python2)
Process completed with exit code 1.
build (macos-latest, 3.7, python3)
The process '/usr/local/miniconda/condabin/mamba' failed with exit code 1
build (ubuntu-18.04, 3.7, python3)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
build (ubuntu-18.04, 2.7, python2)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
build (ubuntu-20.04, 2.7, python2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
build (ubuntu-20.04, 2.7, python2)
"channels" set on the "environment-file" do not match "channels" set on the action!
build (ubuntu-20.04, 2.7, python2)
Warning: 'defaults' already in 'channels' list, moving to the top
build (ubuntu-20.04, 2.7, python2)
Mamba support is still experimental and can result in differently solved environments!
build (ubuntu-20.04, 2.7, python2)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 2.7, python2)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 2.7, python2)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 2.7, python2)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 2.7, python2)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 2.7, python2)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 3.7, python3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
build (ubuntu-20.04, 3.7, python3)
"channels" set on the "environment-file" do not match "channels" set on the action!
build (ubuntu-20.04, 3.7, python3)
Warning: 'defaults' already in 'channels' list, moving to the top
build (ubuntu-20.04, 3.7, python3)
Mamba support is still experimental and can result in differently solved environments!
build (ubuntu-20.04, 3.7, python3)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 3.7, python3)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 3.7, python3)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 3.7, python3)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 3.7, python3)
warning libmamba Could not parse mod/etag header
build (ubuntu-20.04, 3.7, python3)
warning libmamba Could not parse mod/etag header
build (macos-latest, 2.7, python2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
build (macos-latest, 2.7, python2)
"channels" set on the "environment-file" do not match "channels" set on the action!
build (macos-latest, 2.7, python2)
Warning: 'defaults' already in 'channels' list, moving to the top
build (macos-latest, 2.7, python2)
Mamba support is still experimental and can result in differently solved environments!
build (macos-latest, 3.7, python3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
build (macos-latest, 3.7, python3)
"channels" set on the "environment-file" do not match "channels" set on the action!
build (macos-latest, 3.7, python3)
Warning: 'defaults' already in 'channels' list, moving to the top
build (macos-latest, 3.7, python3)
Mamba support is still experimental and can result in differently solved environments!
build (macos-latest, 3.7, python3)
Traceback (most recent call last): File "/usr/local/miniconda/condabin/mamba", line 7, in <module>
build (macos-latest, 3.7, python3)
from mamba.mamba import main File "/usr/local/miniconda/lib/python3.11/site-packages/mamba/mamba.py", line 49, in <module> import libmambapy as api File "/usr/local/miniconda/lib/python3.11/site-packages/libmambapy/__init__.py", line 7, in <module> raise e File "/usr/local/miniconda/lib/python3.11/site-packages/libmambapy/__init__.py", line 4, in <module>
build (macos-latest, 3.7, python3)
from libmambapy.bindings import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: dlopen(/usr/local/miniconda/lib/python3.11/site-packages/libmambapy/bindings.cpython-311-darwin.so, 0x0002): Symbol not found: (_solver_ruleinfo2str) Referenced from: '/usr/local/miniconda/lib/libmamba.2.0.0.dylib' Expected in: '/usr/local/miniconda/lib/libsolv.1.dylib'
Sim-Only Conda CI
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002