-
Notifications
You must be signed in to change notification settings - Fork 428
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
Fix "Unknown format" / "Failed to get_static_lib_exports" messages #4850
Conversation
We require contributors to sign our Contributor License Agreement and we don't have one on file for @rfezzani. In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature. |
@mingwandroid, can you please confirm that the modification of the |
Is there any core contributor that can assert that I signed the contributor license agreement? Thanks in advance 🙏 |
Gentle up! 🙂 |
@conda-bot check |
@conda-bot check |
Thank you @jezdez for the review 😉 |
@@ -50,7 +50,7 @@ def set_invocation_time(): | |||
error_overlinking_default = "false" | |||
error_overdepending_default = "false" | |||
noarch_python_build_age_default = 0 | |||
enable_static_default = "true" | |||
enable_static_default = "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😵💫
@rfezzani Any idea why the one test on Python 3.10 is failing? |
I have absolutely no idea, but I will investigate 😉 |
…uild into Fix_unintended_warnings
The CI failure occurs in the conda-build/tests/test_api_convert.py Line 199 in 07a9d43
with the following messages2023-05-04T10:03:08.5709520Z conda.CondaMultiError: The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.5712620Z appears to be corrupted. The path 'bin/test-script' 2023-05-04T10:03:08.5714150Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.5814750Z 2023-05-04T10:03:08.5915850Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.5965140Z appears to be corrupted. The path 'bin/test-script-manual' 2023-05-04T10:03:08.6011230Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.6025450Z 2023-05-04T10:03:08.6127420Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.6228980Z appears to be corrupted. The path 'bin/test-script-manual-postfix' 2023-05-04T10:03:08.6291470Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.6343640Z 2023-05-04T10:03:08.6358250Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.6459610Z appears to be corrupted. The path 'bin/test-script-setup.py' 2023-05-04T10:03:08.6560320Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.6661250Z 2023-05-04T10:03:08.6736070Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.6768560Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test/__init__.py' 2023-05-04T10:03:08.6869130Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.6969870Z 2023-05-04T10:03:08.7071490Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.7178000Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test/__pycache__/__init__.cpython-310.pyc' 2023-05-04T10:03:08.7178960Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.7224360Z 2023-05-04T10:03:08.7298200Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.7401670Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test/__pycache__/empty.cpython-310.pyc' 2023-05-04T10:03:08.7504610Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.7557980Z 2023-05-04T10:03:08.7616560Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.7634840Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test/__pycache__/manual_entry.cpython-310.pyc' 2023-05-04T10:03:08.7736280Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.7837200Z 2023-05-04T10:03:08.7938750Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.8040430Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test/empty.py' 2023-05-04T10:03:08.8140810Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.8207960Z 2023-05-04T10:03:08.8307300Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.8369080Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test/manual_entry.py' 2023-05-04T10:03:08.8415670Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.8518280Z 2023-05-04T10:03:08.8523760Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.8626020Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test_project-1.0-py3.10.egg-info/PKG-INFO' 2023-05-04T10:03:08.8728080Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.8757860Z 2023-05-04T10:03:08.8762560Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.8864500Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test_project-1.0-py3.10.egg-info/SOURCES.txt' 2023-05-04T10:03:08.8964370Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.9023080Z 2023-05-04T10:03:08.9078280Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.9113490Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test_project-1.0-py3.10.egg-info/dependency_links.txt' 2023-05-04T10:03:08.9199920Z specified in the package manifest cannot be found. 2023-05-04T10:03:08.9291700Z 2023-05-04T10:03:08.9318690Z The package for conda-build-test-entry-points located at /Users/runner/conda_pkgs_dir/conda-build-test-entry-points-1.0-py310_0 2023-05-04T10:03:08.9351240Z appears to be corrupted. The path 'lib/python3.10/site-packages/conda_build_test_project-1.0-py3.10.egg-info/top_level.txt' 2023-05-04T10:03:08.9371840Z specified in the package manifest cannot be found. |
One last detail, the failing platform is |
CI seems broken 😭 |
CI is green again 🎉 Thx @kenodegard |
Description
Fixes #4806
This PR
enable_static_default
value which, I think, was accidentally changed in ca174f8 (please see "Unknown format" / "Failed to get_static_lib_exports" messages #4806 (comment))LIEF
library uninformative logging.Checklist - did you ...
news
directory (using the template) for the next release's release notes?