happy-kitchen-89482
04/11/2019, 11:00 PMhappy-kitchen-89482
04/11/2019, 11:00 PMhappy-kitchen-89482
04/11/2019, 11:00 PMhappy-kitchen-89482
04/11/2019, 11:00 PMwitty-crayon-22786
04/11/2019, 11:01 PMFrom <https://github.com/pantsbuild/pants>
* branch refs/pull/7515/merge -> FETCH_HEAD
$ git checkout -qf FETCH_HEAD
witty-crayon-22786
04/11/2019, 11:01 PMhappy-kitchen-89482
04/11/2019, 11:03 PMhappy-kitchen-89482
04/11/2019, 11:03 PMhappy-kitchen-89482
04/11/2019, 11:03 PMhappy-kitchen-89482
04/11/2019, 11:04 PMhappy-kitchen-89482
04/11/2019, 11:05 PMhappy-kitchen-89482
04/11/2019, 11:05 PMaloof-angle-91616
04/11/2019, 11:07 PMwitty-crayon-22786
04/11/2019, 11:15 PMaloof-angle-91616
04/12/2019, 5:44 AMhappy-kitchen-89482
04/12/2019, 5:54 AMwitty-crayon-22786
04/12/2019, 7:14 AMaverage-vr-56795
04/12/2019, 9:23 AMaloof-angle-91616
04/14/2019, 8:48 PMdef_extern()
but it also turns out we can catch those and retrieve them later so we can have stacktraces on exceptions raised e.g. for unhashable type errors in the engine, and that's pretty neat: https://github.com/pantsbuild/pants/pull/7532aloof-angle-91616
04/14/2019, 9:27 PMaloof-angle-91616
04/15/2019, 6:51 AMrm -rf /private/var/folders
since it said that was out of space, then i did rm -rf ~/.cache/pants/lmdb_store
because it said that was out of space, now it still says that's out of space and it continues to make this error even after a `clean-all`: Exception message: Build graph construction failed: ExecutionError 1 Exception encountered:
Computing Select(Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory='tests/python/pants_test/backend/python/tasks', name='pytest_run'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), TransitiveHydratedTargets)
Computing Task(transitive_hydrated_targets(), Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory='tests/python/pants_test/backend/python/tasks', name='pytest_run'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), TransitiveHydratedTargets, true)
Computing Task(addresses_from_address_families(), Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory='tests/python/pants_test/backend/python/tasks', name='pytest_run'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), BuildFileAddresses, true)
Computing Snapshot(PathGlobs(include=('tests/python/pants_test/backend/python/tasks/BUILD', 'tests/python/pants_test/backend/python/tasks/BUILD.*'), exclude=('.*/', '/dist/', 'bower_components/', 'node_modules/', '*.egg-info/'), glob_match_error_behavior<Exactly(GlobMatchErrorBehavior)>=GlobMatchErrorBehavior(value=ignore), conjunction<Exactly(GlobExpansionConjunction)>=GlobExpansionConjunction(value=any_match)))
Computing DigestFile(File { path: "tests/python/pants_test/backend/python/tasks/BUILD", is_executable: false })
Throw(Error making env for store at "/Users/dmcclanahan/.cache/pants/lmdb_store/files/6": No space left on device)
Traceback (no traceback):
<pants native internals>
Exception: Error making env for store at "/Users/dmcclanahan/.cache/pants/lmdb_store/files/6": No space left on device
aloof-angle-91616
04/15/2019, 6:52 AMaloof-angle-91616
04/15/2019, 6:55 AMtouch /Users/dmcclanahan/.cache/pants/lmdb_store/files/6/wow
succeedsaverage-vr-56795
04/15/2019, 5:10 PMwitty-crayon-22786
04/16/2019, 4:51 PM./pants list
will "fully validate*" the graph that you run it on (*which is not quite true, but which is less true in v2 than in v1): https://github.com/pantsbuild/pants/pull/6880#discussion_r275732169aloof-angle-91616
04/17/2019, 7:15 PMworried-flower-52243
04/18/2019, 7:23 PMwhether or not there is a way to opt out .pants.d/reports/ files being written when executing a given pants command
. For large PRs I am running the dependee
commands in parallel, and sometimes it hits a Exception message: Path for link would overwrite an existing directory: .pants.d/reports/latest
. I've looked through pants goals and didn't see anything to toggle off the reporting, so figured I would look for some guidance here :witty-crayon-22786
04/18/2019, 7:24 PMwitty-crayon-22786
04/19/2019, 5:55 PMaloof-angle-91616
04/22/2019, 7:50 AM