aloof-angle-91616
03/01/2019, 7:47 PMThrow
is capturedwitty-crayon-22786
03/01/2019, 7:49 PMwitty-crayon-22786
03/01/2019, 7:49 PMwitty-crayon-22786
03/01/2019, 7:50 PMwitty-crayon-22786
03/01/2019, 7:50 PMgentle-wolf-58752
03/01/2019, 7:51 PMaloof-angle-91616
03/03/2019, 9:05 AMaloof-angle-91616
03/03/2019, 9:06 AMaloof-angle-91616
03/03/2019, 9:06 AMaloof-angle-91616
03/03/2019, 9:07 AMaloof-angle-91616
03/03/2019, 9:07 AMaloof-angle-91616
03/03/2019, 7:20 PMUnionRule()
appears to work and now has a much smaller diff with much fewer rust changes (mostly converting a couple `panic!()`s to `Result`s): https://github.com/pantsbuild/pants/pull/7116aloof-angle-91616
03/03/2019, 11:05 PMnative.py
change, so it's going through travis again, but it's solid i thinkaloof-angle-91616
03/03/2019, 11:06 PMTypeConstraint
for TypeId
in the engine will work now after making a very easy fix (which i'm extremely annoyed i didn't do much earlier): https://github.com/pantsbuild/pants/pull/7114, also waiting for travisaloof-angle-91616
03/04/2019, 8:43 AMwitty-crayon-22786
03/04/2019, 4:59 PMgentle-wolf-58752
03/04/2019, 10:34 PM./pants2 test tests/python/pants_test/build_graph:build_graph
on my branch and ran into what seems to be unrelated to my changes. When I switched to (the latest) master
, the same issue persists when I run the same test command - this has happened before and a reboot resolved it, working on a Macbook Air (2018) on 10.14.3
with plenty of space available
self = <pants.engine.legacy.graph.LegacyBuildGraph object at 0x10e572f10>
@contextmanager
def _resolve_context(self):
try:
yield
except Exception as e:
raise AddressLookupError(
> 'Build graph construction failed: {} {}'.format(type(e).__name__, str(e))
)
E AddressLookupError: Build graph construction failed: ExecutionError 1 Exception encountered:
E Computing Select(Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory=u'a', name=u'a'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), Exactly(TransitiveHydratedTargets))
E Computing Task(transitive_hydrated_targets, Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory=u'a', name=u'a'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), Exactly(TransitiveHydratedTargets), true)
E Computing Task(addresses_from_address_families, Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory=u'a', name=u'a'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), Exactly(BuildFileAddresses), true)
E Computing Snapshot(PathGlobs(include=(u'a/BUILD', u'a/BUILD.*'), exclude=(), glob_match_error_behavior<Exactly(GlobMatchErrorBehavior)>=GlobMatchErrorBehavior(value=ignore), conjunction<Exactly(GlobExpansionConjunction)>=GlobExpansionConjunction(value=any_match)))
E Computing DigestFile(File { path: "a/BUILD", is_executable: false })
E Throw(Error making env for store at "/private/var/folders/fv/9ly0y0dj1g946plb36nm4s1m0000gn/T/tmp24_0if/files/7": No space left on device)
E Traceback (no traceback):
E <pants native internals>
E Exception: Error making env for store at "/private/var/folders/fv/9ly0y0dj1g946plb36nm4s1m0000gn/T/tmp24_0if/files/7": No space left on device
.pants.d/pyprep/sources/e15daefeaae9c0ce65e78750d7c0f1a6079a5ee8/pants/engine/legacy/graph.py:238: AddressLookupError
= 5 failed, 14 passed, 3 skipped in 2.33 seconds =
happy-kitchen-89482
03/04/2019, 10:39 PMhappy-kitchen-89482
03/04/2019, 10:40 PMaloof-angle-91616
03/04/2019, 10:40 PMrm -rf /private/var/folders/
to overcome thisaloof-angle-91616
03/04/2019, 10:41 PMhappy-kitchen-89482
03/04/2019, 10:41 PMaloof-angle-91616
03/04/2019, 10:41 PMaloof-angle-91616
03/04/2019, 10:41 PMhappy-kitchen-89482
03/04/2019, 10:41 PMaloof-angle-91616
03/04/2019, 10:42 PMdu -h /private/var/folders
firstaloof-angle-91616
03/04/2019, 10:42 PMaloof-angle-91616
03/04/2019, 10:42 PMgentle-wolf-58752
03/04/2019, 10:43 PMaloof-angle-91616
03/04/2019, 10:44 PM