jolly-midnight-72759
01/03/2021, 9:36 PMpants list ::
it exits with status 1. When I do for p in $(fd -t d -d 1 .) ; do echo $p ; ./pants list ${p}:: ; done
(i.e. for every directory run, .pants list ${DIRNAME}::
) and also .pants list :
I get a list of directories and it exits with status 0. I have print stack trace set to to true and also ran with -ldebug
. No additional output was provided.
Help with debugging would be appreciated.jolly-midnight-72759
01/03/2021, 9:38 PM# XXX HACK UNTIL <https://github.com/pantsbuild/pants/issues/11201> is fixed
sys.setrecursionlimit(4096)
jolly-midnight-72759
01/03/2021, 9:40 PMjolly-midnight-72759
01/03/2021, 9:45 PM2.1.0
told me one of my BUILD
files had python_binary
. When I fixed that it now works under both 2.1.0
and 2.1.1
.
Please let me know what you'd like me to run so you can reproduce. -ldebug
did not give any output.happy-kitchen-89482
01/03/2021, 10:38 PMjolly-midnight-72759
01/03/2021, 11:13 PMjolly-midnight-72759
01/04/2021, 1:31 AMwitty-crayon-22786
01/04/2021, 5:47 PMjolly-midnight-72759
01/04/2021, 6:05 PMignore_pants_warnings = [".*"]
. Removing that gives me the errors. It looks like 2.1.1 better respects that setting than 2.1.0.
Is this worth mentioning on https://www.pantsbuild.org/docs/release-notes-2-1 ?jolly-midnight-72759
01/04/2021, 6:06 PMjolly-midnight-72759
01/04/2021, 6:06 PMwitty-crayon-22786
01/04/2021, 6:07 PMBugfixes
Fix filtering of log messages generated in native code. (cherrypick of #11313) (#11316) PR #11316
hundreds-father-404
01/05/2021, 12:06 AMjolly-midnight-72759
01/05/2021, 12:09 AMpython_binary
. 2.1.0 showed the error (even with the aggressive ignore), but 2.1.1 just exits with code 1, no output.hundreds-father-404
01/05/2021, 12:09 AM