I read above error comment and found out the following sentence.
Adding the following line to your program configuration script:
environment['xdc.cfg.check.fatal'] = 'false';
So I added "environment['xdc.cfg.check.fatal'] = 'false';" to the last part of configuration script file "clock.cfg".
The above error is removed....