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
The original issue has been spotted at conda-forge/katago-feedstock#11 where I was seeing actually two different but maybe related errors depending on the conda_install_tool used:
conda_install_tool: micromamba: same as above in staged-recipes
╭─ Running build for recipe: katago-1.15.3-h57928b3_0
│
│ ╭─ Fetching source code
│ │ Fetching source from git repo: https://github.com/lightvector/KataGo.git
│ │ Fetching repository from https://github.com/lightvector/KataGo.git at refs/tags/v1.15.3 into D:\bld\src_cache\KataGo.git
│ │ × error Command failed: `git rev-parse "refs/tags/v1.15.3"`
│ │
│ ╰─────────────────── (took 8 seconds)
│
╰─────────────────── (took 8 seconds)
Error:
× Failed to run git command: failed to get valid hash for rev
Traceback (most recent call last):
File "D:\a\1\s\.ci_support\build_all.py", line 356, in <module>
build_all(os.path.join(root_dir, "recipes"), args.arch)
File "D:\a\1\s\.ci_support\build_all.py", line 192, in build_all
build_folders_rattler_build(recipes_dir, platform, arch, channel_urls)
File "D:\a\1\s\.ci_support\build_all.py", line 292, in build_folders_rattler_build
subprocess.run(args + ["--variant-config", fp.name], check=True)
conda_install_tool: pixi:
Error:
× Failed to run git command: Git clone failed for source: Cloning into '/d/
│ bld/src_cache/KataGo.git'...
│ fatal: unable to access 'https://github.com/lightvector/KataGo.git/':
│ error setting certificate file: /usr/ssl/certs/ca-bundle.crt
Important: this issue is likely c-f related, since it does not happen when building those same recipes on Windows' runner in a simple GH action without any of the c-f infra setup (experiment not shown since it's in a private repo).
For completeness and given the above comment, I also opened two tickets in the pixi and rattler-build repos but I doubt those are the culprit here:
When using this recipe with the c-f infrastructure:
It fails during a window build with:
Note that it does not fail on
osx
andlinux
.See this simple experiment to reproduce: conda-forge/staged-recipes#28906
The original issue has been spotted at conda-forge/katago-feedstock#11 where I was seeing actually two different but maybe related errors depending on the
conda_install_tool
used:conda_install_tool: micromamba
: same as above instaged-recipes
conda_install_tool: pixi
:Important: this issue is likely c-f related, since it does not happen when building those same recipes on Windows' runner in a simple GH action without any of the c-f infra setup (experiment not shown since it's in a private repo).
For completeness and given the above comment, I also opened two tickets in the
pixi
andrattler-build
repos but I doubt those are the culprit here:error setting certificate file: /usr/ssl/certs/ca-bundle.crt
error on c-f Windows Azure CI prefix-dev/pixi#2995error Command failed: git rev-parse "refs/tags/v1.15.3"
error during c-f Windows Azure CI build prefix-dev/rattler-build#1376The text was updated successfully, but these errors were encountered: