Merge branch 'master' into develop #129
Annotations
8 warnings
Test TCRM (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
Test TCRM (3.9)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 166, in boolify
return bool(complex(val))
ValueError: complex() arg is a malformed string
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/common/configuration.py", line 980, in typify
return typify_data_structure(value, element_type)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 270, in typify_data_structure
return typify(value, type_hint)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 236, in typify
return boolify(value, nullable=True)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 170, in boolify
raise TypeCoercionError(value, "The value %r cannot be boolified." % value)
conda.auxlib.type_coercion.TypeCoercionError: The value 'tru' cannot be boolified.
During handling of the above exception, another exception occurred:
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/conda/cli/main.py", line 83, in main_subshell
exit_code = do_call(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/cli/conda_argparse.py", line 194, in do_call
result = getattr(module, func_name)(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/cli/main_config.py", line 228, in execute
return execute_config(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/cli/main_config.py", line 638, in execute_config
value = context.typify_parameter(key, item, "--set parameter")
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/common/configuration.py", line 1609, in typify_parameter
return parameter.typify(parameter_name, source, value)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/common/configuration.py", line 983, in typify
if issubclass(element_type, Enum):
TypeError: issubclass() arg 1 must be a class
`$ /usr/share/miniconda3/condabin/conda config --set use_only_tar_bz2 tru`
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_d153e604-87e9-
4260-a179-fe20d4d770ea
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 : 23.11.0
conda-build version : not installed
python version : 3.10.13.final.0
|
Test TCRM (3.9)
Error: The process '/usr/share/miniconda3/condabin/conda' failed with exit code 1
|
Test TCRM (3.9)
Mamba support is still experimental and can result in differently solved environments!
|
Test TCRM (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
Test TCRM (3.10)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 166, in boolify
return bool(complex(val))
ValueError: complex() arg is a malformed string
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/common/configuration.py", line 980, in typify
return typify_data_structure(value, element_type)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 270, in typify_data_structure
return typify(value, type_hint)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 236, in typify
return boolify(value, nullable=True)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/auxlib/type_coercion.py", line 170, in boolify
raise TypeCoercionError(value, "The value %r cannot be boolified." % value)
conda.auxlib.type_coercion.TypeCoercionError: The value 'tru' cannot be boolified.
During handling of the above exception, another exception occurred:
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/conda/cli/main.py", line 83, in main_subshell
exit_code = do_call(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/cli/conda_argparse.py", line 194, in do_call
result = getattr(module, func_name)(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/cli/main_config.py", line 228, in execute
return execute_config(args, parser)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/cli/main_config.py", line 638, in execute_config
value = context.typify_parameter(key, item, "--set parameter")
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/common/configuration.py", line 1609, in typify_parameter
return parameter.typify(parameter_name, source, value)
File "/usr/share/miniconda3/lib/python3.10/site-packages/conda/common/configuration.py", line 983, in typify
if issubclass(element_type, Enum):
TypeError: issubclass() arg 1 must be a class
`$ /usr/share/miniconda3/condabin/conda config --set use_only_tar_bz2 tru`
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_d71f1399-a445-
4221-a08f-30115ef02cf1
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 : 23.11.0
conda-build version : not installed
python version : 3.10.13.final.0
|
Test TCRM (3.10)
Error: The process '/usr/share/miniconda3/condabin/conda' failed with exit code 1
|
Test TCRM (3.10)
Mamba support is still experimental and can result in differently solved environments!
|