```Exception caught: (<type 'exceptions.Attribu...
# development
r
Copy code
Exception caught: (<type 'exceptions.AttributeError'>)
  File "/Users/kwilson/dev/pants/src/python/pants/bin/pants_exe.py", line 50, in <module>
    main()
  File "/Users/kwilson/dev/pants/src/python/pants/bin/pants_exe.py", line 44, in main
    PantsRunner(exiter).run()
  File "/Users/kwilson/dev/pants/src/python/pants/bin/pants_runner.py", line 57, in run
    options_bootstrapper=options_bootstrapper)
  File "/Users/kwilson/dev/pants/src/python/pants/bin/pants_runner.py", line 46, in _run
    return LocalPantsRunner(exiter, args, env, options_bootstrapper=options_bootstrapper).run()
  File "/Users/kwilson/dev/pants/src/python/pants/bin/local_pants_runner.py", line 53, in run
    self._maybe_profiled(self._run)
  File "/Users/kwilson/dev/pants/src/python/pants/bin/local_pants_runner.py", line 50, in _maybe_profiled
    runner()
  File "/Users/kwilson/dev/pants/src/python/pants/bin/local_pants_runner.py", line 95, in _run
    result = goal_runner.run()
  File "/Users/kwilson/dev/pants/src/python/pants/bin/goal_runner.py", line 277, in run
    result = self._execute_engine()
  File "/Users/kwilson/dev/pants/src/python/pants/bin/goal_runner.py", line 266, in _execute_engine
    result = engine.execute(self._context, self._goals)
  File "/Users/kwilson/dev/pants/src/python/pants/engine/legacy_engine.py", line 26, in execute
    self.attempt(context, goals)
  File "/Users/kwilson/dev/pants/src/python/pants/engine/round_engine.py", line 224, in attempt
    goal_executor.attempt(explain)
  File "/Users/kwilson/dev/pants/src/python/pants/engine/round_engine.py", line 47, in attempt
    task.execute()
  File "/Users/kwilson/dev/pants/src/python/pants/task/console_task.py", line 57, in execute
    for value in self.console_output(targets):
  File "/Users/kwilson/dev/pants/src/python/pants/backend/graph_info/tasks/listtargets.py", line 72, in console_output
    for target in self._targets():
  File "/Users/kwilson/dev/pants/src/python/pants/backend/graph_info/tasks/listtargets.py", line 82, in _targets
    return self.context.scan().targets(predicate=lambda target: not target.is_synthetic)
  File "/Users/kwilson/dev/pants/src/python/pants/goal/context.py", line 355, in scan
    build_graph.inject_address_closure(address)
  File "/Users/kwilson/dev/pants/src/python/pants/build_graph/mutable_build_graph.py", line 60, in inject_address_closure
    dep_addresses = list(mapper.specs_to_addresses(target_addressable.dependency_specs,

Exception message: 'LegacyAddressMapper' object has no attribute ‘specs_to_addresses’