billowy-motherboard-58443
09/29/2020, 5:40 PMflat-zoo-31952
09/29/2020, 6:25 PM./pants dependencies --type=3rdparty
output the value of [python-repos].indexes.add
as well?wonderful-iron-54019
09/29/2020, 9:05 PM17:04:51.84 [WARN] Error loading process execution result from local cache: Error when merging output files and directories: Digest Digest(Fingerprint<dc477c0ec58abf8d0095bc6b237091df3a7f3bf1be73e14744b71d1d3fd083c6>, 88) did not exist in the Store. - continuing to execute
17:04:51.85 [WARN] Error loading process execution result from local cache: Error when merging output files and directories: Digest Digest(Fingerprint<66019b416fa0c6067131a5a24044aea0964960722f37309ec8bb2d27a647e50c>, 93) did not exist in the Store. - continuing to execute
21:04:52 [ERROR] 1 Exception encountered:
Engine traceback:
in `test` goal
Traceback (no traceback):
<pants native internals>
Exception: Bytes from stderr Digest Digest(Fingerprint<0ac7d5733333b9631bbc83abb8658f04b8b25a9f577843f86a2f0042e3adc078>, 186) not found in store
user
09/29/2020, 10:02 PMpolite-garden-50641
09/30/2020, 3:48 AMfrom pants.option.subsystem.Subsystem
specifically, I need to have my CustomSubsystem.global_instance()
method to not blow up. using pants.testutil.option_util.create_subsystem
doesn't cause global_instance() to work. couldn't find any info in the docs: https://www.pantsbuild.org/docs/rules-api-testing (also note that the page title: Testing plugins
doesn't match the url, ideally those should match)hundreds-father-404
09/30/2020, 5:34 AMdist/
. (binary
, awslambda
, setup-py
, and bundle
in v1)
Weāre thinking it would be clearer to consolidate them all into a new goal, possibly named ./pants build
.
Weād love any feedback about this, including what you would think the name build
means, e.g. if you would think it means ācompileā some library code, for example. Or if you have suggestions for a more apt name.flat-zoo-31952
09/30/2020, 12:01 PMjolly-midnight-72759
09/30/2020, 1:46 PM./pants binary
run going for over 1000+ seconds with no sign of stopping because my VPN had dropped. Is there a way to set a timeout for the "Resolving requirements" stage?aloof-angle-91616
09/30/2020, 1:57 PMbillowy-motherboard-58443
10/01/2020, 4:20 PMbillowy-motherboard-58443
10/01/2020, 4:21 PM./pants setup-py gh/leader_election:cassandra
to test the syntax of my gh/leader_election/BUILD filebillowy-motherboard-58443
10/01/2020, 4:21 PMbillowy-motherboard-58443
10/01/2020, 4:21 PMNoOwnerError: No python_distribution target found to own gh/util/file_utils.py. Note that the owner must be in or above the owned target's directory, and must depend on it (directly or indirectly). See <https://www.pantsbuild.org/v2.0/docs/python-setup-py-goal> for how python_library targets are mapped to distributions.
billowy-motherboard-58443
10/01/2020, 4:21 PMbillowy-motherboard-58443
10/01/2020, 4:22 PMaloof-angle-91616
10/01/2020, 4:25 PMhundreds-father-404
10/01/2020, 5:24 PMpackage
goal. One other disruptive change we want to do before landing 2.0: rename python_binary
to pex_binary
python_tests
to pytest_tests
pyinstaller_binary
. We should stop privileging the status quo.
2. More accurately model that Pants is an orchestrator for the tools you already use; weāre not inventing some binary format, which might be implied with the status quo.
We know itās disruptive. Weāll use a deprecation cycle + give a script or sed regex snippet to automatically fix this.
Any thoughts on this?billowy-motherboard-58443
10/01/2020, 7:44 PMbillowy-motherboard-58443
10/01/2020, 7:45 PMbillowy-motherboard-58443
10/01/2020, 7:59 PMhundreds-father-404
10/01/2020, 8:04 PMjolly-midnight-72759
10/02/2020, 2:16 AMValueError: '/Users/me/.pants.d/tmprshp3zu0' does not start with '/Users/me/dev/mymonorepo'
when I run ./pants repl
. I am still upgrading our pants.toml
file from an earlier version, so it may have something to do with that.jolly-midnight-72759
10/02/2020, 1:32 PMpants --pants-bin-name="v2" --no-v1 --v2 "$@"
I got the somewhat cryptic error pants.option.errors.ParseError: Multiple cmd line flags specified for option pants_bin_name in global scope
. Once I removed --pants-bin-name
it worked. I did not actually check what value for pants-bin-name
is getting set.wooden-thailand-8386
10/02/2020, 4:11 PMpants test
not sure what happened.. the tests run for only one target (which passes) and then it shuts down⦠Iām using 1.30.2rc1 (was using 1.30.0 before)jolly-midnight-72759
10/02/2020, 5:57 PMrepl
on our 3rdparty libraries:
% ./pants --no-pantsd repl 3rdparty/python:zipp cb/chartbeat (mybranch ā”) beathound
Python 2.7.17 (default, Aug 19 2020, 23:21:01)
Type "copyright", "credits" or "license" for more information.
IPython 5.10.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import zipp
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-eb867d7051d0> in <module>()
----> 1 import zipp
ImportError: No module named zipp
In [2]:
This works on our main branch using 1.27. Did something change with how pants
works with python_requirement_library
target types? I am still upgrading our pants.toml
file so it might be something there.billowy-motherboard-58443
10/02/2020, 6:01 PMbillowy-motherboard-58443
10/02/2020, 6:02 PMbillowy-motherboard-58443
10/02/2020, 6:02 PMbillowy-motherboard-58443
10/02/2020, 6:02 PMwitty-crayon-22786
10/02/2020, 6:15 PM