[CI] Move build and deploy to GitHub Actions #4
build_and_deploy.yml
on: pull_request
build-and-deploy
23s
Annotations
1 error and 3 warnings
build-and-deploy
The process '/usr/bin/bash' failed with exit code 1
|
build-and-deploy
Unexpected input(s) 'environment_file', valid inputs are ['installer-url', 'miniconda-version', 'miniforge-variant', 'miniforge-version', 'conda-version', 'conda-build-version', 'environment-file', 'activate-environment', 'python-version', 'add-anaconda-token', 'add-pip-as-python-dependency', 'allow-softlinks', 'auto-activate-base', 'auto-update-conda', 'condarc-file', 'channel-alias', 'channel-priority', 'channels', 'show-channel-urls', 'use-only-tar-bz2', 'remove-profiles', 'mamba-version', 'use-mamba', 'conda-solver', 'architecture', 'clean-patched-environment-file', 'run-post']
|
build-and-deploy
concurrent.futures.process._RemoteTraceback:
'''
Traceback (most recent call last):
File "concurrent/futures/process.py", line 392, in wait_result_broken_or_wakeup
File "multiprocessing/connection.py", line 251, in recv
TypeError: InvalidArchiveError.__init__() missing 1 required positional argument: 'msg'
'''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "entry_point.py", line 169, in _constructor_extract_conda_pkgs
|
build-and-deploy
File "concurrent/futures/_base.py", line 451, in result
File "concurrent/futures/_base.py", line 403, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "entry_point.py", line 307, in <module>
File "entry_point.py", line 299, in main
File "entry_point.py", line 207, in _constructor_subcommand
File "entry_point.py", line 171, in _constructor_extract_conda_pkgs
RuntimeError: Failed to extract /local2/ci/miniconda3/pkgs/pip-24.0-py310h06a4308_0.conda: A process in the process pool was terminated abruptly while the future was running or pending.
[541939] Failed to execute script 'entry_point' due to unhandled exception!
|