straight-action-80318
10/14/2022, 9:45 PM./pants tailor ::
as well as ./pants generate-lockfiles
but it’s still there.
14:41:38.91 [WARN] Unmatched globs from src/wanpan/extraction:extraction's `sources` field: ["src/wanpan/extraction/*.py", "src/wanpan/extraction/*.pyi"], excludes: ["src/wanpan/extraction/*_test.py", "src/wanpan/extraction/*_test.pyi", "src/wanpan/extraction/conftest.py", "src/wanpan/extraction/test_*.py", "src/wanpan/extraction/test_*.pyi", "src/wanpan/extraction/tests.py", "src/wanpan/extraction/tests.pyi"]
Do the file(s) exist? If so, check if the file(s) are in your `.gitignore` or the global `pants_ignore` option, which may result in Pants not being able to see the file(s) even though they exist on disk. Refer to <https://www.pantsbuild.org/v2.14/docs/troubleshooting#pants-cannot-find-a-file-in-your-project>.
The BUILD file at that location doesn’t even have extraction
as a target:
python_sources()
shell_sources(
name="launch_ec2_extraction",
)
witty-crayon-22786
10/14/2022, 9:48 PMpython_sources()
targetstraight-action-80318
10/14/2022, 10:45 PM