witty-crayon-22786
05/15/2018, 3:38 PMY for X
witty-crayon-22786
05/15/2018, 3:39 PMaverage-vr-56795
05/15/2018, 4:16 PMaverage-vr-56795
05/15/2018, 4:16 PMwitty-crayon-22786
05/15/2018, 4:22 PMfancy-queen-20734
05/15/2018, 5:20 PMfancy-queen-20734
05/15/2018, 5:28 PMaverage-vr-56795
05/16/2018, 12:56 PMaverage-vr-56795
05/16/2018, 3:00 PMBlocking waiting for file lock on the registry index
, e.g. https://travis-ci.org/pantsbuild/pants/jobs/379683408 - anyone seen this before?fancy-queen-20734
05/16/2018, 4:27 PMfancy-queen-20734
05/16/2018, 4:30 PM[Waiting for /home/travis/.cache/pants/rust/cargo/bin/cargo fetch --manifest-path /home/travis/build/pantsbuild/pants/src/rust/engine/Cargo.toml (pid 7114) to complete]
Blocking waiting for file lock on the registry index
average-vr-56795
05/16/2018, 4:31 PMfancy-queen-20734
05/16/2018, 5:12 PMWaiting
logs were from the same process as the Blocking
onefancy-queen-20734
05/17/2018, 4:08 PMfancy-queen-20734
05/17/2018, 4:08 PMaverage-vr-56795
05/17/2018, 4:09 PMaverage-vr-56795
05/17/2018, 4:10 PMfancy-queen-20734
05/17/2018, 4:12 PMrough-minister-58256
05/17/2018, 10:05 PMrough-minister-58256
05/17/2018, 10:07 PMwitty-crayon-22786
05/17/2018, 10:08 PMfancy-queen-20734
05/17/2018, 10:23 PMfancy-queen-20734
05/17/2018, 10:29 PMfancy-queen-20734
05/17/2018, 10:29 PMwitty-crayon-22786
05/17/2018, 10:32 PMfancy-queen-20734
05/17/2018, 10:36 PMaloof-angle-91616
05/18/2018, 1:53 AMsrc/docs/invoking.md
and can view the python call graph, but i can't seem to figure out how to get a profile of the native engine stack. i'm trying (after killing pantsd): valgrind --tool=callgrind -v --dump-every-bb=10000000 --trace-children=yes -- ./pants --glob-expansion-failure=ignore filedeps src/python/pants/util:objects
right now, but this errors out with: Exception message: Build graph construction failed: ExecutionError Received unexpected Throw state(s):
Computing Select(Specs(dependencies=(SingleAddress(directory=u'src/python/pants/util', name=u'objects'),)), =TransitiveHydratedTargets)
Computing Task(transitive_hydrated_targets, Specs(dependencies=(SingleAddress(directory=u'src/python/pants/util', name=u'objects'),)), =TransitiveHydratedTargets)
Computing Task(addresses_from_address_families, Specs(dependencies=(SingleAddress(directory=u'src/python/pants/util', name=u'objects'),)), =BuildFileAddresses)
Computing Snapshot(PathGlobs(include=(u'src/python/pants/util/BUILD.*', u'src/python/pants/util/BUILD'), exclude=(u'.*/', '/dist/', u'bower_components/', u'node_modules/', u'*.egg-info/')))
Computing DigestFile(File { path: "src/python/pants/util/BUILD", is_executable: false })
Throw(Error making env for store at "/home/cosmicexplorer/.cache/pants/lmdb_store/files/0": Invalid argument)
Traceback (no traceback):
<pants native internals>
Exception: Error making env for store at "/home/cosmicexplorer/.cache/pants/lmdb_store/files/0": Invalid argument
is there a "normal" way to profile the native engine? i can't immediately interpret this error (working on it!)witty-crayon-22786
05/18/2018, 1:54 AMwitty-crayon-22786
05/18/2018, 1:54 AMaloof-angle-91616
05/18/2018, 1:55 AM