add windows ci #220
Annotations
40 errors and 37 warnings
tests (ubuntu-latest, 3.9, 1.20)
The process '/usr/share/miniconda3/condabin/mamba' failed with exit code 1
|
tests (macos-latest, 3.8, 1.20)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.11, 2.0)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.11, 1.26)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.11, 1.23)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.12, 1.26)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.8, 1.21)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.9, 1.20)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.8, 1.23)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.9, 1.26)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.9, 1.23)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.9, 2.0)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.9, 1.21)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.12, 2.0)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.8, 1.23)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.8, 1.23)
The operation was canceled.
|
tests (ubuntu-latest, 3.9, 2.0)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.9, 2.0)
The operation was canceled.
|
tests (macos-latest, 3.10, 1.21)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.10, 1.21)
The operation was canceled.
|
tests (ubuntu-latest, 3.9, 1.26)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.10, 1.23)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.9, 1.26)
The operation was canceled.
|
tests (macos-latest, 3.10, 1.23)
The operation was canceled.
|
tests (ubuntu-latest, 3.8, 1.20)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.8, 1.20)
The operation was canceled.
|
tests (macos-latest, 3.11, 1.23)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.11, 1.23)
The operation was canceled.
|
tests (ubuntu-latest, 3.9, 1.23)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.9, 1.23)
The operation was canceled.
|
tests (macos-latest, 3.10, 2.0)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.10, 2.0)
The operation was canceled.
|
tests (ubuntu-latest, 3.9, 1.21)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.9, 1.21)
The operation was canceled.
|
tests (ubuntu-latest, 3.8, 1.21)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.8, 1.21)
The operation was canceled.
|
tests (ubuntu-latest, 3.12, 2.0)
The run was canceled by @github-actions[bot].
|
tests (ubuntu-latest, 3.12, 2.0)
The operation was canceled.
|
tests (macos-latest, 3.10, 1.26)
The run was canceled by @github-actions[bot].
|
tests (macos-latest, 3.10, 1.26)
The operation was canceled.
|
tests (ubuntu-latest, 3.9, 1.20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.9, 1.20)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.9, 1.20)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.9, 1.20)
Download error (28) Timeout was reached [https://conda.anaconda.org/conda-forge/label/numpy_rc/noarch/repodata.json.zst]
Operation too slow. Less than 30 bytes/sec transferred the last 60 seconds
|
tests (ubuntu-latest, 3.9, 1.20)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/exception_handler.py", line 17, in __call__
return func(*args, **kwargs)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 959, in exception_converter
raise e
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 952, in exception_converter
exit_code = _wrapped_main(*args, **kwargs)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 898, in _wrapped_main
result = do_call(parsed_args, p)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 767, in do_call
exit_code = create(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 602, in create
return install(args, parser, "create")
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 469, in install
index = load_channels(pool, channels, repos)
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/utils.py", line 126, in load_channels
index = get_index(
File "/usr/share/miniconda3/lib/python3.10/site-packages/mamba/utils.py", line 107, in get_index
is_downloaded = dlist.download(api.MAMBA_DOWNLOAD_FAILFAST)
RuntimeError: Download error (28) Timeout was reached [https://conda.anaconda.org/conda-forge/label/numpy_rc/noarch/repodata.json.zst]
Operation too slow. Less than 30 bytes/sec transferred the last 60 seconds
`$ /usr/share/miniconda3/condabin/mamba create --name test python=3.9`
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_ae07e58f-25ff-
4802-9b3e-ad1a59949021
LD_PRELOAD=<not set>
PATH=/usr/share/miniconda3/condabin:/snap/bin:/home/runner/.local/bin:/opt/
pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/
bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/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 : 24.3.0
conda-build version : not installed
python version : 3.10.14.final.0
solver : libmamba (default)
virtual packages : __archspec=1=zen2
__conda=24.3.0=0
__glibc=2.35=0
__linux=6.5.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/label/numpy_rc/linux-64
https://conda.anaconda.org/conda-forge/label/numpy_rc/noarch
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.anacond
|
tests (ubuntu-latest, 3.10, 1.23)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.10, 1.23)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.10, 1.23)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.10, 1.21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.10, 1.21)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.10, 1.21)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.12, 1.26)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.12, 1.26)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.12, 1.26)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.10, 2.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.10, 2.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.10, 2.0)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.10, 1.26)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.10, 1.26)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.10, 1.26)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.11, 1.26)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.11, 1.26)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.11, 1.26)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.11, 2.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests (ubuntu-latest, 3.11, 2.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
tests (ubuntu-latest, 3.11, 2.0)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.11, 1.23)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.8, 1.23)
Mamba support is still experimental and can result in differently solved environments!
|
tests (macos-latest, 3.10, 1.21)
Mamba support is still experimental and can result in differently solved environments!
|
tests (macos-latest, 3.10, 1.23)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.8, 1.20)
Mamba support is still experimental and can result in differently solved environments!
|
tests (macos-latest, 3.11, 1.23)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.9, 1.23)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.9, 1.21)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.8, 1.21)
Mamba support is still experimental and can result in differently solved environments!
|
tests (ubuntu-latest, 3.12, 2.0)
Mamba support is still experimental and can result in differently solved environments!
|
tests (macos-latest, 3.10, 1.26)
Mamba support is still experimental and can result in differently solved environments!
|