Skip to content

Conversation

@rafaelmartins
Copy link

No description provided.

@anaconda-pkg-build
Copy link

Linter check found the following problems: ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_7cjvxl5kdv/clone` failed. (See above for error) The following problems have been found:

===== WARNINGS =====

  • clone/recipe/meta.yaml:181: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:317: license_file_overspecified: Using license_file and license_url is overspecified.
  • clone/recipe/meta.yaml:176: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:180: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:319: license_file_overspecified: Using license_file and license_url is overspecified.
  • clone/recipe/meta.yaml:174: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:179: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:178: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:299: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:299: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:301: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:278: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:301: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:282: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:280: remove_python_pinning: On arch specific packages, python deps should not be constrained.
    ===== Final Report: =====
    7 Errors and 8 Warnings were found

@anaconda-pkg-build
Copy link

Linter check found the following problems: Traceback (most recent call last): File "/opt/conda/envs/linter/lib/python3.11/site-packages/anaconda_linter/run.py", line 159, in main sys.exit(prime()) ^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/anaconda_linter/run.py", line 138, in prime result = linter.lint(recipes, subdir, args.variant_config_files, args.exclusive_config_files, args.fix) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/anaconda_linter/lint/__init__.py", line 735, in lint msgs = self.lint_file( ^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/anaconda_linter/lint/__init__.py", line 834, in lint_file recipe = _recipe.Recipe.from_file( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/percy/render/recipe.py", line 243, in from_file raise exc from exc File "/opt/conda/envs/linter/lib/python3.11/site-packages/percy/render/recipe.py", line 234, in from_file recipe._load_from_string(text.read()) File "/opt/conda/envs/linter/lib/python3.11/site-packages/percy/render/recipe.py", line 170, in _load_from_string self.render() File "/opt/conda/envs/linter/lib/python3.11/site-packages/percy/render/recipe.py", line 290, in render self.meta = renderer_utils.render(self.recipe_dir, self.dump(), self.selector_dict, self.renderer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/percy/render/_renderer.py", line 245, in render return ruamel.load(yaml_text.replace("\t", " ").replace("%", " ")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/main.py", line 434, in load return constructor.get_single_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/constructor.py", line 119, in get_single_data node = self.composer.get_single_node() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 76, in get_single_node document = self.compose_document() ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 99, in compose_document node = self.compose_node(None, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 143, in compose_node node = self.compose_mapping_node(anchor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 223, in compose_mapping_node item_value = self.compose_node(node, item_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 141, in compose_node node = self.compose_sequence_node(anchor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 185, in compose_sequence_node node.value.append(self.compose_node(node, index)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 143, in compose_node node = self.compose_mapping_node(anchor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 223, in compose_mapping_node item_value = self.compose_node(node, item_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 143, in compose_node node = self.compose_mapping_node(anchor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 223, in compose_mapping_node item_value = self.compose_node(node, item_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 113, in compose_node if self.parser.check_event(AliasEvent): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/parser.py", line 146, in check_event self.current_event = self.state() ^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/parser.py", line 633, in parse_block_mapping_value if not self.scanner.check_token(KeyToken): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/scanner.py", line 1794, in check_token while self.need_more_tokens(): ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/scanner.py", line 211, in need_more_tokens self.stale_possible_simple_keys() File "/opt/conda/envs/linter/lib/python3.11/site-packages/ruamel/yaml/scanner.py", line 360, in stale_possible_simple_keys raise ScannerError( ruamel.yaml.scanner.ScannerError: while scanning a simple key in "", line 273, column 1: mv ^ (line: 273) could not find expected ':' in "", line 275, column 17: requirements: ^ (line: 275)

ERROR conda.cli.main_run:execute(124): conda run conda-lint /tmp/abs_fe2ilapg9e/clone failed. (See above for error)

@anaconda-pkg-build
Copy link

Linter check found the following problems: ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_99n865y9nd/clone` failed. (See above for error) The following problems have been found:

===== WARNINGS =====

  • clone/recipe/meta.yaml:319: license_file_overspecified: Using license_file and license_url is overspecified.
  • clone/recipe/meta.yaml:178: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:317: license_file_overspecified: Using license_file and license_url is overspecified.
  • clone/recipe/meta.yaml:176: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:181: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:179: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:180: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:174: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:299: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:278: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:282: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:301: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:280: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:299: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:301: missing_tests: output "libpython-static": No tests were found.
    ===== Final Report: =====
    7 Errors and 8 Warnings were found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants