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
❌ Recipe dependency updates have not been applied.
⚠️ Linter fixes applied; some errors remain.
Logs from Anaconda Linter's auto-fix mode
======== Anaconda Linter v2026.6.18150201 ========
The following problems have been found:
===================== ERRORS =====================
- /tmp/tmpjxvz_9r5/recipe:: linter_failure: Error producing recipe variants: 'dict' object has no attribute 'append'
- /tmp/tmpjxvz_9r5/recipe:: linter_failure: Error producing recipe variants: Selector syntax error: Error evaluating selector: 'NoneType' object is not callable
================== Final Report ==================
2 Errors and 0 Warnings were found
about:
home: https://www.python.org/
license: PSF-2.0
license_family: PSF
license_url: https://docs.python.org/3/license.html
license_file: LICENSE
summary: General purpose programming language
description: |
Python is a widely used high-level, general-purpose, interpreted, dynamic
programming language. Its design philosophy emphasizes code
readability, and its syntax allows programmers to express concepts in
fewer lines of code than would be possible in languages such as C++ or
Java. The language provides constructs intended to enable clear programs
on both a small and large scale.
doc_url: https://www.python.org/doc/versions/
dev_url: https://devguide.python.org/
INFO:pbpcli.utils.common:Unsetting env var: CONDA_PKGS_DIRS
INFO:pbpcli.utils.common:Unsetting env var: CONDA_SUBDIR
Traceback (most recent call last):
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/metadata.py", line 418, in yamlize
return yaml.load(data, Loader=StringifyNumbersLoader)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/yaml/init.py", line 81, in load
return loader.get_single_data()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/yaml/constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "yaml/_yaml.pyx", line 674, in yaml._yaml.CParser.get_single_node
File "yaml/_yaml.pyx", line 688, in yaml._yaml.CParser._compose_document
File "yaml/_yaml.pyx", line 732, in yaml._yaml.CParser._compose_node
File "yaml/_yaml.pyx", line 846, in yaml._yaml.CParser._compose_mapping_node
File "yaml/_yaml.pyx", line 730, in yaml._yaml.CParser._compose_node
File "yaml/_yaml.pyx", line 807, in yaml._yaml.CParser._compose_sequence_node
File "yaml/_yaml.pyx", line 732, in yaml._yaml.CParser._compose_node
File "yaml/_yaml.pyx", line 846, in yaml._yaml.CParser._compose_mapping_node
File "yaml/_yaml.pyx", line 732, in yaml._yaml.CParser._compose_node
File "yaml/_yaml.pyx", line 846, in yaml._yaml.CParser._compose_mapping_node
File "yaml/_yaml.pyx", line 730, in yaml._yaml.CParser._compose_node
File "yaml/_yaml.pyx", line 809, in yaml._yaml.CParser._compose_sequence_node
File "yaml/_yaml.pyx", line 861, in yaml._yaml.CParser._parse_next_event
yaml.parser.ParserError: while parsing a block collection
in "", line 202, column 9
did not find expected '-' indicator
in "", line 225, column 9
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/conda/envs/webhook-listener/bin/pbp", line 10, in
sys.exit(cli())
~~~^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/click/core.py", line 1524, in call
return self.main(*args, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/click/core.py", line 1445, in main
rv = self.invoke(ctx)
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/click/core.py", line 1912, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/click/core.py", line 1912, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/click/core.py", line 1308, in invoke
return ctx.invoke(self.callback, **ctx.params)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/click/core.py", line 877, in invoke
return callback(*args, **kwargs)
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/pbpcli/cli/generate.py", line 351, in wrapper
return func(*args, **kwargs)
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/pbpcli/cli/generate.py", line 629, in from_feedstock
build_configs, test_configs = expand_build_matrix(
~~~~~~~~~~~~~~~~~~~^
feedstock.recipe_dir_path, src_channels, parsed_user_variants
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/pbpcli/cli/generate.py", line 99, in expand_build_matrix
_targets, build_configs, test_configs = variants_for_feedstock_and_platform(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
recipe_dir_path, platform, src_channels, user_variants
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/pbpcli/utils/expand_variants.py", line 672, in variants_for_feedstock_and_platform
metadata_tuples = api.render(
parsed.recipe,
...<2 lines>...
variants=user_variants,
)
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/api.py", line 60, in render
metadata_tuples = render_recipe(
recipe_path,
...<4 lines>...
permit_unsatisfiable_variants=permit_unsatisfiable_variants,
)
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/render.py", line 1048, in render_recipe
m = MetaData(str(recipe), config=config)
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/metadata.py", line 1250, in init
self.parse_again(permit_undefined_jinja=True, allow_no_other_outputs=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/metadata.py", line 1338, in parse_again
self.meta = parse(
~~~~~^
self._get_contents(
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
path=self.meta_path,
^^^^^^^^^^^^^^^^^^^^
)
^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/metadata.py", line 581, in parse
res = yamlize(data)
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/metadata.py", line 422, in yamlize
raise UnableToParse(original=e)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/opt/conda/envs/webhook-listener/lib/python3.13/site-packages/conda_build/exceptions.py", line 22, in init
super().init(*args, **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
TypeError: CondaError.init() missing 1 required positional argument: 'message'
'
aws lambda request id: ebc734b0-7bb2-5600-ade6-57bb6fda9cdf View in Grafana
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This is an automatically generated Pull Request from the ACRE Team.
Please report all feedback via the appropriate channel:
Links
Update Checklist
Logs from Anaconda Linter's auto-fix mode