Skip to content

Wip readline rafaelmartins #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: wip-readline
Choose a base branch
from

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_f7njrg87lw/clone` failed. (See above for error) The following problems have been found:

===== WARNINGS =====

  • clone/recipe/meta.yaml:170: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:166: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:263: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:265: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:284: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:284: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
    ===== Final Report: =====
    4 Errors and 2 Warnings were found

@anaconda-pkg-build
Copy link

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

===== WARNINGS =====

  • clone/recipe/meta.yaml:170: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:166: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:285: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:266: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:264: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:285: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
    ===== Final Report: =====
    4 Errors and 2 Warnings were found

@rafaelmartins rafaelmartins force-pushed the wip-readline-rafaelmartins branch from cfe05dc to 3017cee Compare December 22, 2023 21:10
@anaconda-pkg-build
Copy link

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

===== WARNINGS =====

  • clone/recipe/meta.yaml:166: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:170: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:285: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:266: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:285: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:264: remove_python_pinning: On arch specific packages, python deps should not be constrained.
    ===== Final Report: =====
    4 Errors and 2 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/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 238, in render raise JinjaRenderFailure(recipe_dir, message=str(exc)) from exc percy.render.exceptions.JinjaRenderFailure: (PosixPath('/tmp/abs_6fqeb4dqbg/clone/recipe'), 'can only concatenate str (not "int") to str')

During handling of the above exception, another exception occurred:

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 851, in lint_file
recipe = _recipe.Recipe(recipe_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/linter/lib/python3.11/site-packages/percy/render/recipe.py", line 107, in init
self.recipe_dir = recipe_file.parent
^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'parent'

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

@rafaelmartins rafaelmartins force-pushed the wip-readline-rafaelmartins branch from f507c30 to fa82494 Compare January 3, 2024 18:44
@anaconda-pkg-build
Copy link

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

===== WARNINGS =====

  • clone/recipe/meta.yaml:167: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:171: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:286: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:286: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:265: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:267: remove_python_pinning: On arch specific packages, python deps should not be constrained.
    ===== Final Report: =====
    4 Errors and 2 Warnings were found

@anaconda-pkg-build
Copy link

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

===== WARNINGS =====

  • clone/recipe/meta.yaml:171: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:167: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:286: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:265: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:286: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:267: remove_python_pinning: On arch specific packages, python deps should not be constrained.
    ===== Final Report: =====
    4 Errors and 2 Warnings were found

@anaconda-pkg-build
Copy link

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

===== WARNINGS =====

  • clone/recipe/meta.yaml:168: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:172: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:267: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:269: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:288: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:288: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
    ===== Final Report: =====
    4 Errors and 2 Warnings were found

@anaconda-pkg-build
Copy link

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

===== WARNINGS =====

  • clone/recipe/meta.yaml:169: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:173: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:289: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:268: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:289: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:270: remove_python_pinning: On arch specific packages, python deps should not be constrained.
    ===== Final Report: =====
    4 Errors and 2 Warnings were found

@anaconda-pkg-build
Copy link

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

===== WARNINGS =====

  • clone/recipe/meta.yaml:169: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.
  • clone/recipe/meta.yaml:173: host_section_needs_exact_pinnings: output "python": Linked libraries host should have exact version pinnings.

===== ERRORS =====

  • clone/recipe/meta.yaml:268: remove_python_pinning: On arch specific packages, python deps should not be constrained.
  • clone/recipe/meta.yaml:289: missing_imports_or_run_test_py: output "libpython-static": Python packages require imports or a python test file in tests.
  • clone/recipe/meta.yaml:289: missing_tests: output "libpython-static": No tests were found.
  • clone/recipe/meta.yaml:270: remove_python_pinning: On arch specific packages, python deps should not be constrained.
    ===== Final Report: =====
    4 Errors and 2 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.

2 participants