Description
Traceback (most recent call last):
File "swimlane.py", line 201, in <module>
sys.exit(main(sys.argv[1:]))
File "swimlane.py", line 121, in main
log = AMLog(args[0]).structure()
File "/yyy/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py", line 185, in _init_
self.events = filter(lambda a:a, [self.parse(l.strip()) for l in fp])
File "/yyy/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py", line 246, in parse
ts = m.group("ts")
AttributeError: 'NoneType' object has no attribute 'group'
Not sure if it has got anything to do with the recent logging changes introduced in TEZ-1566 (which trims the package name to just 2 levels).