bitter-ability-32190
02/16/2023, 9:13 PMtests/python/pants_test/init/test_plugin_resolver.py
due to symlinking big files...
# Kill the repo source dir and re-resolve. If the PluginResolver truly detects exact
# requirements it should skip any resolves and load directly from the still intact
# cache.
safe_rmtree(repo_dir)
Can someone help me understand what's going on here?
The issue is it the second go-around I guess it's re-resolving plugins (which I suppose is a symptom of the bug) and failing to find jake
Resolving plugins:
twice in the log. I'm guessing that means the rule graph invalidated that mode.
All the inputs to that process should be 1:1 thoughlogging(level=LogLevel.DEBUG)
I can say for certain that both `Process`es are the samewitty-crayon-22786
02/16/2023, 10:04 PMbitter-ability-32190
02/16/2023, 10:08 PMwitty-crayon-22786
02/16/2023, 10:14 PMbitter-ability-32190
02/16/2023, 10:22 PMwitty-crayon-22786
02/16/2023, 10:32 PMmain
to confirm, but)bitter-ability-32190
02/16/2023, 10:36 PMget_missing_digests
, all_digests
, remove
, and the shrinking. The first two might explain the failurewitty-crayon-22786
02/17/2023, 3:52 AMbitter-ability-32190
02/17/2023, 12:38 PM14:26:11.87 [INFO] Completed: Run Pytest - tests/python/pants_test/init/test_plugin_resolver.py:tests - succeeded.
Yup