artifact v3 to artifact v4 #140
Annotations
3 errors and 13 warnings
Test TCRM (3.10)
Process completed with exit code 1.
|
Test TCRM (3.9)
The job was canceled because "_3_10" failed.
|
Test TCRM (3.9)
The operation was canceled.
|
Test TCRM (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Mambaforge is now deprecated!
Future Miniforge releases will NOT build Mambaforge installers. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/.
|
Test TCRM (3.10)
/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Test TCRM (3.10)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.12/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.12/site-packages/conda/common/configuration.py", line 978, in typify
return typify_data_structure(value, element_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/auxlib/type_coercion.py", line 261, in typify_data_structure
return typify(value, type_hint)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/auxlib/type_coercion.py", line 227, in typify
return boolify(value, nullable=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/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.12/site-packages/conda/exception_handler.py", line 18, in __call__
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main.py", line 61, in main_subshell
exit_code = do_call(args, parser)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/conda_argparse.py", line 205, in do_call
result = getattr(module, func_name)(args, parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py", line 237, in execute
return execute_config(args, parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py", line 779, in execute_config
_set_key(key, item, rc_config)
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py", line 404, in _set_key
config[key] = context.typify_parameter(key, item, "--set parameter")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/common/configuration.py", line 1609, in typify_parameter
return parameter.typify(parameter_name, source, value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/common/configuration.py", line 981, 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_e954095a-6d9f-
420a-a2d3-cd87244605aa
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/
|
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!
|
Test TCRM (3.10)
/usr/share/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Mambaforge is now deprecated!
Future Miniforge releases will NOT build Mambaforge installers. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/.
|
Test TCRM (3.9)
/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Test TCRM (3.9)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/usr/share/miniconda3/lib/python3.12/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.12/site-packages/conda/common/configuration.py", line 978, in typify
return typify_data_structure(value, element_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/auxlib/type_coercion.py", line 261, in typify_data_structure
return typify(value, type_hint)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/auxlib/type_coercion.py", line 227, in typify
return boolify(value, nullable=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/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.12/site-packages/conda/exception_handler.py", line 18, in __call__
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main.py", line 61, in main_subshell
exit_code = do_call(args, parser)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/conda_argparse.py", line 205, in do_call
result = getattr(module, func_name)(args, parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py", line 237, in execute
return execute_config(args, parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py", line 779, in execute_config
_set_key(key, item, rc_config)
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py", line 404, in _set_key
config[key] = context.typify_parameter(key, item, "--set parameter")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/common/configuration.py", line 1609, in typify_parameter
return parameter.typify(parameter_name, source, value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/common/configuration.py", line 981, 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_dd0f8a4d-d116-
4e52-8a51-7b3d4ca5260c
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/
|
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.9)
/usr/share/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|