Closed conda-forge-admin closed 1 year ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
Hi! This is the friendly automated conda-forge-webservice.
I tried to update the version for you but ran into some issues. Please check the output logs of the latest webservices GitHub actions workflow run for errors. You can also ping conda-forge/core for further assistance.
This message was generated by GitHub actions workflow run https://github.com/conda-forge/quarto-feedstock/actions/runs/5058259083.
INFO:conda_build.variants:Adding in variants from /tmp/tmpm2hgljvc/quarto-feedstock-main/.ci_support/osx_64_.yaml
ERROR:webservices_dispatch_action.version_updater:error while computing feedstock attributes!
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 194, in parse_meta_yaml
return _run(use_orig_cbc_path=True)
File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 181, in _run
return _parse_meta_yaml_impl(
File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 309, in _parse_meta_yaml_impl
content = render_meta_yaml(text, **cfg_as_dict)
File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 123, in render_meta_yaml
return env.from_string(text).render(**cfg)
File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 4, in top-level template code
jinja2.exceptions.UndefinedError: 'load_file_regex' is undefined
return _run(use_orig_cbc_path=False)
File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 181, in _run
return _parse_meta_yaml_impl(
File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 309, in _parse_meta_yaml_impl
content = render_meta_yaml(text, **cfg_as_dict)
File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 123, in render_meta_yaml
return env.from_string(text).render(**cfg)
File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 4, in top-level template code
jinja2.exceptions.UndefinedError: 'load_file_regex' is undefined
INFO:webservices_dispatch_action.version_updater:token can change workflows: False
INFO:webservices_dispatch_action.version_updater:pushing and commenting: branch|owner|repo = conda_forge_admin_15|conda-forge-admin|quarto-feedstock
Traceback (most recent call last):
File "/opt/conda/bin/run-webservices-dispatch-action", line 33, in <module>
sys.exit(load_entry_point('webservices-dispatch-action', 'console_scripts', 'run-webservices-dispatch-action')())
File "/webservices_dispatch_action/webservices_dispatch_action/__main__.py", line 140, in main
raise RuntimeError(
RuntimeError: Updating version failed! error in push|version update: False|True
I think I need to start digging around in the bot code to understand why this is happening :weary:
@mfisher87 Not sure about the bot code, but for reference here is a feedstock that works downstream of GitHub and consistently gets autoticks: https://github.com/conda-forge/rasterio-feedstock
Differences I see are:
sha256
is inline, not a jinja variablebuild_number
is inline, not a jinja variablesource.url
uses the archive/{{ version }}.tar.gz
rather than releases/download/...
pathNot sure which, if any matter.
Thank you so much for the working example! I'm going to try changing source.url
first and identify which one is at fault and see if I can improve the docs with what I learn :)
Hi! This is the friendly automated conda-forge-webservice.
I've started a version update as instructed in #15.
I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting!
Fixes #15