```:34:19.852246 30526 pailgun_server.py:72] handl...
# development
w
Copy code
:34:19.852246 30526 pailgun_server.py:72] handling pailgun request: `./pants list examples/tests/java/org/pantsbuild/example/hello/greet:greet`
W0510 18:34:20.378123 30526 pailgun_service.py:69] encountered exception during SchedulerService.get_build_graph():
Traceback (most recent call last):
  File "/Users/yic/workspace/pants/src/python/pants/pantsd/service/pailgun_service.py", line 65, in runner_factory
    build_graph = self._scheduler_service.get_build_graph(spec_roots)
  File "/Users/yic/workspace/pants/src/python/pants/pantsd/service/scheduler_service.py", line 85, in get_build_graph
    graph = self._build_graph_facade_cls(self._scheduler, self._engine, self._symbol_table_cls)
  File "/Users/yic/workspace/pants/src/python/pants/engine/legacy/graph.py", line 42, in __init__
    self._graph = scheduler.product_graph
  File "/Users/yic/workspace/pants/src/python/pants/build_graph/build_graph.py", line 99, in __init__
    self.reset()
  File "/Users/yic/workspace/pants/src/python/pants/engine/legacy/graph.py", line 46, in reset
  File "/Users/yic/workspace/pants/src/python/pants/engine/legacy/graph.py", line 61, in _index
    # Locate nodes that contain LegacyTarget values.
AddressLookupError: Build graph construction failed for Link(path=u'dist/export-classpath/examples.src.resources.org.pantsbuild.example.hello.hello-0'):
  Absolute symlinks not supported in FileSystemProjectTree(/Users/yic/workspace/pants): dist/export-classpath/examples.src.resources.org.pantsbuild.example.hello.hello-0 -> /Users/yic/workspace/pants/.pants.d/resources/prepare/d4600a981d5d/examples.src.resources.org.pantsbuild.example.hello.hello/ffc23b4562d3
@rough-minister-58256: is this expected? on master