Skip to content

Run unit tests, integration tests, and publish package if tagged #282

Run unit tests, integration tests, and publish package if tagged

Run unit tests, integration tests, and publish package if tagged #282

Triggered via schedule December 23, 2023 02:11
Status Failure
Total duration 1h 15m 31s
Artifacts 1

ci.yaml

on: schedule
Matrix: run-tests
Matrix: test-pip-installation
Publish package
0s
Publish package
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
run-tests (macos-13, 3.8)
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code null
test-pip-installation (ubuntu-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-pip-installation (ubuntu-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-pip-installation (macos-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-pip-installation (macos-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
run-tests (macos-13, 3.8)
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/
run-tests (macos-13, 3.8)
Mamba support is still experimental and can result in differently solved environments!
run-tests (macos-13, 3.8)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/Users/runner/miniconda3/lib/python3.10/site-packages/conda/exceptions.py", line 1132, in __call__ return func(*args, **kwargs) File "/Users/runner/miniconda3/lib/python3.10/site-packages/conda_env/cli/main.py", line 78, in do_call exit_code = getattr(module, func_name)(args, parser) File "/Users/runner/miniconda3/lib/python3.10/site-packages/conda/notices/core.py", line 121, in wrapper return func(*args, **kwargs) File "/Users/runner/miniconda3/lib/python3.10/site-packages/conda_env/cli/main_update.py", line 131, in execute result[installer_type] = installer.install(prefix, specs, args, env) File "/Users/runner/miniconda3/lib/python3.10/site-packages/mamba/mamba_env.py", line 153, in mamba_install transaction.fetch_extract_packages() RuntimeError: Download error (28) Timeout was reached [https://conda.anaconda.org/conda-forge/osx-64/r-proxy-0.4_27-r42h6dc245f_2.conda] Operation too slow. Less than 30 bytes/sec transferred the last 60 seconds `$ /Users/runner/miniconda3/condabin/mamba update --name vaep --file /Users/runner/work/pimms/pimms/setup-miniconda-patched-environment.yml` environment variables: CIO_TEST=<not set> CONDA=/Users/runner/miniconda3 CONDA_AUTO_UPDATE_CONDA=false CONDA_PKGS_DIR=/Users/runner/conda_pkgs_dir CONDA_ROOT=/Users/runner/miniconda3 CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=/Users/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/Users/runner/work/_temp/_runner_file_commands/add_path_efcff804-1730- 40f7-8362-0c109200e9f5 LD_PRELOAD=<not set> NUNIT3_PATH=/Library/Developer/nunit/3.6.0 NUNIT_BASE_PATH=/Library/Developer/nunit PATH=/Users/runner/miniconda3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/ usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.carg o/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/ru nner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/too ls:/Users/runner/Library/Android/sdk/platform-tools:/Library/Framework s/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.frame work/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ru nner/.dotnet/tools REQUESTS_CA_BUNDLE=<not set> SSL_CERT_FILE=<not set> active environment : None user config file : /Users/runner/.condarc populated config files : /Users/runner/miniconda3/.condarc /Users/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 __osx=13.6.3=0 __unix=0=0 base environment : /Users/runner/miniconda3 (writable) conda av data dir : /Users/runner/miniconda3/etc/conda conda av metadata url : None channel URLs : https://conda.anaconda.org/conda-forge/osx-64 https://conda.anaconda.org/conda-forge/noarch https://conda.anaconda.org/pytorch/osx-64 https://conda.anaconda.org/pytorch/noarch https://conda.anaconda.org/nvidia/osx-64 https://conda.anaconda.org/nvidia/noarch https://conda.anaconda.org/fastai/osx-64 https://conda.anaconda.org/fastai/noarch https://conda.anaconda.org/bioconda/osx-64 https://conda.anaconda.org/bioconda/noarch https://conda.anaconda.org/plotly/osx-64
run-tests (macos-13, 3.8)
libc++abi: terminating due to uncaught exception of type mamba::mamba_error: attempt to use N5mamba10singletons9SingletonINS_7ContextEEE singleton instance after destruction
test-pip-installation (windows-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-pip-installation (windows-latest, 3.8)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
run-tests (ubuntu-latest, 3.8)
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/
run-tests (ubuntu-latest, 3.8)
Mamba support is still experimental and can result in differently solved environments!

Artifacts

Produced during runtime
Name Size
example-workflow-results-ubuntu-latest Expired
1000 KB