call site 1 for path.local.group
path/local/testing/test_posix.py - line 169
167
168
169
170
   def test_chown_identity(self):
       owner = self.root.owner()
->     group = self.root.group()
       self.root.chown(owner, group)