You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying miniconda-version: "latest" on Windows, the action tries to run the installer which fails spectacularly:
2024-05-23T09:44:36.6579171Z The above exception was the direct cause of the following exception:
2024-05-23T09:44:36.6579529Z
2024-05-23T09:44:36.6579632Z Traceback (most recent call last):
2024-05-23T09:44:36.6581367Z ##[warning] File "entry_point.py", line 169, in _constructor_extract_conda_pkgs
File "concurrent\futures\_base.py", line 451, in result
2024-05-23T09:44:36.6582760Z File "entry_point.py", line 169, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6583315Z File "concurrent\futures\_base.py", line 451, in result
2024-05-23T09:44:36.6584532Z ##[warning] File "concurrent\futures\_base.py", line 403, in __get_result
2024-05-23T09:44:36.6585644Z File "concurrent\futures\_base.py", line 403, in __get_result
2024-05-23T09:44:36.6588453Z ##[warning]TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "entry_point.py", line 307, in <module>
2024-05-23T09:44:36.6590422Z TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6590859Z
2024-05-23T09:44:36.6591106Z The above exception was the direct cause of the following exception:
2024-05-23T09:44:36.6591514Z
2024-05-23T09:44:36.6591641Z Traceback (most recent call last):
2024-05-23T09:44:36.6592044Z File "entry_point.py", line 307, in <module>
2024-05-23T09:44:36.6593099Z ##[warning] File "entry_point.py", line 299, in main
2024-05-23T09:44:36.6594051Z File "entry_point.py", line 299, in main
2024-05-23T09:44:36.6595189Z ##[warning] File "entry_point.py", line 207, in _constructor_subcommand
2024-05-23T09:44:36.6596288Z File "entry_point.py", line 207, in _constructor_subcommand
2024-05-23T09:44:36.6597568Z ##[warning] File "entry_point.py", line 171, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6598694Z File "entry_point.py", line 171, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6601287Z ##[warning]RuntimeError: Failed to extract C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
[2972
2024-05-23T09:44:36.6603734Z RuntimeError: Failed to extract C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6617169Z [2972::warning::] Failed to execute script 'entry_point' due to unhandled exception!%0D%0A
2024-05-23T09:44:36.6618015Z ] Failed to execute script 'entry_point' due to unhandled exception!
2024-05-23T09:44:36.2616732Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.2618630Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.2619962Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.5831771Z ##[warning]conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.5845259Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.5863183Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.5884943Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.5981356Z ##[warning]conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.5991099Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.6016714Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.6021240Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.6571042Z ##[warning]concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "concurrent\futures\process.py", line 246, in _process_worker
File "conda_package_handling\api.py", line 67, in extract
File "ntpath.py", line 143, in join
File "genericpath.py", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
2024-05-23T09:44:36.6575060Z concurrent.futures.process._RemoteTraceback:
2024-05-23T09:44:36.6575414Z """
2024-05-23T09:44:36.6575623Z Traceback (most recent call last):
2024-05-23T09:44:36.6576088Z File "concurrent\futures\process.py", line 246, in _process_worker
2024-05-23T09:44:36.6576824Z File "conda_package_handling\api.py", line 67, in extract
2024-05-23T09:44:36.6577258Z File "ntpath.py", line 143, in join
2024-05-23T09:44:36.6577634Z File "genericpath.py", line 152, in _check_arg_types
2024-05-23T09:44:36.6578345Z TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6578833Z """
2024-05-23T09:44:36.6578943Z
2024-05-23T09:44:36.6579171Z The above exception was the direct cause of the following exception:
2024-05-23T09:44:36.6579529Z
2024-05-23T09:44:36.6579632Z Traceback (most recent call last):
2024-05-23T09:44:36.6581367Z ##[warning] File "entry_point.py", line 169, in _constructor_extract_conda_pkgs
File "concurrent\futures_base.py", line 451, in result
2024-05-23T09:44:36.6582760Z File "entry_point.py", line 169, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6583315Z File "concurrent\futures_base.py", line 451, in result
2024-05-23T09:44:36.6584532Z ##[warning] File "concurrent\futures_base.py", line 403, in __get_result
2024-05-23T09:44:36.6585644Z File "concurrent\futures_base.py", line 403, in __get_result
2024-05-23T09:44:36.6588453Z ##[warning]TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "entry_point.py", line 307, in
2024-05-23T09:44:36.6590422Z TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6590859Z
2024-05-23T09:44:36.6591106Z The above exception was the direct cause of the following exception:
2024-05-23T09:44:36.6591514Z
2024-05-23T09:44:36.6591641Z Traceback (most recent call last):
2024-05-23T09:44:36.6592044Z File "entry_point.py", line 307, in
2024-05-23T09:44:36.6593099Z ##[warning] File "entry_point.py", line 299, in main
2024-05-23T09:44:36.6594051Z File "entry_point.py", line 299, in main
2024-05-23T09:44:36.6595189Z ##[warning] File "entry_point.py", line 207, in _constructor_subcommand
2024-05-23T09:44:36.6596288Z File "entry_point.py", line 207, in _constructor_subcommand
2024-05-23T09:44:36.6597568Z ##[warning] File "entry_point.py", line 171, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6598694Z File "entry_point.py", line 171, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6601287Z ##[warning]RuntimeError: Failed to extract C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
[2972
2024-05-23T09:44:36.6603734Z RuntimeError: Failed to extract C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6617169Z [2972::warning::] Failed to execute script 'entry_point' due to unhandled exception!%0D%0A
2024-05-23T09:44:36.6618015Z ] Failed to execute script 'entry_point' due to unhandled exception!
2024-05-23T09:44:38.3427217Z ##[warning]Error while loading conda entry point: conda-libmamba-solver (DLL load failed while importing bindings: The specified module could not be found.)
2024-05-23T09:44:38.3430369Z Error while loading conda entry point: conda-libmamba-solver (DLL load failed while importing bindings: The specified module could not be found.)
2024-05-23T09:44:38.3734402Z ##[warning]conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:38.3737356Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:38.3806950Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:38.3810758Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:39.1042737Z ##[warning]
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vs2015_runtime-14.27.29016-h5e58377_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vc-14.2-h21ff451_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libffi-3.4.4-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\lz4-c-1.9.4-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pybind11-abi-5-hd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\fmt-9.1.0-h6d14046_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\sqlite-3.45.3-h2bbff1b_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\bzip2-1.0.8-h2bbff1b_6.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\openssl-3.0.13-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\ca-certificates-2024.3.11-haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tzdata-2024a-h04d1e81_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\xz-5.4.6-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\expat-2.6.2-hd77b12b_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libiconv-1.16-h2bbff1b_3.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\yaml-cpp-0.8.0-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zlib-1.2.13-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libssh2-1.11.0-h291bd65_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libxml2-2.10.4-h0ad7f3c_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pcre2-10.42-h0ff8eda_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-cpp-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tk-8.6.14-h0416ee5_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zstd-1.5.5-hd43e919_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libarchive-3.6.2-hb62f4d4_3.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3
2024-05-23T09:44:39.1059936Z
2024-05-23T09:44:39.1060892Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vs2015_runtime-14.27.29016-h5e58377_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1062479Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1063943Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vc-14.2-h21ff451_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1065401Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libffi-3.4.4-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1066880Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\lz4-c-1.9.4-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1068391Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pybind11-abi-5-hd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1069866Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\fmt-9.1.0-h6d14046_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1071330Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\sqlite-3.45.3-h2bbff1b_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1072793Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\bzip2-1.0.8-h2bbff1b_6.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1074271Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\openssl-3.0.13-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1075821Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\ca-certificates-2024.3.11-haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1077374Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tzdata-2024a-h04d1e81_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1078832Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\xz-5.4.6-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1080265Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\expat-2.6.2-hd77b12b_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1081734Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libiconv-1.16-h2bbff1b_3.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1083222Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\yaml-cpp-0.8.0-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1084983Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zlib-1.2.13-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1086453Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libssh2-1.11.0-h291bd65_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1087942Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libxml2-2.10.4-h0ad7f3c_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1089399Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pcre2-10.42-h0ff8eda_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1090899Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-cpp-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1092391Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tk-8.6.14-h0416ee5_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1093833Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zstd-1.5.5-hd43e919_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1095316Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libarchive-3.6.2-hb62f4d4_3.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1096801Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libcurl-8.7.1-h86230a5_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1098288Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libsolv-0.7.24-h23ce68f_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1099777Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\python-3.12.3-h1d929f7_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1101258Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libmamba-1.5.8-h99b1521_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1102769Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\menuinst-2.0.2-py312hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1104385Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1105983Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\archspec-0.2.3-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1107506Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\boltons-23.0.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1109083Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\brotli-python-1.0.9-py312hd77b12b_8.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1110657Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\certifi-2024.2.2-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1112245Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\charset-normalizer-2.0.4-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1113828Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\colorama-0.4.6-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1115506Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\console_shortcut_miniconda-0.1.1-haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1118092Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\distro-1.9.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1119661Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\idna-3.7-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1121187Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libmambapy-1.5.8-py312h77c03ed_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1122729Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\packaging-23.2-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1124303Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\platformdirs-3.10.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1125858Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pluggy-1.0.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1127452Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\powershell_shortcut_miniconda-0.0.1-haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1129045Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pycosat-0.6.6-py312h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1130618Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\ruamel.yaml-0.17.21-py312h2bbff1b_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1132213Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\setuptools-69.5.1-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1133771Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\truststore-0.8.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1135303Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\wheel-0.43.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1136832Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\win_inet_pton-1.1.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1138340Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pip-24.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1139841Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tqdm-4.66.2-py312hfc267ef_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1141353Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pysocks-1.7.1-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1142873Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\urllib3-2.1.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1144402Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\requests-2.31.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1146012Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-libmamba-solver-24.1.0-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1147696Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\jsonpointer-2.1-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1149355Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\jsonpatch-1.33-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1150896Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pycparser-2.21-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1152544Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\cffi-1.16.0-py312h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1154927Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\cryptography-42.0.5-py312h89fc84f_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1156544Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zstandard-0.22.0-py312h3469f8a_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1158181Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-content-trust-0.2.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1159879Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-package-streaming-0.9.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1161585Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-package-handling-2.2.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1163190Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-24.4.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1163969Z
2024-05-23T09:44:39.1163973Z
2024-05-23T09:44:39.1164161Z Downloading and Extracting Packages: ...working... done
2024-05-23T09:44:39.4559076Z ##[endgroup]
2024-05-23T09:44:39.4560343Z ##[group]Setup environment variables...
2024-05-23T09:44:39.4562505Z Add "C:\Users\runneradmin\miniconda3\condabin" to PATH
2024-05-23T09:44:39.4566131Z Set 'CONDA="C:\Users\runneradmin\miniconda3"'
2024-05-23T09:44:39.4570814Z ##[endgroup]
2024-05-23T09:44:39.4571303Z ##[group]Parsing environment...
2024-05-23T09:44:39.4573031Z ##[endgroup]
2024-05-23T09:44:39.4573499Z ##[group]Configuring conda package cache...
2024-05-23T09:44:39.4590697Z ##[endgroup]
2024-05-23T09:44:39.4596217Z ##[error]Unable to locate executable file: C:\Users\runneradmin\miniconda3\condabin\conda.bat. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
2024-05-23T09:44:39.4913759Z Post job cleanup.
2024-05-23T09:44:41.4287996Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-05-23T09:44:41.4487790Z git version 2.45.1.windows.1
2024-05-23T09:44:41.4549283Z Temporarily overriding HOME='D:\a_temp\b8d6ec74-38bd-47f9-9580-ba1120cce6f4' before making global git config changes
2024-05-23T09:44:41.4550517Z Adding repository directory to the temporary git global config as a safe directory
2024-05-23T09:44:41.4559016Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\veros\veros
2024-05-23T09:44:41.4793994Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core.sshCommand
2024-05-23T09:44:41.5015698Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :""
2024-05-23T09:44:41.9153071Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http.https://github.com/.extraheader
2024-05-23T09:44:41.9352227Z http.https://github.com/.extraheader
2024-05-23T09:44:41.9383486Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2024-05-23T09:44:41.9612824Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :""
2024-05-23T09:44:42.3841902Z Cleaning up orphan processes
When specifying
miniconda-version: "latest"
on Windows, the action tries to run the installer which fails spectacularly:Full logs:
2024-05-23T09:44:36.2616732Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.2618630Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.2619962Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.5831771Z ##[warning]conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.5845259Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.5863183Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.5884943Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.5981356Z ##[warning]conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.5991099Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:36.6016714Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.6021240Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:36.6571042Z ##[warning]concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "concurrent\futures\process.py", line 246, in _process_worker
File "conda_package_handling\api.py", line 67, in extract
File "ntpath.py", line 143, in join
File "genericpath.py", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
2024-05-23T09:44:36.6575060Z concurrent.futures.process._RemoteTraceback:
2024-05-23T09:44:36.6575414Z """
2024-05-23T09:44:36.6575623Z Traceback (most recent call last):
2024-05-23T09:44:36.6576088Z File "concurrent\futures\process.py", line 246, in _process_worker
2024-05-23T09:44:36.6576824Z File "conda_package_handling\api.py", line 67, in extract
2024-05-23T09:44:36.6577258Z File "ntpath.py", line 143, in join
2024-05-23T09:44:36.6577634Z File "genericpath.py", line 152, in _check_arg_types
2024-05-23T09:44:36.6578345Z TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6578833Z """
2024-05-23T09:44:36.6578943Z
2024-05-23T09:44:36.6579171Z The above exception was the direct cause of the following exception:
2024-05-23T09:44:36.6579529Z
2024-05-23T09:44:36.6579632Z Traceback (most recent call last):
2024-05-23T09:44:36.6581367Z ##[warning] File "entry_point.py", line 169, in _constructor_extract_conda_pkgs
File "concurrent\futures_base.py", line 451, in result
2024-05-23T09:44:36.6582760Z File "entry_point.py", line 169, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6583315Z File "concurrent\futures_base.py", line 451, in result
2024-05-23T09:44:36.6584532Z ##[warning] File "concurrent\futures_base.py", line 403, in __get_result
2024-05-23T09:44:36.6585644Z File "concurrent\futures_base.py", line 403, in __get_result
2024-05-23T09:44:36.6588453Z ##[warning]TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "entry_point.py", line 307, in
2024-05-23T09:44:36.6590422Z TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6590859Z
2024-05-23T09:44:36.6591106Z The above exception was the direct cause of the following exception:
2024-05-23T09:44:36.6591514Z
2024-05-23T09:44:36.6591641Z Traceback (most recent call last):
2024-05-23T09:44:36.6592044Z File "entry_point.py", line 307, in
2024-05-23T09:44:36.6593099Z ##[warning] File "entry_point.py", line 299, in main
2024-05-23T09:44:36.6594051Z File "entry_point.py", line 299, in main
2024-05-23T09:44:36.6595189Z ##[warning] File "entry_point.py", line 207, in _constructor_subcommand
2024-05-23T09:44:36.6596288Z File "entry_point.py", line 207, in _constructor_subcommand
2024-05-23T09:44:36.6597568Z ##[warning] File "entry_point.py", line 171, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6598694Z File "entry_point.py", line 171, in _constructor_extract_conda_pkgs
2024-05-23T09:44:36.6601287Z ##[warning]RuntimeError: Failed to extract C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
[2972
2024-05-23T09:44:36.6603734Z RuntimeError: Failed to extract C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
2024-05-23T09:44:36.6617169Z [2972::warning::] Failed to execute script 'entry_point' due to unhandled exception!%0D%0A
2024-05-23T09:44:36.6618015Z ] Failed to execute script 'entry_point' due to unhandled exception!
2024-05-23T09:44:38.3427217Z ##[warning]Error while loading conda entry point: conda-libmamba-solver (DLL load failed while importing bindings: The specified module could not be found.)
2024-05-23T09:44:38.3430369Z Error while loading conda entry point: conda-libmamba-solver (DLL load failed while importing bindings: The specified module could not be found.)
2024-05-23T09:44:38.3734402Z ##[warning]conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:38.3737356Z conda_package_streaming\package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
2024-05-23T09:44:38.3806950Z ##[warning]conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:38.3810758Z conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
2024-05-23T09:44:39.1042737Z ##[warning]
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vs2015_runtime-14.27.29016-h5e58377_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vc-14.2-h21ff451_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libffi-3.4.4-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\lz4-c-1.9.4-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pybind11-abi-5-hd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\fmt-9.1.0-h6d14046_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\sqlite-3.45.3-h2bbff1b_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\bzip2-1.0.8-h2bbff1b_6.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\openssl-3.0.13-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\ca-certificates-2024.3.11-haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tzdata-2024a-h04d1e81_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\xz-5.4.6-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\expat-2.6.2-hd77b12b_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libiconv-1.16-h2bbff1b_3.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\yaml-cpp-0.8.0-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zlib-1.2.13-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libssh2-1.11.0-h291bd65_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libxml2-2.10.4-h0ad7f3c_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pcre2-10.42-h0ff8eda_1.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-cpp-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tk-8.6.14-h0416ee5_0.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zstd-1.5.5-hd43e919_2.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libarchive-3.6.2-hb62f4d4_3.conda'. Supported extensions are: ['.tar.bz2']")
ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3
2024-05-23T09:44:39.1059936Z
2024-05-23T09:44:39.1060892Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vs2015_runtime-14.27.29016-h5e58377_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1062479Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1063943Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\vc-14.2-h21ff451_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1065401Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libffi-3.4.4-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1066880Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\lz4-c-1.9.4-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1068391Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pybind11-abi-5-hd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1069866Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\fmt-9.1.0-h6d14046_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1071330Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\sqlite-3.45.3-h2bbff1b_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1072793Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\bzip2-1.0.8-h2bbff1b_6.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1074271Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\openssl-3.0.13-h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1075821Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\ca-certificates-2024.3.11-haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1077374Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tzdata-2024a-h04d1e81_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1078832Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\xz-5.4.6-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1080265Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\expat-2.6.2-hd77b12b_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1081734Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libiconv-1.16-h2bbff1b_3.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1083222Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\yaml-cpp-0.8.0-hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1084983Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zlib-1.2.13-h8cc25b3_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1086453Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libssh2-1.11.0-h291bd65_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1087942Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libxml2-2.10.4-h0ad7f3c_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1089399Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pcre2-10.42-h0ff8eda_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1090899Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\reproc-cpp-14.2.4-hd77b12b_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1092391Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tk-8.6.14-h0416ee5_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1093833Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zstd-1.5.5-hd43e919_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1095316Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libarchive-3.6.2-hb62f4d4_3.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1096801Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libcurl-8.7.1-h86230a5_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1098288Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libsolv-0.7.24-h23ce68f_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1099777Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\python-3.12.3-h1d929f7_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1101258Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libmamba-1.5.8-h99b1521_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1102769Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\menuinst-2.0.2-py312hd77b12b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1104385Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\anaconda-anon-usage-0.4.4-py312hfc23b7f_100.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1105983Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\archspec-0.2.3-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1107506Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\boltons-23.0.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1109083Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\brotli-python-1.0.9-py312hd77b12b_8.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1110657Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\certifi-2024.2.2-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1112245Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\charset-normalizer-2.0.4-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1113828Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\colorama-0.4.6-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1115506Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\console_shortcut_miniconda-0.1.1-haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1118092Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\distro-1.9.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1119661Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\idna-3.7-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1121187Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\libmambapy-1.5.8-py312h77c03ed_2.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1122729Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\packaging-23.2-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1124303Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\platformdirs-3.10.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1125858Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pluggy-1.0.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1127452Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\powershell_shortcut_miniconda-0.0.1-haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1129045Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pycosat-0.6.6-py312h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1130618Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\ruamel.yaml-0.17.21-py312h2bbff1b_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1132213Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\setuptools-69.5.1-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1133771Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\truststore-0.8.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1135303Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\wheel-0.43.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1136832Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\win_inet_pton-1.1.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1138340Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pip-24.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1139841Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\tqdm-4.66.2-py312hfc267ef_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1141353Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pysocks-1.7.1-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1142873Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\urllib3-2.1.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1144402Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\requests-2.31.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1146012Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-libmamba-solver-24.1.0-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1147696Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\jsonpointer-2.1-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1149355Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\jsonpatch-1.33-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1150896Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\pycparser-2.21-pyhd3eb1b0_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1152544Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\cffi-1.16.0-py312h2bbff1b_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1154927Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\cryptography-42.0.5-py312h89fc84f_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1156544Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\zstandard-0.22.0-py312h3469f8a_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1158181Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-content-trust-0.2.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1159879Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-package-streaming-0.9.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1161585Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-package-handling-2.2.0-py312haa95532_1.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1163190Z ValueError("Didn't recognize extension for file 'C:\Users\runneradmin\miniconda3\pkgs\conda-24.4.0-py312haa95532_0.conda'. Supported extensions are: ['.tar.bz2']")
2024-05-23T09:44:39.1163969Z
2024-05-23T09:44:39.1163973Z
2024-05-23T09:44:39.1164161Z Downloading and Extracting Packages: ...working... done
2024-05-23T09:44:39.4559076Z ##[endgroup]
2024-05-23T09:44:39.4560343Z ##[group]Setup environment variables...
2024-05-23T09:44:39.4562505Z Add "C:\Users\runneradmin\miniconda3\condabin" to PATH
2024-05-23T09:44:39.4566131Z Set 'CONDA="C:\Users\runneradmin\miniconda3"'
2024-05-23T09:44:39.4570814Z ##[endgroup]
2024-05-23T09:44:39.4571303Z ##[group]Parsing environment...
2024-05-23T09:44:39.4573031Z ##[endgroup]
2024-05-23T09:44:39.4573499Z ##[group]Configuring conda package cache...
2024-05-23T09:44:39.4590697Z ##[endgroup]
2024-05-23T09:44:39.4596217Z ##[error]Unable to locate executable file: C:\Users\runneradmin\miniconda3\condabin\conda.bat. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
2024-05-23T09:44:39.4913759Z Post job cleanup.
2024-05-23T09:44:41.4287996Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-05-23T09:44:41.4487790Z git version 2.45.1.windows.1
2024-05-23T09:44:41.4549283Z Temporarily overriding HOME='D:\a_temp\b8d6ec74-38bd-47f9-9580-ba1120cce6f4' before making global git config changes
2024-05-23T09:44:41.4550517Z Adding repository directory to the temporary git global config as a safe directory
2024-05-23T09:44:41.4559016Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\veros\veros
2024-05-23T09:44:41.4793994Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core.sshCommand
2024-05-23T09:44:41.5015698Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :""
2024-05-23T09:44:41.9153071Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http.https://github.com/.extraheader
2024-05-23T09:44:41.9352227Z http.https://github.com/.extraheader
2024-05-23T09:44:41.9383486Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2024-05-23T09:44:41.9612824Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :""
2024-05-23T09:44:42.3841902Z Cleaning up orphan processes
CI job: https://github.com/team-ocean/veros/actions/runs/9205814052/job/25322308849
Workflow: https://github.com/team-ocean/veros/blob/dependabot/pip/requests-2.32.2/.github/workflows/test-conda.yml
The text was updated successfully, but these errors were encountered: