Skip to content

Update path - sameeul/workflow-inference-compiler - skip_schema_gen #1445

Update path - sameeul/workflow-inference-compiler - skip_schema_gen

Update path - sameeul/workflow-inference-compiler - skip_schema_gen #1445

Manually triggered October 29, 2024 23:42
Status Failure
Total duration 8m 52s
Artifacts

lint_and_test.yml

on: workflow_dispatch
Matrix: lint_and_test
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 11 warnings
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
The process 'C:\Users\runneradmin\miniconda3\condabin\mamba.bat' failed with exit code 1
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
Process completed with exit code 1.
lint_and_test (ubuntu-latest)
Canceling since a higher priority waiting request for 'Lint And Test-ubuntu-latest-refs/heads/master-sameeul/workflow-inference-compiler-main' exists
lint_and_test (ubuntu-latest)
Process completed with exit code 2.
lint_and_test (ubuntu-latest)
Process completed with exit code 2.
lint_and_test (ubuntu-latest)
Process completed with exit code 1.
lint_and_test (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92, ./workflow-inference-compiler/.github/my_actions/reply_sender/. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PyPy support is now deprecated!
PyPy support is now deprecated! Future Miniforge releases will NOT build installers with PyPy in their base environment. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/08/14/sunsetting-pypy/. If you require PyPy, you may pin your installer to one found in https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0
lint_and_test (windows-latest)
'powershell' is not recognized as an internal or external command, operable program or batch file.
lint_and_test (windows-latest)
'powershell' is not recognized as an internal or external command, operable program or batch file.
lint_and_test (windows-latest)
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
lint_and_test (windows-latest)
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
lint_and_test (windows-latest)
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
lint_and_test (windows-latest)
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
lint_and_test (windows-latest)
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
lint_and_test (windows-latest)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\exception_handler.py", line 18, in __call__ return func(*args, **kwargs) File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda_env\cli\main.py", line 44, in do_call exit_code = getattr(module, func_name)(arguments, parser) File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\notices\core.py", line 132, in wrapper return func(*args, **kwargs) File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\cli\main_env_update.py", line 155, in execute result[installer_type] = installer.install(prefix, specs, args, env) File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\env\installers\conda.py", line 51, in install unlink_link_transaction = solver.solve_for_transaction( File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\core\solve.py", line 152, in solve_for_transaction unlink_precs, link_precs = self.solve_for_diff( File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\core\solve.py", line 221, in solve_for_diff final_precs = self.solve_final_state( File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda_libmamba_solver\solver.py", line 207, in solve_final_state index = IndexHelper( File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda_libmamba_solver\index.py", line 136, in __init__ self._index = self._load_channels() File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda_libmamba_solver\index.py", line 334, in _load_channels jsons = {url: str(path) for (url, path) in executor.map(self._fetch_channel, urls)} File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda_libmamba_solver\index.py", line 334, in <dictcomp> jsons = {url: str(path) for (url, path) in executor.map(self._fetch_channel, urls)} File "C:\Users\runneradmin\miniconda3\Lib\concurrent\futures\_base.py", line 609, in result_iterator yield fs.pop().result() File "C:\Users\runneradmin\miniconda3\Lib\concurrent\futures\_base.py", line 446, in result return self.__get_result() File "C:\Users\runneradmin\miniconda3\Lib\concurrent\futures\_base.py", line 391, in __get_result raise self._exception File "C:\Users\runneradmin\miniconda3\Lib\concurrent\futures\thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda_libmamba_solver\index.py", line 254, in _fetch_channel json_path, _ = subdir_data.repo_fetch.fetch_latest_path() File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\gateways\repodata\__init__.py", line 749, in fetch_latest_path _, state = self.fetch_latest() File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\gateways\repodata\__init__.py", line 847, in fetch_latest raw_repodata = repo.repodata_parsed(cache.state) # type: ignore File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\gateways\repodata\jlap\interface.py", line 87, in repodata_parsed repodata_json_or_none = fetch.request_url_jlap_state( File "C:\Users\runneradmin\miniconda3\lib\site-packages\conda\gateways\repodata\jlap\fetch.py", line 348, in request_url_jlap_state state[NOMINAL_HASH] = state[ON_DISK_HASH] = hasher.hexdigest() File "C:\Users\runneradmin\miniconda3\Lib\_blake2\__init__.py", line 136, in hexdigest return codecs.encode(self.digest(), 'hex').decode() File "C:\Users\runneradmin\miniconda3\Lib\_blake2\__init__.py", line 132, in digest _lib.blake_final(state_copy, digest, self._param.digest_length) TypeError: initializer for ctype 'uint8_t *' must be a compatible pointer, not cdata 'blake_state[]' `$ C:\Users\runneradmin\miniconda3\Scripts\mamba update --name wic --file D:\a\workflow-inference
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/.